brekke      02/04/22 06:58:04

  Modified:    .        build-bootstrap.xml
  Log:
  Attempt to create the lib.repo directory before update-jars's get is executed.
  
  Revision  Changes    Path
  1.76      +2 -0      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- build-bootstrap.xml       19 Apr 2002 17:06:47 -0000      1.75
  +++ build-bootstrap.xml       22 Apr 2002 13:58:04 -0000      1.76
  @@ -135,6 +135,8 @@
       name="update-jars"
       depends="phase1-compile">
   
  +    <mkdir dir="${lib.repo}"/>
  +
       <taskdef
         name="get-list"
         classname="org.apache.maven.ant.GetList">
  
  
  


Reply via email to