vgritsenko 2003/01/30 17:39:31 Modified: . build.xml Log: fix 'build run' Revision Changes Path 1.313 +6 -9 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.312 retrieving revision 1.313 diff -u -r1.312 -r1.313 --- build.xml 27 Jan 2003 20:07:14 -0000 1.312 +++ build.xml 31 Jan 2003 01:39:30 -0000 1.313 @@ -2663,14 +2663,12 @@ <!-- ***************************************************************** --> <!-- ***************************************************************** --> - <target name="run" - description="Run Jetty with configuration set by the jetty.run property" - depends="webapp-local"> + description="Run Jetty with configuration set by the jetty.run property" + depends="init"> - <antcall target="copy-webapp-libs"> - <param name="include.webapp.libs" value="true"/> - </antcall> + <property name="include.webapp.libs" value="true"/> + <antcall target="webapp-local"/> <copy file="${tools.dir}/jetty/conf/jettyconf.xml" todir="${build.war}" filtering="on"/> @@ -2694,8 +2692,7 @@ <arg line="jettyconf.xml" /> </java> </target> - - + </project> <!-- End of file -->
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]