User: starksm 
  Date: 01/05/05 19:36:46

  Modified:    src/build build.xml
  Log:
  Move the jar mkdir tasks to the prepare target
  
  Revision  Changes    Path
  1.28      +2 -2      jbosstest/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/build/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml 2001/05/06 01:11:45     1.27
  +++ build.xml 2001/05/06 02:36:46     1.28
  @@ -53,6 +53,8 @@
     <!-- =================================================================== -->
     <target name="prepare">
       <mkdir dir="${build.dir}"/>
  +    <mkdir dir="${build.lib.dir}"/>
  +    <mkdir dir="${build.deploy.dir}"/>
     </target>
     
     <!-- =================================================================== -->
  @@ -73,8 +75,6 @@
     <!-- Creates the jar archives                                            -->
     <!-- =================================================================== -->
     <target name="jar" depends="compile">
  -    <mkdir dir="${build.lib.dir}"/>
  -    <mkdir dir="${build.deploy.dir}"/>
   
       <antcall target="bank-subproject" />
       <antcall target="hello-subproject" />
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to