You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by bouml <bo...@gmx.de> on 2005/06/02 16:08:06 UTC

How change build.xml for jikes ?

Hi !
 
I'm pretty new here and have some questions, which i sure that you guys
easiely can answer.
 
I want to run my Tomcat with jikes. 
 
As i want to precompile all JSP-Files i need to edit the build.xml, right ?
 
The entry for jasper comipler is something like:
<jspc srcdir="${jsp_src}" destdir="${java_dir}" verbose="9"
failonerror="yes" compiler="jasper41"  >
 
What do i have to write when using jikes ?
 
Thx
 
Thomas