> Here's a list: > 1. org.aspectj/modules/lib/aspectj/lib/aspectjrt121.jar > 2. org.aspectj/modules/lib/aspectj/lib/aspectjrt.jar > 3. org.aspectj/modules/lib/aspectj/lib/aspectjtools.jar > 4. org.aspectj/modules/lib/build/build.jar > 5. org.aspectj/modules/org.eclipse.jdt.core/jdtcore-for-aspectj.jar > [...] > > 1. 2. and 3. are a typical chicken/egg problem, and I have no idea how > to solve it.
This looks like a classic bootstrapping issue. The package could build-depend on itself, that should give you the missing JARs (except the 121 thing) ? -- Thierry Carrez Ubuntu server team _______________________________________________ pkg-java-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

