Here is a summary of our JSP issue.

Non-OSX users need tools.jar to compile JSP pages, OSX'ers don't.  

If it were just a build problem, we could add some jelly to the
assembly/maven.xml to deal with the variation.  But as the depenency
is listed in geronimo-service.xml of the jetty module, the server will
barf if it isn't in the repo, needed or not.

A cheap hack that doesn't involve polluting our design would be to
hack the assembly/maven.xml even further to create an empty tools.jar
for OSX'ers.

Thoughts?

-David

Reply via email to