jon         01/07/20 14:46:32

  Modified:    .        build.xml
  Log:
  added some echo statements for my own amusement.
  
  Revision  Changes    Path
  1.30      +3 -0      jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml 2001/07/18 18:32:49     1.29
  +++ build.xml 2001/07/20 21:46:32     1.30
  @@ -33,8 +33,11 @@
   
     <!-- ====================== DEPLOY: Deploy Components =================== -->
     <target name="deploy-main" depends="deploy-static">
  +    <echo>Target: Catalina - Deploy...</echo>
       <ant dir="./catalina" target="deploy"/>
  +    <echo>Target: Jasper - Deploy...</echo>
       <ant dir="./jasper"   target="deploy"/>
  +    <echo>Target: Webapps - Deploy...</echo>
       <ant dir="./webapps"  target="deploy"/>
     </target>
   
  
  
  

Reply via email to