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:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to