Del Myers <delmyers.cs@gmail.com> wrote on 09/25/2006 03:43:53 PM:
> I'm trying to write a background process in Eclipse that gathers
information
> from subversion, using the Subclipse plugin. Things seem to be working
great for
> the most part, but I think that I've found a bug that brings up an
intermittent
> null pointer exception. I've traced it, I think, to a problem in
SVNClientManager.
>
> The problem starts here: I'm running a background job at startup which
tries to
> get a SVN remote resource from an ISVNLocalResource. This propagates
through the
> subclipse code, until a point where a client has to be created in
> SVNClientManager. At the same time, the regular subclipse code is
starting up,
> and it does some of the same processing.
Perhaps if you declared a dependency on both the core and ui plugins then
Eclipse would start them both before starting your plugin?
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Mon Sep 25 21:53:08 2006