you need jasper-runtime.jar, jasper-compiler.jar, and servlet.jar specified
in
ez-time.jspclass.path.
-----Original Message-----
From: Ravi Dodla [mailto:Ravi.Dodla@valtech.com]
Sent: Thursday, May 16, 2002 2:25 PM
To: Ant Users List
Subject: Precompiling Jsps for JBoss 3.0-Tomcat4.03 App Server
Hello,
can anyone send me an example of running jasper jspc using an ant target ...
I have something like this ...
<java classname="org.apache.jasper.JspC"
classpathref="ez-time.jspclass.path" failonerror="yes" fork="yes">
<arg line="-d ${build.jspclasses.dir} -webapp ${src.jsps.dir}"/>
</java>
I need to know what are all the classes that I need to have in the classpath
to run jspc
Ravi
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|