| Author |
Compiling JSPs into directories
|
Manu Nellutla
Greenhorn
Joined: Aug 02, 2005
Posts: 3
|
|
I have an ant task which is compiling JSPs into generated JAVA file. However all the generated files are at the root level ( no subdirectories) <jspc destDir="${tomcat.home}/webapps/hst/javasrc/precompiledjsp" srcdir="${app.home}/java/htdocs" uriroot="${app.home}/java/htdocs" uribase="." verbose="2" compiler="jasper" classpathref="jspc.classpath"> <nclude name="**/*.jsp"/> </jspc> filesets are not allowed with JSPC. can you please tell me a way to compile all the jsps(including subdirectories)to an outpur directory (maintaining the same directory structure as the source? Thanks in advance. Manu
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
|
Moved to the Ant forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Compiling JSPs into directories
|
|
|