BTW, maybe now that we are building our own tomcat we can actually
separate tomcat and jasper rather than pretending there are no
dependencies? Having the tomcat plugin depend on the jasper plugin is
just wrong.
thanks
david jencks
On Oct 22, 2009, at 10:14 AM, Rick McGuire wrote:
The Tomcat plugin has a fairly amazing dependency chain to resolve :-)
Right now, I'm trying to get the jasper plugin to build, and I'm
having some bundle resolution issues. The Jasper plugin pulls in
org.eclipse.jdt.core bundle (which IS a bundle already). That
bundle has required bundle dependencies declared for a number of
other eclipse runtime bundles in org.eclipse.core (resources,
runtime, etc). Unfortunately, these dependencies don't appear to be
in any of the maven repositories we're using for the builds, so I
can't seem to resolve these. In previous releases, we had
exclusions defined for those jars, but since this jar is now loading
as a bundle, the internal constraints are kicking in preventing the
bundle from starting.
Rick