https://issues.apache.org/bugzilla/show_bug.cgi?id=55252
Bug ID: 55252
Summary: Separate Ant and command-line wrappers for JspC
Product: Tomcat 8
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Jasper
Assignee: [email protected]
Reporter: [email protected]
JspC is currently both an Ant task and a main() class that can be invoked from
a command line. By refactoring into individual classes each can be integrated
better with that mode of invocation.
For example, the Ant version could accept filesets indicating which JSP files
to compile allowing use of Ant's mechanisms for creating filesets (with
exclusions). This could also be used to supply the content of the webapp's
parent classloader as a <classpath> rather than as a simple String.
To do this I would propose keeping JspC as the name of the class for the
command line version and adding a JspCTask for use with Ant as for Ant the
actual class name is defined in catalina.tasks properties file.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]