You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/05/27 17:39:35 UTC

cvs commit: avalon-excalibur/xmlutil build.xml default.properties

bloritsch    2003/05/27 08:39:35

  Modified:    xmlutil  build.xml default.properties
  Log:
  apply the last bit of patch #8 from Anton Tagunov
  
  Revision  Changes    Path
  1.41      +13 -0     avalon-excalibur/xmlutil/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/xmlutil/build.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- build.xml	8 May 2003 17:11:20 -0000	1.40
  +++ build.xml	27 May 2003 15:39:34 -0000	1.41
  @@ -25,6 +25,8 @@
           <pathelement location="${checkstyle.jar}"/>
           <pathelement location="${xalan.jar}"/>
           <pathelement location="${xerces.jar}"/>
  +        <pathelement location="${excalibur-fortress-tools.jar}"/>
  +        <pathelement location="${qdox.jar}"/>
           <pathelement location="${saxpath.jar}"/>
           <pathelement location="${xml-apis.jar}"/>
           <pathelement location="${jaxen.jar}"/>
  @@ -66,6 +68,7 @@
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkPool"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkSourceResolve"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkStore"/>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFortressTools"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
               <property name="proj.jar.name" value="xerces.jar"/>
               <property name="path" value="${xerces.jar}"/>
  @@ -105,6 +108,16 @@
               <classpath refid="project.class.path" />
               <exclude name="**/test/**"/>
           </javac>
  +
  +        <!-- generate fortress meta descriptors -->
  +        <taskdef name="fortress-collect-meta"
  +                 classname="org.apache.avalon.fortress.tools.ComponentMetaInfoCollector">
  +            <classpath refid="project.class.path"/>
  +        </taskdef>
  +
  +        <fortress-collect-meta destdir="${build.classes}">
  +            <fileset dir="${java.dir}"/>
  +        </fortress-collect-meta>
   
           <!-- copy resources to same location as .class files -->
           <copy todir="${build.classes}">
  
  
  
  1.30      +7 -0      avalon-excalibur/xmlutil/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/xmlutil/default.properties,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- default.properties	8 May 2003 17:11:20 -0000	1.29
  +++ default.properties	27 May 2003 15:39:34 -0000	1.30
  @@ -60,6 +60,13 @@
   excalibur-store.home=${basedir}/../store/dist
   excalibur-store.lib=${excalibur-store.home}
   excalibur-store.jar=${excalibur-store.lib}/excalibur-store-1.0.jar
  +# ----- Avalon Fortress, version 1.0 or later  -----
  +excalibur-fortress.home=${basedir}/../fortress
  +excalibur-fortress.lib=${excalibur-fortress.home}/dist
  +excalibur-fortress-tools.jar=${excalibur-fortress.lib}/excalibur-fortress-tools-1.0.jar
  +
  +# ----- QDox Jar ----
  +qdox.jar=${basedir}/../lib/qdox-1.1.jar
   
   # ----- Commons collections, version 2.1 or later -----
   commons-collections.jar=${basedir}/../lib/commons-collections-2.1.jar
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org