pier        02/05/13 17:20:21

  Modified:    webapp   build.xml
  Log:
  Split the "prepare" part (it's just nicer both when running ant from
  make and when running it standalone)
  
  Revision  Changes    Path
  1.9       +10 -5     jakarta-tomcat-connectors/webapp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 13 May 2002 23:26:35 -0000      1.8
  +++ build.xml 14 May 2002 00:20:21 -0000      1.9
  @@ -36,6 +36,16 @@
   
   <!-- === PREPARATION AND GLOBAL TASKS ==================================== -->
   
  +  <target
  +      name="init"
  +      description="Dump some messages for Make">
  +    
  +    <!-- Dump some messages about what we're going to do -->
  +    <echo message="Building ${ant.project.name} (version ${version})"/>
  +    <echo message="- source path: ${basedir}"/>
  +    <echo message="- target path: ${targdir}"/>
  +  </target>
  +
     <!--
       Prepare the build directory creating all its subdirectories
       and check for Tomcat 4 and Xalan in the classpath
  @@ -43,11 +53,6 @@
     <target
         name="prepare"
         description="Prepare the build tree and check classes">
  -    
  -    <!-- Dump some messages about what we're going to do -->
  -    <echo message="Building ${ant.project.name} (version ${version})"/>
  -    <echo message="- source path: ${basedir}"/>
  -    <echo message="- target path: ${targdir}"/>
   
       <!-- Create some directories -->
       <mkdir dir="${build.home}"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to