Felix Natter <[email protected]> writes: > hello debian-java, > > --- a/osgi/framework/build.xml > +++ b/osgi/framework/build.xml > @@ -43,7 +43,7 @@ > <property name="proguard.libraryjar" value="${java.home}/lib/rt.jar"/> > > <!-- OSGi annotations --> > - <property name="osgi.annotation.jar" > location="${topdir}/annotations/osgi.annotation-6.0.1.jar"/> > + <property name="osgi.annotation.jar" > location="/usr/share/java/osgi.annotation.jar"/> > > <property name="src.dir" location="src"/> > > But I still get: > [javac] > /home/felix/knopflerfish-osgi-unstable/knopflerfish-osgi/osgi/framework/src/org/osgi/framework/Constants.java:19: > error: package org.osgi.annotation.versioning does not exist
It seems the property is ignored, solved by creating a symlink: ln -s /usr/share/java/osgi.annotation.jar osgi/annotations/osgi.annotation-6.0.1.jar Best Regards, -- Felix Natter

