Hi all,
I've noticed that one of my projects was producing
a null pointer exception.
It happened at ClasspathHelper.java:200
The reason was that
entry = bundleSource.getClasspathRoot()
resulted in null, so I had to add a check for null
at line 200:
if (entry!=null && entry.exists()) {
I'm not sure if that is an abnormal situation, maybe
something is wrong with my project or smth, but after
that change it started to build just fine.
Another question not related to ant4eclipse, but since
you guys are so experienced with Eclipse...
I need my plugin to depend on JDT, org.eclipse.jdt.*
I can clearly see that JDT is there:
ls /usr/local/eclipse_pde/plugins/ |grep jdt
org.eclipse.jdt_3.4.0.v20080603-2000.jar
org.eclipse.jdt.apt.core_3.3.100.v20080513-1235.jar
... and more
But I can't find it in the Plugins tab in Eclipse, so
I can't select it to make my project depend on it.
Am I misunderstanding something?
Do you have org.eclipse.jdt present in your Plugins tabs?
Thanks,
Oleg
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ant4eclipse-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ant4eclipse-user