---------- Forwarded message ----------
From: Hanmay Udgiri <[EMAIL PROTECTED]>
Date: Sep 30, 2006 6:24 PM
Subject: Precompile JSP
To: user@ant.apache.org

Hi
I want to pre-compile my JSP after taking from CVS.
I have websphere 5 installed on linux box.
what comamnd I need to use to compile my JSPs
Does the following command works

    <jspc srcdir="${src}/WebContent" destdir="${build}/WebContent"
package="com.jsp" compiler="jasper41" verbose="9">
          <include name="**/*.jsp"/>
           <classpath>
               <pathelement path="${datashopper.classpath}"/>
           </classpath>
       </jspc>

--
Thanks and Regards
Hanmayya Udgiri

--
Thanks and Regards
Hanmayya Udgiri

Reply via email to