org.apache.tools.ant.taskdefs.optional.jsp |
|
Java Source File Name | Type | Comment |
Jasper41Mangler.java | Class | |
JspC.java | Class | Runs a JSP compiler.
This task takes the given jsp files and compiles them into java
files. |
JspMangler.java | Interface | This is an interface to the Mangler service that jspc needs to map
JSP file names to java files. |
JspNameMangler.java | Class | This is a class derived from the Jasper code
(org.apache.jasper.compiler.CommandLineCompiler) to map from a JSP filename
to a valid Java classname. |
WLJspc.java | Class | Precompiles JSP's using WebLogic's JSP compiler (weblogic.jspc).
Tested only on Weblogic 4.5.1 - NT4.0 and Solaris 5.7
required attributes
src : root of source tree for JSP, ie, the document root for your weblogic server
dest : root of destination directory, what you have set as
WorkingDir in the weblogic properties
package : start package name under which your JSP's would be compiled
other attributes
classpath
A classpath should be set which contains the weblogic classes as well as all
application classes referenced by the JSP. |