> - The real kicker though is that jsp-2.1.jar depends on package > exports from core-3.1.1.jar and core-3.1.1.jar requires equinox bundles. > > > yes, the Jetty jsp implementation uses the Eclipse JDT compiler which > requires several other Eclipse bundles - but only org.eclipse.team.core > is optional, so it won't work if you remove them all >
Hopefully I'm not too late with this response, but you can substitute the JDT core bundle with just the JDT batch compiler bundle found here: http://download.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800 /index.php#JDTCORE I did this about 6 months ago and it worked fine, but I haven't tested it since. I lobbied on the jetty mailing lists to get them to change their dependency since they really don't need JDT core, but it was to no avail. Anyway, good luck and let us know if that works. Cheers, Craig _______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
