stevenn     2003/02/22 07:26:37

  Modified:    .        build.xml
  Log:
  webapp should be there before jetty can do its job
  
  Revision  Changes    Path
  1.326     +2 -2      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.325
  retrieving revision 1.326
  diff -u -r1.325 -r1.326
  --- build.xml 22 Feb 2003 14:05:10 -0000      1.325
  +++ build.xml 22 Feb 2003 15:26:36 -0000      1.326
  @@ -623,7 +623,7 @@
   
   <!-- Run targets =========================================================== -->
   
  -  <target name="run" depends="init">
  +  <target name="run" depends="webapp">
       <dirname property="antfile.dir" file="${ant.file}"/>
   
       <java classname="org.mortbay.jetty.Server" dir="${tools.jetty}" fork="yes" 
failonerror="yes">
  
  
  

Reply via email to