vmassol 2002/12/15 03:35:39
Modified: documentation/docs/xdocs howto_ant_cactus.xml
Log:
Added missing tools.jar in the start.tomcat.40 target
Revision Changes Path
1.3 +4 -3 jakarta-cactus/documentation/docs/xdocs/howto_ant_cactus.xml
Index: howto_ant_cactus.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/howto_ant_cactus.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- howto_ant_cactus.xml 19 Apr 2002 21:36:01 -0000 1.2
+++ howto_ant_cactus.xml 15 Dec 2002 11:35:39 -0000 1.3
@@ -413,9 +413,10 @@
<jvmarg value="-Dcatalina.base=${target.tomcat40.dir}"/>
<arg value="start"/>
<classpath>
- <fileset dir="${tomcat.home.40}">
- <include name="bin/bootstrap.jar"/>
- </fileset>
+ <pathelement path="${java.home}/../lib/tools.jar"/>
+ <fileset dir="${tomcat.home.40}">
+ <include name="bin/bootstrap.jar"/>
+ </fileset>
</classpath>
</java>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>