[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: NPE when starting up eclipse

From: Andy Cutright <Andy.Cutright_at_borland.com>
Date: 2005-01-27 18:35:07 CET

this looks very familiar, though i'm not absolutely certain. the
SVNClientManager class can return a null pointer. i provided patch,
which i believe has been applied to the latest source code. you might
try this:

Index: SVNClientManager.java
===================================================================
--- SVNClientManager.java (revision 1170)
+++ SVNClientManager.java (working copy)
@@ -58,7 +58,7 @@
         // by default, we set the svn client interface to the best
available
         // (JNI if available or command line interface)
         try {
- String svnClientInterface =
SVNClientAdapterFactory.getPreferredSVNClientType();
+ svnClientInterface =
SVNClientAdapterFactory.getPreferredSVNClientType();
         } catch (SVNClientException e) {
             throw new CoreException(new Status(Status.ERROR,
SVNProviderPlugin.ID, IStatus.OK, e
                     .getMessage(), e));

cheers,
andy

> -----Original Message-----
> From: Panagiotis Korros [mailto:panagiotis.korros@gmail.com]
> Sent: Monday, January 24, 2005 1:30 PM
> To: dev@subclipse.tigris.org
> Subject: Re: NPE when starting up eclipse
>
> The other problem appears only in a new workspace. This one appears
> everytime I use an external tool to update my workspace and then start
> eclipse.
>
>
> On Mon, 24 Jan 2005 16:26:30 -0500, Mark Phippard
> <MarkP@softlanding.com> wrote:
> > Just out of curiosity, how does this jibe with your other
> message where
> > JavaHL would not load?
> >
> > Mark
> >
> > Panagiotis Korros <panagiotis.korros@gmail.com> wrote on 01/24/2005
> > 04:21:39 PM:
> >
> > > I am sorry I forgot to mention my configuration:
> > >
> > > Eclipse 3.0.1 running on windows xp, sun jre 5.0, subclipse 0.9.25
> > > with javahl enabled.
> > >
> > >
> > > On Mon, 24 Jan 2005 16:18:11 -0500, Mark Phippard
> > <MarkP@softlanding.com> wrote:
> > > > I do not think I know anything that would help.
> However, I thought I
> > saw
> > > > a similar message on one of the list in the last week
> or so. I do not
> > > > recall it having a resolution. I do seem to remember
> that person was
> > on
> > > > Eclipse 3.1, and since there are so many "internal"
> functions in that
> > > > stack, perhaps that is also related?
> > > >
> > > > You do not mention your Eclipse version.
> > > >
> > > > You also do not mention your provider, JavaHL, JavaSVN etc..
> > > >
> > > > Those bits might help whomever (Brock?) might know an answer.
> > > >
> > > > Mark
> >
> >
> ______________________________________________________________
> _______________
> > Scanned for SoftLanding Systems, Inc. by IBM Email Security
> Management Services powered by MessageLabs.
> >
> ______________________________________________________________
> _______________
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
> > For additional commands, e-mail: dev-help@subclipse.tigris.org
> >
> >
>
>
> --
> Take back the web http://www.getfirefox.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: dev-help@subclipse.tigris.org
>
>
>
Received on Fri Jan 28 04:35:07 2005

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.