leif 2003/09/30 21:29:57
Modified: . depchecker.xml libraries.properties
Log:
Update the location of the framework jar now that it have been split into api
and impl jars.
Revision Changes Path
1.58 +27 -1 avalon-excalibur/depchecker.xml
Index: depchecker.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/depchecker.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- depchecker.xml 1 Aug 2003 05:38:10 -0000 1.57
+++ depchecker.xml 1 Oct 2003 04:29:57 -0000 1.58
@@ -238,6 +238,32 @@
</ant>
</target>
+ <target name="checkFrameworkAPI">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkRequiredFile">
+ <property name="proj.jar.name" value="avalon-framework-api.jar"/>
+ <property name="path" value="${avalon-framework-api.jar}"/>
+ <property name="remedy" value="1) Download and unpack Avalon Framework
from ${nl}
+ | http://jakarta.apache.org/builds/avalon/release/framework ${nl}
+ | 2) Copy the project's ant.properties.sample to ant.properties ${nl}
+ | 3) In ant.properties, redefine the avalon-framework.jar property
${nl}
+ | to point to the path of avalon-framework-api.jar in your ${nl}
+ | downloaded Avalon."/>
+
+ </ant>
+ </target>
+ <target name="checkFrameworkImpl">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkRequiredFile">
+ <property name="proj.jar.name" value="avalon-framework-impl.jar"/>
+ <property name="path" value="${avalon-framework-impl.jar}"/>
+ <property name="remedy" value="1) Download and unpack Avalon Framework
from ${nl}
+ | http://jakarta.apache.org/builds/avalon/release/framework ${nl}
+ | 2) Copy the project's ant.properties.sample to ant.properties ${nl}
+ | 3) In ant.properties, redefine the avalon-framework.jar property
${nl}
+ | to point to the path of avalon-framework-impl.jar in your ${nl}
+ | downloaded Avalon."/>
+
+ </ant>
+ </target>
<target name="checkBSF">
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkRequiredClass">
<property name="proj.jar.name" value="bsf.jar"/>
1.22 +2 -0 avalon-excalibur/libraries.properties
Index: libraries.properties
===================================================================
RCS file: /home/cvs/avalon-excalibur/libraries.properties,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- libraries.properties 2 Sep 2003 16:52:58 -0000 1.21
+++ libraries.properties 1 Oct 2003 04:29:57 -0000 1.22
@@ -30,6 +30,8 @@
avalon-framework.home=${basedir}/../../avalon/framework
avalon-framework.lib=${avalon-framework.home}/target
avalon-framework.jar=${avalon-framework.lib}/avalon-framework-4.1.5-RC2.jar
+avalon-framework-api.jar=${avalon-framework.lib}/avalon-framework-api-4.1.5.jar
+avalon-framework-impl.jar=${avalon-framework.lib}/avalon-framework-impl-4.1.5.jar
# ----- bcel ----
bcel.home=${basedir}/..
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]