You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/08/05 09:34:37 UTC

cvs commit: jakarta-avalon-excalibur build.xml

leif        2002/08/05 00:34:37

  Modified:    .        build.xml
  Log:
  Fix the default build so that the instrument jars are built correctly again.
  
  Revision  Changes    Path
  1.175     +12 -1     jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.174
  retrieving revision 1.175
  diff -u -r1.174 -r1.175
  --- build.xml	30 Jul 2002 14:01:56 -0000	1.174
  +++ build.xml	5 Aug 2002 07:34:37 -0000	1.175
  @@ -141,6 +141,8 @@
           <!-- As we know the order here is correct, we don't need to do
           dependency checking -->
           <property name="skip.dependencies" value="true"/>
  +        
  +        <ant dir="altrmi" target="dist-jar"/>
           <ant dir="collections" target="dist-jar"/>
           <ant dir="instrument" target="dist-jar"/>
           <ant dir="concurrent" target="dist-jar"/>
  @@ -160,8 +162,17 @@
           <ant dir="cli" target="dist-jar"/>
           <ant dir="naming" target="dist-jar"/>
           <ant dir="monitor" target="dist-jar"/>
  -        <ant dir="altrmi" target="dist-jar"/>
  +        <ant dir="threadcontext" target="dist-jar"/>
  +        <ant dir="thread" target="dist-jar"/>
  +        <ant dir="event" target="dist-jar"/>
  +        <ant dir="fortress" target="dist-jar"/>
   
  +        <!--
  +          To work around circular dependencies, we need to call this build a second time.
  +          Otherwise the optional classes will not be built.
  +        -->
  +        <ant dir="instrument" target="dist-jar"/>
  +        
           <!-- Jump through hoops to avoid jlink size bug.  -->
   
           <property name="tmpjarA" value="avalon-excalibur-tmpA.jar"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>