stevenn     2003/02/22 11:37:18

  Modified:    .        build.xml
  Log:
  reversed change of dependencies, show a warning message instead
  
  Revision  Changes    Path
  1.327     +8 -2      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.326
  retrieving revision 1.327
  diff -u -r1.326 -r1.327
  --- build.xml 22 Feb 2003 15:26:36 -0000      1.326
  +++ build.xml 22 Feb 2003 19:37:18 -0000      1.327
  @@ -623,8 +623,14 @@
   
   <!-- Run targets =========================================================== -->
   
  -  <target name="run" depends="webapp">
  +  <target name="run" depends="init">
       <dirname property="antfile.dir" file="${ant.file}"/>
  +
  +    <echo message="-------------------------------------------------------------"/>
  +    <echo message="Starting Jetty:"/>
  +    <echo message="  - make sure to have executed the webapp target before"/>
  +    <echo message="  - browse to http://localhost:8888/"/>
  +    <echo message="-------------------------------------------------------------"/>
   
       <java classname="org.mortbay.jetty.Server" dir="${tools.jetty}" fork="yes" 
failonerror="yes">
          <classpath>
  
  
  

Reply via email to