jefft 02/04/14 03:19:40
Modified: altrmi build.xml
baxter build.xml
bzip2 build.xml
cache build.xml
cli build.xml
collections build.xml
component build.xml
concurrent build.xml default.properties
datasource build.xml
event build.xml
extension build.xml
fortress build.xml
i18n build.xml
instrument build.xml
instrument-client build.xml
instrument-manager build.xml
io build.xml default.properties
logger build.xml
monitor build.xml
naming build.xml
pool build.xml
sourceresolve build.xml
tar build.xml
template-product build.xml
testcase build.xml
testcase/src/java/org/apache/avalon/excalibur/testcase
ExcaliburTestCase.java
thread build.xml
threadcontext build.xml
util build.xml
xmlbundle build.xml
zip build.xml
Log:
Add check for BSF before doing junitreport, and neaten up dist target. Also
add
a prototype src-dist target for io.
Revision Changes Path
1.14 +2 -0 jakarta-avalon-excalibur/altrmi/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build.xml 13 Apr 2002 10:04:31 -0000 1.13
+++ build.xml 14 Apr 2002 10:19:38 -0000 1.14
@@ -192,6 +192,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
1.16 +4 -3 jakarta-avalon-excalibur/baxter/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/baxter/build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.xml 13 Apr 2002 10:04:31 -0000 1.15
+++ build.xml 14 Apr 2002 10:19:38 -0000 1.16
@@ -175,6 +175,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -247,11 +249,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.16 +4 -3 jakarta-avalon-excalibur/bzip2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/bzip2/build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.xml 13 Apr 2002 10:04:31 -0000 1.15
+++ build.xml 14 Apr 2002 10:19:38 -0000 1.16
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -242,11 +244,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.25 +4 -3 jakarta-avalon-excalibur/cache/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cache/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- build.xml 13 Apr 2002 10:04:31 -0000 1.24
+++ build.xml 14 Apr 2002 10:19:38 -0000 1.25
@@ -171,6 +171,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -243,11 +245,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.36 +4 -3 jakarta-avalon-excalibur/cli/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cli/build.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- build.xml 13 Apr 2002 10:04:31 -0000 1.35
+++ build.xml 14 Apr 2002 10:19:38 -0000 1.36
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -242,11 +244,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.14 +4 -3 jakarta-avalon-excalibur/collections/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/collections/build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build.xml 13 Apr 2002 10:04:31 -0000 1.13
+++ build.xml 14 Apr 2002 10:19:38 -0000 1.14
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -242,11 +244,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.12 +4 -3 jakarta-avalon-excalibur/component/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/component/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xml 13 Apr 2002 10:04:31 -0000 1.11
+++ build.xml 14 Apr 2002 10:19:38 -0000 1.12
@@ -187,6 +187,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -259,11 +261,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.14 +4 -3 jakarta-avalon-excalibur/concurrent/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build.xml 13 Apr 2002 10:04:31 -0000 1.13
+++ build.xml 14 Apr 2002 10:19:38 -0000 1.14
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -242,11 +244,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.5 +5 -0 jakarta-avalon-excalibur/concurrent/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/default.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- default.properties 13 Apr 2002 11:26:17 -0000 1.4
+++ default.properties 14 Apr 2002 10:19:38 -0000 1.5
@@ -12,6 +12,11 @@
package-version=0.99
year=2000-2002
+# --------------------------------------------------
+# REQUIRED LIBRARIES
+# --------------------------------------------------
+# --------------------------------------------------
+
# Settings used to configure compile environment
build.debug = on
build.optimize = off
1.11 +4 -3 jakarta-avalon-excalibur/datasource/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 13 Apr 2002 10:04:32 -0000 1.10
+++ build.xml 14 Apr 2002 10:19:38 -0000 1.11
@@ -307,6 +307,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -379,11 +381,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.18 +4 -3 jakarta-avalon-excalibur/event/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 13 Apr 2002 10:04:32 -0000 1.17
+++ build.xml 14 Apr 2002 10:19:39 -0000 1.18
@@ -186,6 +186,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -258,11 +260,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.40 +4 -3 jakarta-avalon-excalibur/extension/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/extension/build.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- build.xml 13 Apr 2002 10:04:32 -0000 1.39
+++ build.xml 14 Apr 2002 10:19:39 -0000 1.40
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -242,11 +244,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.9 +4 -3 jakarta-avalon-excalibur/fortress/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 13 Apr 2002 10:04:32 -0000 1.8
+++ build.xml 14 Apr 2002 10:19:39 -0000 1.9
@@ -194,6 +194,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -266,11 +268,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.38 +4 -3 jakarta-avalon-excalibur/i18n/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/build.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- build.xml 13 Apr 2002 10:04:32 -0000 1.37
+++ build.xml 14 Apr 2002 10:19:39 -0000 1.38
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -242,11 +244,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.16 +4 -3 jakarta-avalon-excalibur/instrument/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.xml 13 Apr 2002 10:04:32 -0000 1.15
+++ build.xml 14 Apr 2002 10:19:39 -0000 1.16
@@ -169,6 +169,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -239,11 +241,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.22 +4 -3 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.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- build.xml 13 Apr 2002 10:04:32 -0000 1.21
+++ build.xml 14 Apr 2002 10:19:39 -0000 1.22
@@ -191,6 +191,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -261,11 +263,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.21 +4 -3 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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 13 Apr 2002 10:04:32 -0000 1.20
+++ build.xml 14 Apr 2002 10:19:39 -0000 1.21
@@ -212,6 +212,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -282,11 +284,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="${build.lib}/${dist-interfaces.name}.jar"
todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
1.40 +51 -3 jakarta-avalon-excalibur/io/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/io/build.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- build.xml 13 Apr 2002 10:04:32 -0000 1.39
+++ build.xml 14 Apr 2002 10:19:39 -0000 1.40
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -240,13 +242,59 @@
</target>
+ <!-- Create the source distribution -->
+ <target name="src-dist" depends="dist-jar, javadocs">
+
+ <mkdir dir="${src.dist.dir}" />
+
+ <copy todir="${src.dist.dir}">
+ <fileset dir="${build.lib}">
+ <include name="*.jar"/>
+ </fileset>
+ </copy>
+
+ <copy todir="${src.dist.src}">
+ <fileset dir="${src.dir}"/>
+ </copy>
+
+ <!--
+ <copy todir="${src.dist.docs}">
+ <fileset dir="${build.docs}"/>
+ </copy>
+ -->
+
+ <copy todir="${src.dist.javadocs}">
+ <fileset dir="${dist.javadocs}"/>
+ </copy>
+
+ <copy todir="${src.dist.dir}">
+ <fileset dir="..">
+ <include name="depchecker.xml"/>
+ </fileset>
+ </copy>
+ <copy todir="${src.dist.dir}">
+ <fileset dir=".">
+ <include name="README.txt"/>
+ <include name="BUILDING.txt"/>
+ <include name="LICENSE.txt"/>
+ <include name="build.xml"/>
+ <include name="default.properties"/>
+ <include name="ant.properties.sample"/>
+ </fileset>
+ </copy>
+
+ <fixcrlf srcdir="${src.dist.src}/java" includes="**/*.java"
eol="lf"/>
+
+ <chmod dir="${src.dist.dir}" perm="go-rwx" />
+
+ </target>
+
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.5 +5 -0 jakarta-avalon-excalibur/io/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/io/default.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- default.properties 13 Apr 2002 11:26:18 -0000 1.4
+++ default.properties 14 Apr 2002 10:19:39 -0000 1.5
@@ -46,6 +46,11 @@
# Set the properties for distribution directories
dist.dir = dist
dist.javadocs = ${dist.dir}/docs/api
+src.dist.dir= dist-src
+src.dist.src= ${src.dist.dir}/src
+src.dist.lib= ${src.dist.dir}/lib
+src.dist.docs= ${src.dist.dir}/docs
+src.dist.javadocs= ${src.dist.docs}/apidocs
# name of .zip/.tar.gz/.bz2 files and their top-level directory
dist.name = ${name}-${version}
1.10 +4 -3 jakarta-avalon-excalibur/logger/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/logger/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 13 Apr 2002 10:04:32 -0000 1.9
+++ build.xml 14 Apr 2002 10:19:39 -0000 1.10
@@ -206,6 +206,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -278,11 +280,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.9 +4 -3 jakarta-avalon-excalibur/monitor/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/monitor/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 13 Apr 2002 10:04:32 -0000 1.8
+++ build.xml 14 Apr 2002 10:19:39 -0000 1.9
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -242,11 +244,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.40 +4 -3 jakarta-avalon-excalibur/naming/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/naming/build.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- build.xml 13 Apr 2002 10:04:32 -0000 1.39
+++ build.xml 14 Apr 2002 10:19:39 -0000 1.40
@@ -177,6 +177,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -249,11 +251,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.14 +4 -3 jakarta-avalon-excalibur/pool/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/pool/build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build.xml 13 Apr 2002 10:04:33 -0000 1.13
+++ build.xml 14 Apr 2002 10:19:39 -0000 1.14
@@ -185,6 +185,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -257,11 +259,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.9 +4 -3 jakarta-avalon-excalibur/sourceresolve/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 13 Apr 2002 10:04:33 -0000 1.8
+++ build.xml 14 Apr 2002 10:19:40 -0000 1.9
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -242,11 +244,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.19 +4 -3 jakarta-avalon-excalibur/tar/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/tar/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 13 Apr 2002 10:04:33 -0000 1.18
+++ build.xml 14 Apr 2002 10:19:40 -0000 1.19
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -242,11 +244,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.17 +4 -3 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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- build.xml 13 Apr 2002 10:04:33 -0000 1.16
+++ build.xml 14 Apr 2002 10:19:40 -0000 1.17
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -242,11 +244,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.10 +4 -3 jakarta-avalon-excalibur/testcase/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/testcase/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 13 Apr 2002 10:04:33 -0000 1.9
+++ build.xml 14 Apr 2002 10:19:40 -0000 1.10
@@ -178,6 +178,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -250,11 +252,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.2 +3 -1
jakarta-avalon-excalibur/testcase/src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java
Index: ExcaliburTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/testcase/src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExcaliburTestCase.java 4 Apr 2002 05:09:05 -0000 1.1
+++ ExcaliburTestCase.java 14 Apr 2002 10:19:40 -0000 1.2
@@ -211,7 +211,7 @@
* </dl>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a>
- * @version $Id: ExcaliburTestCase.java,v 1.1 2002/04/04 05:09:05 leif Exp $
+ * @version $Id: ExcaliburTestCase.java,v 1.2 2002/04/14 10:19:40 jefft Exp $
*/
public class ExcaliburTestCase
extends TestCase
@@ -411,6 +411,8 @@
}
catch( Exception e )
{
+ System.out.println(e);
+ e.printStackTrace();
result.addError( this, e );
}
finally
1.13 +4 -3 jakarta-avalon-excalibur/thread/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/thread/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build.xml 13 Apr 2002 10:04:33 -0000 1.12
+++ build.xml 14 Apr 2002 10:19:40 -0000 1.13
@@ -180,6 +180,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -252,11 +254,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.11 +4 -3 jakarta-avalon-excalibur/threadcontext/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/threadcontext/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 13 Apr 2002 10:04:33 -0000 1.10
+++ build.xml 14 Apr 2002 10:19:40 -0000 1.11
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -242,11 +244,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.10 +4 -3 jakarta-avalon-excalibur/util/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/util/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 13 Apr 2002 10:04:33 -0000 1.9
+++ build.xml 14 Apr 2002 10:19:40 -0000 1.10
@@ -172,6 +172,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -244,11 +246,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.9 +4 -3 jakarta-avalon-excalibur/xmlbundle/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 13 Apr 2002 10:04:33 -0000 1.8
+++ build.xml 14 Apr 2002 10:19:40 -0000 1.9
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -242,11 +244,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
1.19 +4 -3 jakarta-avalon-excalibur/zip/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/zip/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 13 Apr 2002 10:04:33 -0000 1.18
+++ build.xml 14 Apr 2002 10:19:40 -0000 1.19
@@ -170,6 +170,8 @@
<target name="test-reports" depends="test" description="Generate Reports
for the unit tests">
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkBSF"/>
+
<mkdir dir="${build.reports}/junit"/>
<junitreport todir="${build.reports}/junit">
@@ -242,11 +244,10 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="prepare-conf, jar, test-reports, checkstyle-report,
javadocs"
+ depends="dist-jar, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
- <mkdir dir="${dist.dir}"/>
- <copy file="${build.lib}/${jar.name}" todir="${dist.dir}"/>
+
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
<copy file="README.txt" todir="${dist.dir}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>