leif        2002/08/05 00:33:41

  Modified:    instrument build.xml
  Log:
  Add a comment to the build about the checkComponent dependency
  
  Revision  Changes    Path
  1.37      +4 -1      jakarta-avalon-excalibur/instrument/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xml 4 Aug 2002 01:07:39 -0000       1.36
  +++ build.xml 5 Aug 2002 07:33:41 -0000       1.37
  @@ -58,7 +58,6 @@
               <classpath refid="project.class.path"/>
           </available>
           
  -        <echo message="excalibur-component.jar=${excalibur-component.jar}"/>
           <available property="ecm.present" 
classname="org.apache.avalon.excalibur.component.ExcaliburComponentManager">
               <classpath refid="project.class.path"/>
           </available>
  @@ -67,6 +66,10 @@
       <target name="dependencies" description="Check dependencies" 
unless="skip.dependencies">
           <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkCommon"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkFramework"/>
  +        <!-- Want this in here, but it causes a circular dependencies.  The 
workaround now
  +             is to call this build twice from the main build file.
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkComponent"/>
  +        -->
           <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkAltrmiServer"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkAltrmiCommon"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkAltrmiClient"/>
  
  
  

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

Reply via email to