Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
jspc for tomcat

jspc for tomcat

2003-03-27       - By Mike Medwith

I am precompiling jsp's for tomcat using the following:

   <jspc srcdir="${root}" destdir="${build}/compiledjsp"
classpathref="jspc.class.path" uribase="WEB-INF/" verbose="0"
failonerror="no" package="admin">
     <include name="jsp/admin/*.jsp" />
   </jspc>


I found that it would take test.jsp and make a test.java that would compile
to test.class.  However tomcat seems to turn test.jsp into test_jsp.java and
.class..... any ideas on what i can do to fix this?

-Mike

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus



©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.