jefft 02/04/25 18:36:24
Modified: . dependencies.txt
altrmi build.xml
baxter build.xml
bzip2 build.xml
cache build.xml
cli build.xml
collections build.xml
component build.xml
concurrent build.xml
datasource build.xml
event build.xml
extension build.xml
fortress build.xml default.properties
i18n build.xml
instrument build.xml
instrument-client build.xml
instrument-manager build.xml
io build.xml
logger build.xml
monitor build.xml default.properties
naming build.xml
pool build.xml
sourceresolve build.xml
tar build.xml
template-product build.xml
testcase build.xml
thread build.xml
threadcontext build.xml
util build.xml
xmlbundle build.xml
zip build.xml
Log:
Re-add ${java.class.path}. It is needed for the unit tests, as it contains
junit.jar, the SAX classes etc.
Also get monitor and fortress deps updated so the unit tests sortof work
Revision Changes Path
1.16 +3 -2 jakarta-avalon-excalibur/dependencies.txt
Index: dependencies.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/dependencies.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- dependencies.txt 16 Apr 2002 12:00:39 -0000 1.15
+++ dependencies.txt 26 Apr 2002 01:36:20 -0000 1.16
@@ -22,12 +22,13 @@
* baxter -> jmxri.jar
* datasource -> pool, logkit, framework [Unit tests: junit, testcase,
component, logger, collections, concurrent]
* event -> collections, concurrent, core, framework, event, util, thread,
threadcontext, pool
-* all -> framework, collections, concurrent, instrument, event, component,
pool, logkit, logger, datasource, (recursive on fortress, commented out) [Unit
tests: junit, testcase]
+* all -> framework, collections, concurrent, instrument, event, component,
pool, logkit, logger, datasource, xmlbundle (recursive on fortress, commented
out) [Unit tests: junit, testcase]
* component -> logkit, framework, collections, logger, pool [Unit tests:
junit, util, testcase, instrument (runtime)]
-* fortress -> instrument, instrument-manager, framework, event (recursive on
mpool in scratchpad), component (test class), logger, util [Unit tests: junit,
testcase, pool, datasource, cache]
+* fortress -> instrument, instrument-manager, framework, event (recursive on
mpool in scratchpad), component (test class), logger, util [Unit tests: junit,
testcase, pool, datasource, cache, monitor, xmlbundle]
instrument-client -> framework, altrmi-client-impl,
altrmi-client-interfaces, altrmi-common, altrmi-generator,
altrmi-manager-interfaces
* instrument-manager -> logkit, logger, framework, core, collections,
instrument, altrmi-common, altrmi-server-impl, altrmi-server-interfaces,
component, pool
* logger -> logkit, framework. [Unit tests: junit, testcase, component,
collections, pool]
* thread -> pool, instrument, threadcontext, logkit, framework
* pool -> framework, collections, logkit, instrument [Unit tests: junit,
testcase, junitperf]
* testcase -> framework, component, logkit, logger
+* monitor -> framework, logkit, logger, sourceresolve [Unit tests: junit,
testcase]
1.19 +1 -0 jakarta-avalon-excalibur/altrmi/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 25 Apr 2002 09:21:01 -0000 1.18
+++ build.xml 26 Apr 2002 01:36:20 -0000 1.19
@@ -14,6 +14,7 @@
<pathelement location="${build.classes}"/>
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.20 +1 -0 jakarta-avalon-excalibur/baxter/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/baxter/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 25 Apr 2002 09:21:01 -0000 1.19
+++ build.xml 26 Apr 2002 01:36:20 -0000 1.20
@@ -14,6 +14,7 @@
<pathelement location="${build.classes}"/>
<pathelement location="${jmx.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.20 +1 -0 jakarta-avalon-excalibur/bzip2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/bzip2/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 25 Apr 2002 09:21:02 -0000 1.19
+++ build.xml 26 Apr 2002 01:36:20 -0000 1.20
@@ -13,6 +13,7 @@
<path id="project.class.path">
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.29 +1 -0 jakarta-avalon-excalibur/cache/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cache/build.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- build.xml 25 Apr 2002 09:21:02 -0000 1.28
+++ build.xml 26 Apr 2002 01:36:20 -0000 1.29
@@ -14,6 +14,7 @@
<pathelement location="${build.classes}"/>
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.40 +1 -0 jakarta-avalon-excalibur/cli/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cli/build.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- build.xml 25 Apr 2002 09:21:02 -0000 1.39
+++ build.xml 26 Apr 2002 01:36:20 -0000 1.40
@@ -13,6 +13,7 @@
<path id="project.class.path">
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.18 +1 -0 jakarta-avalon-excalibur/collections/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/collections/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 25 Apr 2002 09:21:02 -0000 1.17
+++ build.xml 26 Apr 2002 01:36:20 -0000 1.18
@@ -13,6 +13,7 @@
<path id="project.class.path">
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.17 +1 -0 jakarta-avalon-excalibur/component/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/component/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- build.xml 25 Apr 2002 09:21:02 -0000 1.16
+++ build.xml 26 Apr 2002 01:36:20 -0000 1.17
@@ -20,6 +20,7 @@
<pathelement location="${excalibur-instrument.jar}"/>
<pathelement location="${excalibur-pool.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.18 +1 -0 jakarta-avalon-excalibur/concurrent/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 25 Apr 2002 09:21:02 -0000 1.17
+++ build.xml 26 Apr 2002 01:36:21 -0000 1.18
@@ -13,6 +13,7 @@
<path id="project.class.path">
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.19 +1 -0 jakarta-avalon-excalibur/datasource/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 25 Apr 2002 09:21:02 -0000 1.18
+++ build.xml 26 Apr 2002 01:36:21 -0000 1.19
@@ -19,6 +19,7 @@
<pathelement location="${logkit.jar}"/>
<pathelement location="${excalibur-instrument.jar}"/>
<pathelement location="${excalibur-pool.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.22 +1 -0 jakarta-avalon-excalibur/event/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- build.xml 25 Apr 2002 09:21:02 -0000 1.21
+++ build.xml 26 Apr 2002 01:36:21 -0000 1.22
@@ -22,6 +22,7 @@
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${excalibur-util.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.44 +1 -0 jakarta-avalon-excalibur/extension/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/extension/build.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- build.xml 25 Apr 2002 09:21:02 -0000 1.43
+++ build.xml 26 Apr 2002 01:36:21 -0000 1.44
@@ -13,6 +13,7 @@
<path id="project.class.path">
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.15 +13 -2 jakarta-avalon-excalibur/fortress/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 25 Apr 2002 09:21:03 -0000 1.14
+++ build.xml 26 Apr 2002 01:36:21 -0000 1.15
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<project name="Excalibur template" default="main" basedir=".">
+<project name="Excalibur Fortress" default="main" basedir=".">
<property file="${user.home}/build.properties"/>
<property file="${basedir}/../ant.properties"/>
@@ -26,7 +26,8 @@
<pathelement location="${excalibur-component.jar}"/>
<pathelement location="${excalibur-logger.jar}"/>
<pathelement location="${excalibur-sourceresolve.jar}"/>
- <pathelement location="${checkstyle.jar}"/>
+ <pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="test.class.path">
@@ -36,6 +37,8 @@
<pathelement location="${excalibur-datasource.jar}"/>
<pathelement location="${excalibur-pool.jar}"/>
<pathelement location="${excalibur-cache.jar}"/>
+ <pathelement location="${excalibur-monitor.jar}"/>
+ <pathelement location="${excalibur-xmlbundle.jar}"/>
<path refid="project.class.path"/>
</path>
<property name="cp" refid="test.class.path"/>
@@ -63,6 +66,12 @@
<property name="classpath" value="${cp}"/>
<property name="message" value="This class is defined in
Excalibur's scratchpad, and due to a recursive dependency with Fortress, may be
commented out in the scratchpad jar's build"/>
</ant>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkRequiredClass">
+ <property name="name" value="xml-apis.jar"/>
+ <property name="class" value="org.xml.sax.InputSource"/>
+ <property name="classpath" value="${cp}"/>
+ <property name="message" value="This class (probably in a
differently named jar) is usually included in your ${ant.home}/lib directory."/>
+ </ant>
</target>
<target name="dependencies-test" depends="dist-jar, dependencies"
@@ -74,6 +83,8 @@
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkDatasource"/>
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkPool"/>
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkCache"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkMonitor"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkXMLBundle"/>
</target>
1.9 +14 -1 jakarta-avalon-excalibur/fortress/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/default.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- default.properties 25 Apr 2002 02:29:40 -0000 1.8
+++ default.properties 26 Apr 2002 01:36:21 -0000 1.9
@@ -74,7 +74,7 @@
logkit.jar=${logkit.lib}/logkit.jar
# --------------------------------------------------
-# REQUIRED LIBRARIES
+# REQUIRED LIBRARIES FOR UNIT TESTS
# --------------------------------------------------
# For unit testing
@@ -98,6 +98,19 @@
excalibur-testcase.home=${basedir}/../testcase/dist
excalibur-testcase.lib=${excalibur-testcase.home}
excalibur-testcase.jar=${excalibur-testcase.lib}/excalibur-testcase-1.0.jar
+
+# ----- Excalibur Monitor, version 1.0 or later -----
+excalibur-monitor.home=${basedir}/../monitor/dist
+excalibur-monitor.lib=${excalibur-monitor.home}
+excalibur-monitor.jar=${excalibur-monitor.lib}/excalibur-monitor-1.0.jar
+
+# ----- Excalibur XMLBundle, version 1.0 or later -----
+excalibur-xmlbundle.home=${basedir}/../xmlbundle/dist
+excalibur-xmlbundle.lib=${excalibur-xmlbundle.home}
+excalibur-xmlbundle.jar=${excalibur-xmlbundle.lib}/excalibur-xmlbundle-1.0.jar
+
+tools.dir=${basedir}/../../jakarta-avalon/tools
+xml-apis.jar = ${tools.dir}/lib/xml-apis.jar
# --------------------------------------------------
1.42 +1 -0 jakarta-avalon-excalibur/i18n/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/build.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- build.xml 25 Apr 2002 09:21:03 -0000 1.41
+++ build.xml 26 Apr 2002 01:36:21 -0000 1.42
@@ -13,6 +13,7 @@
<path id="project.class.path">
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.21 +1 -0 jakarta-avalon-excalibur/instrument/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 25 Apr 2002 09:21:03 -0000 1.20
+++ build.xml 26 Apr 2002 01:36:21 -0000 1.21
@@ -16,6 +16,7 @@
<!-- Optional jars -->
<pathelement location="${avalon-framework.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.26 +1 -0 jakarta-avalon-excalibur/instrument-client/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-client/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- build.xml 25 Apr 2002 09:21:03 -0000 1.25
+++ build.xml 26 Apr 2002 01:36:21 -0000 1.26
@@ -19,6 +19,7 @@
<pathelement location="${excalibur-altrmi-generator.jar}"/>
<pathelement
location="${excalibur-instrument-manager-interfaces.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.27 +1 -0 jakarta-avalon-excalibur/instrument-manager/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-manager/build.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build.xml 25 Apr 2002 09:21:03 -0000 1.26
+++ build.xml 26 Apr 2002 01:36:21 -0000 1.27
@@ -25,6 +25,7 @@
<pathelement location="${excalibur-altrmi-server-impl.jar}"/>
<pathelement location="${excalibur-altrmi-server-interfaces.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.47 +1 -0 jakarta-avalon-excalibur/io/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/io/build.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- build.xml 25 Apr 2002 09:21:03 -0000 1.46
+++ build.xml 26 Apr 2002 01:36:21 -0000 1.47
@@ -13,6 +13,7 @@
<path id="project.class.path">
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.15 +1 -0 jakarta-avalon-excalibur/logger/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/logger/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 25 Apr 2002 09:21:03 -0000 1.14
+++ build.xml 26 Apr 2002 01:36:21 -0000 1.15
@@ -16,6 +16,7 @@
<pathelement location="${logkit.jar}"/>
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.16 +14 -5 jakarta-avalon-excalibur/monitor/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/monitor/build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.xml 25 Apr 2002 09:21:03 -0000 1.15
+++ build.xml 26 Apr 2002 01:36:22 -0000 1.16
@@ -18,6 +18,7 @@
<pathelement location="${checkstyle.jar}"/>
<pathelement location="${excalibur-logger.jar}"/>
<pathelement location="${excalibur-sourceresolve.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
@@ -30,6 +31,10 @@
<path id="test.class.path">
<pathelement location="${build.testclasses}"/>
<pathelement location="${junit.jar}"/>
+ <pathelement location="${excalibur-testcase.jar}"/>
+ <pathelement location="${excalibur-component.jar}"/>
+ <pathelement location="${excalibur-collections.jar}"/>
+ <pathelement location="${excalibur-pool.jar}"/>
<path refid="project.class.path"/>
</path>
<property name="cp" refid="test.class.path"/>
@@ -38,11 +43,11 @@
<target name="rebuild" depends="clean,main" description="Rebuild the
project"/>
<target name="dependencies" description="Check dependencies"
unless="skip.dependencies">
- <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkLogger"/>
- <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkCommon"/>
- <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkLogkit"/>
- <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkFramework"/>
- <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkSourceResolve"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkLogger"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkCommon"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkLogkit"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkFramework"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkSourceResolve"/>
</target>
<target name="dependencies-test" depends="dist-jar, dependencies"
@@ -50,6 +55,10 @@
<!-- Need the jar to prevent recursive deps. -->
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkJUnit"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkTestcase"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkComponent"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkCollections"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkPool"/>
</target>
1.8 +28 -0 jakarta-avalon-excalibur/monitor/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/monitor/default.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- default.properties 25 Apr 2002 02:29:40 -0000 1.7
+++ default.properties 26 Apr 2002 01:36:22 -0000 1.8
@@ -35,6 +35,34 @@
excalibur-sourceresolve.lib=${excalibur-sourceresolve.home}
excalibur-sourceresolve.jar=${excalibur-sourceresolve.lib}/excalibur-source-resolving-1.0.jar
+# --------------------------------------------------
+# REQUIRED LIBRARIES FOR UNIT TESTS
+# --------------------------------------------------
+
+# ----- Excalibur pool, version 1.0 or later -----
+excalibur-pool.home=${basedir}/../pool/dist
+excalibur-pool.lib=${excalibur-pool.home}
+excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.0.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 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 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
+
+
+# --------------------------------------------------
+
+
# Settings used to configure compile environment
build.debug = on
build.optimize = off
1.44 +1 -0 jakarta-avalon-excalibur/naming/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/naming/build.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- build.xml 25 Apr 2002 09:21:04 -0000 1.43
+++ build.xml 26 Apr 2002 01:36:22 -0000 1.44
@@ -13,6 +13,7 @@
<path id="project.class.path">
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.19 +1 -0 jakarta-avalon-excalibur/pool/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/pool/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 25 Apr 2002 09:21:04 -0000 1.18
+++ build.xml 26 Apr 2002 01:36:22 -0000 1.19
@@ -18,6 +18,7 @@
<pathelement location="${excalibur-collections.jar}"/>
<pathelement location="${excalibur-instrument.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.16 +1 -0 jakarta-avalon-excalibur/sourceresolve/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.xml 25 Apr 2002 09:21:04 -0000 1.15
+++ build.xml 26 Apr 2002 01:36:23 -0000 1.16
@@ -15,6 +15,7 @@
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${excalibur-pool.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.23 +1 -0 jakarta-avalon-excalibur/tar/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/tar/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 25 Apr 2002 09:21:04 -0000 1.22
+++ build.xml 26 Apr 2002 01:36:23 -0000 1.23
@@ -13,6 +13,7 @@
<path id="project.class.path">
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.21 +1 -0 jakarta-avalon-excalibur/template-product/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 25 Apr 2002 09:21:04 -0000 1.20
+++ build.xml 26 Apr 2002 01:36:23 -0000 1.21
@@ -13,6 +13,7 @@
<path id="project.class.path">
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.16 +1 -0 jakarta-avalon-excalibur/testcase/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/testcase/build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.xml 25 Apr 2002 09:21:04 -0000 1.15
+++ build.xml 26 Apr 2002 01:36:23 -0000 1.16
@@ -19,6 +19,7 @@
<pathelement location="${excalibur-logger.jar}"/>
<pathelement location="${excalibur-component.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.18 +1 -0 jakarta-avalon-excalibur/thread/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/thread/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 25 Apr 2002 09:21:04 -0000 1.17
+++ build.xml 26 Apr 2002 01:36:23 -0000 1.18
@@ -19,6 +19,7 @@
<pathelement location="${excalibur-instrument.jar}"/>
<pathelement location="${excalibur-pool.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.15 +1 -0 jakarta-avalon-excalibur/threadcontext/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/threadcontext/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 25 Apr 2002 09:21:04 -0000 1.14
+++ build.xml 26 Apr 2002 01:36:23 -0000 1.15
@@ -13,6 +13,7 @@
<path id="project.class.path">
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.14 +1 -0 jakarta-avalon-excalibur/util/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/util/build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build.xml 25 Apr 2002 09:21:04 -0000 1.13
+++ build.xml 26 Apr 2002 01:36:23 -0000 1.14
@@ -14,6 +14,7 @@
<pathelement location="${build.classes}"/>
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.18 +2 -1 jakarta-avalon-excalibur/xmlbundle/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 25 Apr 2002 09:21:04 -0000 1.17
+++ build.xml 26 Apr 2002 01:36:23 -0000 1.18
@@ -18,7 +18,7 @@
<pathelement location="${logkit.jar}"/>
<pathelement location="${excalibur-component.jar}"/>
<pathelement location="${excalibur-pool.jar}"/>
- <pathelement location="${excalibur-sourceresolve.jar}"/>
+ <pathelement location="${excalibur-sourceresolve.jar}"/>
<pathelement location="${checkstyle.jar}"/>
<pathelement location="${xalan.jar}"/>
<pathelement location="${xerces.jar}"/>
@@ -26,6 +26,7 @@
<fileset dir="${lib.dir}">
<include name="*.jar" />
</fileset>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
1.23 +1 -0 jakarta-avalon-excalibur/zip/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/zip/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 25 Apr 2002 09:21:05 -0000 1.22
+++ build.xml 26 Apr 2002 01:36:23 -0000 1.23
@@ -13,6 +13,7 @@
<path id="project.class.path">
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement path="${java.class.path}"/>
</path>
<path id="tools.class.path">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>