You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2002/04/04 15:40:36 UTC

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

jefft       02/04/04 05:40:36

  Modified:    fortress Tag: depchecking build.xml
  Added:       fortress Tag: depchecking default.properties
  Log:
  Add depchecking
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +69 -13    jakarta-avalon-excalibur/fortress/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- build.xml	4 Apr 2002 00:42:29 -0000	1.2
  +++ build.xml	4 Apr 2002 13:40:36 -0000	1.2.2.1
  @@ -2,7 +2,6 @@
   
   <project name="Excalibur template" default="main" basedir=".">
   
  -
       <!--
         Give user a chance to override without editing this file
         (and without typing -D each time he compiles it)
  @@ -17,6 +16,19 @@
       <path id="project.class.path">
           <pathelement path="${java.class.path}"/>
           <pathelement location="${build.classes}"/>
  +        <pathelement location="${avalon-framework.jar}"/>
  +        <pathelement location="${avalon-logkit.jar}"/>
  +        <pathelement location="${excalibur-core.jar}"/>
  +        <pathelement location="${excalibur-scratchpad.jar}"/>
  +        <pathelement location="${excalibur-collections.jar}"/>
  +        <pathelement location="${excalibur-instrument.jar}"/>
  +        <pathelement location="${excalibur-instrument-manager-interfaces.jar}"/>
  +        <pathelement location="${excalibur-testcase.jar}"/>
  +        <pathelement location="${excalibur-command.jar}"/>
  +        <pathelement location="${excalibur-event.jar}"/>
  +        <pathelement location="${excalibur-util.jar}"/>
  +        <pathelement location="${excalibur-component.jar}"/>
  +        <pathelement location="${excalibur-logger.jar}"/>
           <pathelement location="${junit.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
       </path>
  @@ -32,23 +44,67 @@
               <property name="classpath" value="${cp}"/>
           </ant>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  +            <property name="name" value="avalon-framework.jar"/>
  +            <property name="path" value="${avalon-framework.jar}"/>
  +            <property name="proj.home" value="${basedir}/../../jakarta-avalon"/>
  +        </ant>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  +            <property name="name" value="avalon-logkit.jar"/>
  +            <property name="path" value="${avalon-logkit.jar}"/>
  +        </ant>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  +            <property name="name" value="excalibur-core.jar"/>
  +            <property name="path" value="${excalibur-core.jar}"/>
  +            <property name="proj.home" value="${basedir}/../all"/>
  +        </ant>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  +            <property name="name" value="excalibur-scratchpad.jar"/>
  +            <property name="path" value="${excalibur-scratchpad.jar}"/>
  +        </ant>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  +            <property name="name" value="excalibur-collections.jar"/>
  +            <property name="path" value="${excalibur-collections.jar}"/>
  +            <property name="proj.home" value="${basedir}/../collections"/>
  +        </ant>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  +            <property name="name" value="excalibur-instrument.jar"/>
  +            <property name="path" value="${excalibur-instrument.jar}"/>
  +            <property name="proj.home" value="${basedir}/../instrument"/>
  +        </ant>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
               <property name="name" value="excalibur-instrument-manager-interfaces.jar"/>
               <property name="path" value="${excalibur-instrument-manager-interfaces.jar}"/>
               <property name="proj.home" value="${basedir}/../instrument-manager"/>
           </ant>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  -            <property name="name" value="avalon-framework.jar"/>
  -            <property name="path" value="${avalon-framework.jar}"/>
  -            <property name="proj.home" value="${basedir}/../../jakarta-avalon"/>
  -       </ant>
  -       <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  -            <property name="name" value="commons-altrmi-client-impl.jar"/>
  -            <property name="path" value="${commons-altrmi-client-impl.jar}"/>
  -        </ant>
  -       <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredClass">
  -            <property name="name" value="excalibur-instrument-manager-0.1.jar"/>
  -            <property name="class" value="org.apache.avalon.excalibur.instrument.manager.interfaces.InstrumentManagerClient"/>
  -            <property name="classpath" value="${cp}"/>
  +            <property name="name" value="excalibur-testcase.jar"/>
  +            <property name="path" value="${excalibur-testcase.jar}"/>
  +            <property name="proj.home" value="${basedir}/../testcase"/>
  +        </ant>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  +            <property name="name" value="excalibur-command.jar"/>
  +            <property name="path" value="${excalibur-command.jar}"/>
  +            <property name="proj.home" value="${basedir}/../command"/>
  +        </ant>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  +            <property name="name" value="excalibur-event.jar"/>
  +            <property name="path" value="${excalibur-event.jar}"/>
  +            <property name="proj.home" value="${basedir}/../event"/>
  +        </ant>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  +            <property name="name" value="excalibur-util.jar"/>
  +            <property name="path" value="${excalibur-util.jar}"/>
  +            <property name="proj.home" value="${basedir}/../util"/>
  +        </ant>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  +            <property name="name" value="excalibur-component.jar"/>
  +            <property name="path" value="${excalibur-component.jar}"/>
  +            <property name="proj.home" value="${basedir}/../component"/>
  +        </ant>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  +            <property name="name" value="excalibur-logger.jar"/>
  +            <property name="path" value="${excalibur-logger.jar}"/>
  +            <property name="proj.home" value="${basedir}/../logger"/>
           </ant>
       </target>
       <!-- Compiles the source code -->
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +61 -0     jakarta-avalon-excalibur/fortress/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/default.properties,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- default.properties	4 Apr 2002 00:42:29 -0000	1.2
  +++ default.properties	4 Apr 2002 13:40:36 -0000	1.2.2.1
  @@ -14,6 +14,67 @@
   #                REQUIRED LIBRARIES
   # --------------------------------------------------
   
  +# ----- Excalibur Core -----
  +excalibur-core.home=${basedir}/../all
  +excalibur-core.lib=${excalibur-core.home}/build/lib
  +excalibur-core.jar=${excalibur-core.lib}/excalibur-core.jar
  +excalibur-scratchpad.jar=${excalibur-core.lib}/excalibur-scratchpad.jar
  +
  +# ----- Excalibur collections, version 1.0 or later -----
  +excalibur-collections.home=${basedir}/../collections/dist
  +excalibur-collections.lib=${excalibur-collections.home}
  +excalibur-collections.jar=${excalibur-collections.lib}/excalibur-collections-1.0.jar
  +
  +# ----- Excalibur instrument, version 1.0 or later -----
  +excalibur-instrument.home=${basedir}/../instrument/dist
  +excalibur-instrument.lib=${excalibur-instrument.home}
  +excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.1.jar
  +
  +# ----- Excalibur Instrument Manager, version 0.1 or later -----
  +excalibur-instrument-manager.home=${basedir}/../instrument-manager/dist
  +excalibur-instrument-manager.lib=${excalibur-instrument-manager.home}
  +excalibur-instrument-manager.jar=${excalibur-instrument-manager.lib}/excalibur-instrument-manager-0.1.jar
  +excalibur-instrument-manager-interfaces.jar=${excalibur-instrument-manager.lib}/excalibur-instrument-manager-interfaces-0.1.jar
  +
  +# ----- Excalibur Testcase, version 1.0 or later -----
  +excalibur-testcase.home=${basedir}/../testcase/dist
  +excalibur-testcase.lib=${excalibur-testcase.home}
  +excalibur-testcase.jar=${excalibur-testcase.lib}/excalibur-testcase-1.0.jar
  +
  +# ----- Excalibur command, version 1.0 or later -----
  +excalibur-command.home=${basedir}/../command/dist
  +excalibur-command.lib=${excalibur-command.home}
  +excalibur-command.jar=${excalibur-command.lib}/excalibur-command-1.0a.jar
  +
  +# ----- Excalibur event, version 1.0 or later -----
  +excalibur-event.home=${basedir}/../event/dist
  +excalibur-event.lib=${excalibur-event.home}
  +excalibur-event.jar=${excalibur-event.lib}/excalibur-event-1.0a.jar
  +
  +# ----- Excalibur util, version 1.0 or later -----
  +excalibur-util.home=${basedir}/../util/dist
  +excalibur-util.lib=${excalibur-util.home}
  +excalibur-util.jar=${excalibur-util.lib}/excalibur-util-1.0.jar
  +
  +# ----- Excalibur component, version 1.0 or later -----
  +excalibur-component.home=${basedir}/../component/dist
  +excalibur-component.lib=${excalibur-component.home}
  +excalibur-component.jar=${excalibur-component.lib}/excalibur-component-1.0.jar
  +
  +# ----- Excalibur logger, version 1.0 or later -----
  +excalibur-logger.home=${basedir}/../logger/dist
  +excalibur-logger.lib=${excalibur-logger.home}
  +excalibur-logger.jar=${excalibur-logger.lib}/excalibur-logger-1.0.jar
  +
  +# ----- Avalon Framework, version 4.1 or later -----
  +avalon-framework.home=${basedir}/../../jakarta-avalon
  +avalon-framework.lib=${avalon-framework.home}/build/lib
  +avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
  +
  +# ----- Logkit -----
  +avalon-logkit.home=${basedir}/../../jakarta-avalon-logkit
  +avalon-logkit.lib=${avalon-logkit.home}/build/lib
  +avalon-logkit.jar=${avalon-logkit.lib}/logkit.jar
   
   # --------------------------------------------------
   
  
  
  

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