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:33:41 UTC

cvs commit: jakarta-avalon-excalibur/instrument build.xml

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>