Re: Potential improvements to JspC

2011-02-02 Thread Mark Thomas
On 02/02/2011 02:49, Christopher Schultz wrote: All, I'm working on getting JspC to create a .jar file that contains all the compiled JSPs as well as a META-INF/web-fragment.xml file for easy drop into a webapp with no WEB-INF/web.xml modifications in a 3.0-spec webapp. At this point, I

Re: Potential improvements to JspC

2011-02-02 Thread Christopher Schultz
Mark, On 2/2/2011 6:49 AM, Mark Thomas wrote: On 02/02/2011 02:49, Christopher Schultz wrote: I would like to update JspC to accept some new settings in lieu of uriroot: jspSourceDir jspClasspath webXml The webXml parameter name isn't going to work, as that's already used for the

Potential improvements to JspC

2011-02-01 Thread Christopher Schultz
All, I'm working on getting JspC to create a .jar file that contains all the compiled JSPs as well as a META-INF/web-fragment.xml file for easy drop into a webapp with no WEB-INF/web.xml modifications in a 3.0-spec webapp. At this point, I have it working with a simple patch to