All of lore.kernel.org
 help / color / mirror / Atom feed
* egit/jgit: Upate Index (refresh) causes NullPointerException for "external" projects
@ 2009-04-15  8:40 HeX
  0 siblings, 0 replies; only message in thread
From: HeX @ 2009-04-15  8:40 UTC (permalink / raw)
  To: git

Hi,

I think I found a bug in egit/jgit and can pin it down to "external"
projects, i.e., projects which reside in different directories than the
default workspace location.

Steps to reproduce:
 1. In Eclipse create a new project "foo" in an external location
(outside the default workspace location), say ~/bar/
 2. execute "git init" in that dir
 3. share project with git
 4. do a "Update Index (refresh)" operation and you'll get something
similar to


>Counted 168 items to update in 0.0s
java.lang.NullPointerException
	at org.spearce.egit.core.internal.UpdateJob.run(UpdateJob.java:91)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

All other git operations will also fail. However it will work if you
create project which is created in the default workspace and which
content is simply symlinked.

/HeX

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-15  8:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15  8:40 egit/jgit: Upate Index (refresh) causes NullPointerException for "external" projects HeX

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.