vmassol     2002/07/28 16:17:01

  Modified:    .        build.xml
  Log:
  fixed bug with build-admin.xml deploy target
  
  Revision  Changes    Path
  1.20      +10 -4     jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml 28 Jul 2002 22:45:04 -0000      1.19
  +++ build.xml 28 Jul 2002 23:17:01 -0000      1.20
  @@ -198,8 +198,11 @@
           <ant target="dist" antfile="framework/build.xml"
               inheritAll="false">
   
  -            <property file="build.properties" />
  -            <property file="${user.home}/build.properties" />
  +            <!-- j2ee.jar property is needed here as it is overriden in the
  +                 build-admin.xml and we need to propagate it -->
  +            <property name="j2ee.jar" value="${j2ee.jar}"/>
  +            <property file="build.properties"/>
  +            <property file="${user.home}/build.properties"/>
   
           </ant>
   
  @@ -211,8 +214,11 @@
            <ant target="dist" antfile="sample-servlet/build.xml"
               inheritAll="false">
   
  -            <property file="build.properties" />
  -            <property file="${user.home}/build.properties" />
  +             <!-- j2ee.jar property is needed here as it is overriden in the
  +                  build-admin.xml and we need to propagate it -->
  +            <property name="j2ee.jar" value="${j2ee.jar}"/>
  +            <property file="build.properties"/>
  +            <property file="${user.home}/build.properties"/>
   
           </ant>
   
  
  
  

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

Reply via email to