Hi
I have downloaded sigil ivy plugin and have followed the installation/setup
to the point where I want to run the ant build.
However I get the below exception when I build. I know that I need to
include the equinox common jar in the classpath but I cant figure out how to
do this.
Any help will be a ppreciated
Thanx Ivanhoe
<EXCEPTION SNIPPET>
Buildfile: build.xml
ivy-taskdefs:
[echo] Loading Ivy ...
load-ivy:
buildlist:
[ivy:buildlist] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/::
[ivy:buildlist] :: loading settings :: file =
C:\osgi\nebula\settings\ivysettings.xml
BUILD FAILED
java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IPath
at
org.apache.felix.sigil.config.BldProject.<init>(BldProject.java:80)
at org.apache.felix.sigil.config.BldFactory.load(BldFactory.java:80)
at
org.apache.felix.sigil.config.BldFactory.getProject(BldFactory.java:35)
</EXCEPTION SNIPPET>