XpdWiki

FrontPage
RecentChanges
XtC
FindPage
PageIndex
XpApprentices

Set your name in
UserPreferences

Edit this page

Referenced by
JavaServerPages




JSPWiki v2.0.52


AntBuild


<path id="jasper.classpath" > <pathelement path="${tomcat.home}/lib/servlet.jar"/> <pathelement path="${tomcat.home}/lib/jasper.jar"/> <pathelement path="${tomcat.home}/lib/jasper.jar"/> <pathelement path="${tomcat.home}/lib/webserver.jar"/> <pathelement path="${tomcat.home}/lib/parser.jar"/> <pathelement path="${tomcat.home}/lib/jaxp.jar"/> </path>

<target name="compile_jsp" depends="prepare"> <mkdir dir="temp" /> <java taskname="jasper" classname="org.apache.jasper.JspC?" fork="true" failonerror="true" classpathref="jasper.classpath">

<arg value="-v4" /> <arg value="-dd" /><arg value="temp" /> <arg value="-die" /> <arg value="-webapp" /><arg value="${war.dir}" /> </java> <javac srcdir="temp" destdir="temp" debug="false" deprecation="false" optimize = "false" includes="**/*.java"> <classpath refid="jasper.classpath" /> </javac> </target> ³host³³date³April 9, 2002³agent³Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; T312461)³AntBuild


Edit this page   More info...   Attach file...
This page last changed on 09-Apr-2002 23:38:54 BST by unknown.