donaldp 2002/11/10 04:38:53
Modified: fortress build.xml default.properties
Log:
Add some more dependencies into build process
Revision Changes Path
1.61 +3 -0 jakarta-avalon-excalibur/fortress/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- build.xml 10 Nov 2002 11:44:42 -0000 1.60
+++ build.xml 10 Nov 2002 12:38:53 -0000 1.61
@@ -42,6 +42,7 @@
<path id="test.class.path">
<pathelement location="${build.testclasses}"/>
<pathelement location="${junit.jar}"/>
+ <pathelement location="${util.concurrent.jar}"/>
<pathelement location="${excalibur-altrmi-common.jar}"/>
<pathelement location="${excalibur-altrmi-server-impl.jar}"/>
<pathelement location="${excalibur-altrmi-server-interfaces.jar}"/>
@@ -49,6 +50,7 @@
<pathelement location="${excalibur-altrmi-client-interfaces.jar}"/>
<pathelement location="${excalibur-testcase.jar}"/>
<pathelement location="${excalibur-component.jar}"/>
+ <pathelement location="${excalibur-thread.jar}"/>
<pathelement location="${excalibur-pool.jar}"/>
<pathelement location="${excalibur-datasource.jar}"/>
<pathelement location="${excalibur-cache.jar}"/>
@@ -70,6 +72,7 @@
<target name="big-jar" depends="jar,copy-optional-libs" description="Build the
big jar with all dependencies included">
<copy file="${commons-collections.jar}" todir="${build.dir}/tempjars"/>
+ <copy file="${util.concurrent.jar}" todir="${build.dir}/tempjars"/>
<copy file="${excalibur-altrmi-registry.jar}" todir="${build.dir}/tempjars"/>
<copy file="${excalibur-altrmi-common.jar}" todir="${build.dir}/tempjars"/>
<copy file="${excalibur-altrmi-server-impl.jar}"
todir="${build.dir}/tempjars"/>
1.43 +2 -5 jakarta-avalon-excalibur/fortress/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/default.properties,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- default.properties 10 Nov 2002 11:44:42 -0000 1.42
+++ default.properties 10 Nov 2002 12:38:53 -0000 1.43
@@ -16,11 +16,8 @@
# 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
+# ----- Doug Lea's Concurrent Utils, version 1.3 or later -----
+util.concurrent.jar=${basedir}/../event/lib/util.concurrent-1.3.1.jar
# ----- Excalibur Container -----
excalibur-container.home=${basedir}/../container
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>