leif 2002/08/08 00:31:20
Modified: fortress build.xml
altrmi build.xml
baxter build.xml
bzip2 build.xml
cache build.xml
cli build.xml
collections build.xml
component build.xml
concurrent build.xml
converter build.xml
datasource build.xml
event build.xml
extension build.xml
i18n build.xml
io build.xml
logger build.xml
merlin build.xml
monitor build.xml
naming build.xml
pool build.xml
sourceresolve build.xml
store build.xml
tar build.xml
template-product build.xml
testcase build.xml
thread build.xml
threadcontext build.xml
util build.xml
zip build.xml
containerkit build.xml
tweety build.xml
jprocess build.xml
xmlutil build.xml
configuration build.xml
Log:
Modify the dist build so that it no longer deletes the contents of the dist
directory
when completed. This makes the full dist build work more cleanly and saves
having to rebuild jars multiple times.
Revision Changes Path
1.40 +0 -2 jakarta-avalon-excalibur/fortress/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- build.xml 7 Aug 2002 22:48:27 -0000 1.39
+++ build.xml 8 Aug 2002 07:31:12 -0000 1.40
@@ -392,8 +392,6 @@
<fileset dir="${dist.base}" />
</checksum>
-->
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.28 +5 -7 jakarta-avalon-excalibur/altrmi/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build.xml 30 Jul 2002 22:55:58 -0000 1.27
+++ build.xml 8 Aug 2002 07:31:12 -0000 1.28
@@ -15,7 +15,7 @@
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${checkstyle.jar}"/>
<pathelement path="${java.class.path}"/>
- <pathelement location="${jakarta-bcel.jar}"/>
+ <pathelement location="${jakarta-bcel.jar}"/>
</path>
<path id="tools.class.path">
@@ -34,8 +34,8 @@
<target name="main" depends="compile, compile-test" description="Build
the project"/>
<target name="rebuild" depends="clean,main" description="Rebuild the
project"/>
-
- <target name="checkBCEL">
+
+ <target name="checkBCEL">
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkRequiredClass">
<property name="proj.jar.name" value="jakarta-bcel.jar"/>
<property name="class" value="org.apache.bcel.generic.ClassGen"/>
@@ -48,7 +48,7 @@
<target name="dependencies" description="Check dependencies"
unless="skip.dependencies">
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkCommon"/>
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkFramework"/>
- <ant antfile="${basedir}/build.xml" target="checkBCEL"/>
+ <ant antfile="${basedir}/build.xml" target="checkBCEL"/>
</target>
<target name="dependencies-test" depends="dist-jar, dependencies"
@@ -329,8 +329,6 @@
<fileset dir="${dist.base}" />
</checksum>
-->
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
@@ -383,7 +381,7 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the
Docs">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.28 +4 -7 jakarta-avalon-excalibur/baxter/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/baxter/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build.xml 1 Aug 2002 21:53:17 -0000 1.27
+++ build.xml 8 Aug 2002 07:31:12 -0000 1.28
@@ -211,7 +211,7 @@
<target name="checkstyle-avail">
<available property="CheckStyle.present"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
+ classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
<classpath refid="project.class.path"/>
</available>
</target>
@@ -219,8 +219,8 @@
<target name="checkstyle-check" depends="checkstyle-avail"
unless="CheckStyle.present">
<echo>
CheckStyle is not present! This means checkstyle will not run and
- if you modify code it may not conform to our established standards.
- Please download checkstyle from http://checkstyle.sourceforge.net
+ if you modify code it may not conform to our established standards.
+ Please download checkstyle from http://checkstyle.sourceforge.net
</echo>
</target>
@@ -278,9 +278,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
@@ -331,7 +328,7 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the
Docs">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.30 +0 -3 jakarta-avalon-excalibur/bzip2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/bzip2/build.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- build.xml 1 Aug 2002 22:09:58 -0000 1.29
+++ build.xml 8 Aug 2002 07:31:12 -0000 1.30
@@ -276,9 +276,6 @@
<copy todir="${dist.dir}">
<fileset dir="examples"/>
</copy>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.34 +0 -3 jakarta-avalon-excalibur/cache/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cache/build.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build.xml 30 Jul 2002 22:57:23 -0000 1.33
+++ build.xml 8 Aug 2002 07:31:12 -0000 1.34
@@ -276,9 +276,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.48 +0 -3 jakarta-avalon-excalibur/cli/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cli/build.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- build.xml 1 Aug 2002 22:13:06 -0000 1.47
+++ build.xml 8 Aug 2002 07:31:12 -0000 1.48
@@ -279,9 +279,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.25 +2 -5 jakarta-avalon-excalibur/collections/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/collections/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- build.xml 30 Jul 2002 22:59:14 -0000 1.24
+++ build.xml 8 Aug 2002 07:31:13 -0000 1.25
@@ -175,8 +175,8 @@
<batchtest todir="${build.tests}">
<fileset dir="${build.testclasses}">
- <include name="**/test/*TestCase.class"/>
- <include name="**/test/*Test.class"/>
+ <include name="**/test/*TestCase.class"/>
+ <include name="**/test/*Test.class"/>
<exclude name="**/Abstract*"/>
</fileset>
</batchtest>
@@ -276,9 +276,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.23 +0 -2 jakarta-avalon-excalibur/component/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/component/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 7 Aug 2002 11:46:41 -0000 1.22
+++ build.xml 8 Aug 2002 07:31:13 -0000 1.23
@@ -321,8 +321,6 @@
<fileset dir="${dist.base}" />
</checksum>
-->
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.24 +0 -3 jakarta-avalon-excalibur/concurrent/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/build.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build.xml 30 Jul 2002 23:05:36 -0000 1.23
+++ build.xml 8 Aug 2002 07:31:13 -0000 1.24
@@ -274,9 +274,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.10 +0 -3 jakarta-avalon-excalibur/converter/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/converter/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 1 Aug 2002 22:25:33 -0000 1.9
+++ build.xml 8 Aug 2002 07:31:13 -0000 1.10
@@ -299,9 +299,6 @@
<zip zipfile="${dist.base}/${dist.name}.zip" compress="true">
<zipfileset dir="${dist.dir}" prefix="${dist.name}-bin"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.27 +1 -3 jakarta-avalon-excalibur/datasource/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/build.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build.xml 31 Jul 2002 07:19:26 -0000 1.26
+++ build.xml 8 Aug 2002 07:31:13 -0000 1.27
@@ -466,8 +466,6 @@
<fileset dir="${dist.base}" />
</checksum>
-->
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
@@ -521,7 +519,7 @@
<target name="docs" depends="setup-filters" description="Generates the
Docs">
<mkdir dir="${docs.dir}"/>
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.30 +0 -3 jakarta-avalon-excalibur/event/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- build.xml 8 Aug 2002 00:36:26 -0000 1.29
+++ build.xml 8 Aug 2002 07:31:13 -0000 1.30
@@ -295,9 +295,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.50 +0 -3 jakarta-avalon-excalibur/extension/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/extension/build.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- build.xml 1 Aug 2002 22:28:46 -0000 1.49
+++ build.xml 8 Aug 2002 07:31:13 -0000 1.50
@@ -273,9 +273,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.48 +0 -3 jakarta-avalon-excalibur/i18n/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/build.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- build.xml 26 Jul 2002 15:13:14 -0000 1.47
+++ build.xml 8 Aug 2002 07:31:13 -0000 1.48
@@ -274,9 +274,6 @@
<zip zipfile="${dist.base}/${dist.name}.zip" compress="true">
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.56 +0 -2 jakarta-avalon-excalibur/io/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/io/build.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- build.xml 1 Aug 2002 22:31:51 -0000 1.55
+++ build.xml 8 Aug 2002 07:31:14 -0000 1.56
@@ -279,8 +279,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
- <delete dir="${dist.dir}" />
-
</target>
1.26 +0 -3 jakarta-avalon-excalibur/logger/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/logger/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- build.xml 7 Aug 2002 04:07:00 -0000 1.25
+++ build.xml 8 Aug 2002 07:31:14 -0000 1.26
@@ -432,9 +432,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.11 +0 -2 jakarta-avalon-excalibur/merlin/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/merlin/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 13 Jul 2002 18:55:49 -0000 1.10
+++ build.xml 8 Aug 2002 07:31:14 -0000 1.11
@@ -329,8 +329,6 @@
<fileset dir="${dist.base}" />
</checksum>
-->
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.22 +1 -4 jakarta-avalon-excalibur/monitor/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/monitor/build.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- build.xml 30 Jul 2002 22:36:44 -0000 1.21
+++ build.xml 8 Aug 2002 07:31:14 -0000 1.22
@@ -291,9 +291,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
@@ -345,7 +342,7 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the
Docs">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.51 +0 -2 jakarta-avalon-excalibur/naming/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/naming/build.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- build.xml 1 Aug 2002 22:34:13 -0000 1.50
+++ build.xml 8 Aug 2002 07:31:14 -0000 1.51
@@ -302,8 +302,6 @@
<fileset dir="${dist.base}" />
</checksum>
-->
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.26 +1 -4 jakarta-avalon-excalibur/pool/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/pool/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- build.xml 7 Aug 2002 16:31:38 -0000 1.25
+++ build.xml 8 Aug 2002 07:31:14 -0000 1.26
@@ -290,9 +290,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
@@ -342,7 +339,7 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the
Docs">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.23 +1 -4 jakarta-avalon-excalibur/sourceresolve/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 30 Jul 2002 22:39:11 -0000 1.22
+++ build.xml 8 Aug 2002 07:31:14 -0000 1.23
@@ -281,9 +281,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
@@ -335,7 +332,7 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the
Docs">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.9 +1 -4 jakarta-avalon-excalibur/store/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/store/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 30 Jul 2002 21:48:07 -0000 1.8
+++ build.xml 8 Aug 2002 07:31:14 -0000 1.9
@@ -279,9 +279,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
@@ -333,7 +330,7 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the
Docs">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.28 +0 -3 jakarta-avalon-excalibur/tar/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/tar/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build.xml 30 Jul 2002 21:51:44 -0000 1.27
+++ build.xml 8 Aug 2002 07:31:15 -0000 1.28
@@ -276,9 +276,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.29 +0 -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.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- build.xml 30 Jul 2002 22:03:34 -0000 1.28
+++ build.xml 8 Aug 2002 07:31:15 -0000 1.29
@@ -272,9 +272,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.22 +1 -4 jakarta-avalon-excalibur/testcase/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/testcase/build.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- build.xml 30 Jul 2002 22:11:09 -0000 1.21
+++ build.xml 8 Aug 2002 07:31:15 -0000 1.22
@@ -285,9 +285,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
@@ -339,7 +336,7 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the
Docs">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.24 +1 -3 jakarta-avalon-excalibur/thread/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/thread/build.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build.xml 30 Jul 2002 22:26:01 -0000 1.23
+++ build.xml 8 Aug 2002 07:31:15 -0000 1.24
@@ -292,8 +292,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
</target>
<!-- Creates a mini jar-only distribution -->
@@ -345,7 +343,7 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the
Docs">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.20 +1 -4 jakarta-avalon-excalibur/threadcontext/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/threadcontext/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 30 Jul 2002 22:28:54 -0000 1.19
+++ build.xml 8 Aug 2002 07:31:15 -0000 1.20
@@ -276,9 +276,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
@@ -330,7 +327,7 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the
Docs">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.18 +1 -3 jakarta-avalon-excalibur/util/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/util/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 30 Jul 2002 22:32:38 -0000 1.17
+++ build.xml 8 Aug 2002 07:31:16 -0000 1.18
@@ -295,8 +295,6 @@
<fileset dir="${dist.base}" />
</checksum>
-->
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
@@ -348,7 +346,7 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the
Docs">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.31 +0 -2 jakarta-avalon-excalibur/zip/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/zip/build.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- build.xml 26 Jul 2002 15:22:23 -0000 1.30
+++ build.xml 8 Aug 2002 07:31:17 -0000 1.31
@@ -272,8 +272,6 @@
<zip zipfile="${dist.base}/${dist.name}.zip" compress="true">
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
</zip>
-
- <delete dir="${dist.dir}" />
</target>
<!-- Creates a mini jar-only distribution -->
1.10 +1 -4 jakarta-avalon-excalibur/containerkit/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 30 Jul 2002 23:15:00 -0000 1.9
+++ build.xml 8 Aug 2002 07:31:18 -0000 1.10
@@ -314,9 +314,6 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
@@ -369,7 +366,7 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the
Docs">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.10 +9 -12 jakarta-avalon-excalibur/tweety/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/tweety/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 1 Aug 2002 21:26:03 -0000 1.9
+++ build.xml 8 Aug 2002 07:31:18 -0000 1.10
@@ -290,10 +290,10 @@
<include name="**/*"/>
</fileset>
</copy>
-
- <mkdir dir="${dist.dir}/lib"/>
+
+ <mkdir dir="${dist.dir}/lib"/>
- <!-- create temporary dir so we can get a proper .tar even with the
current, released ant -->
+ <!-- create temporary dir so we can get a proper .tar even with the
current, released ant -->
<mkdir dir="${dist.base}/${dist.name}"/>
<copy todir="${dist.base}/${dist.name}">
<fileset dir="${dist.dir}">
@@ -301,23 +301,23 @@
</fileset>
</copy>
- <zip zipfile="${dist.base}/${dist.name}.zip" compress="true">
+ <zip zipfile="${dist.base}/${dist.name}.zip" compress="true">
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
</zip>
<tar longfile="gnu" tarfile="${dist.base}/${dist.name}.tar">
- <tarfileset dir="${dist.base}/" username="avalon"
group="avalon">
- <include name="${dist.name}/**"/>
- </tarfileset>
+ <tarfileset dir="${dist.base}/" username="avalon" group="avalon">
+ <include name="${dist.name}/**"/>
+ </tarfileset>
</tar>
- <gzip zipfile="${dist.base}/${dist.name}.tar.gz"
+ <gzip zipfile="${dist.base}/${dist.name}.tar.gz"
src="${dist.base}/${dist.name}.tar"/>
<delete file="${dist.base}/${dist.name}.tar"/>
<delete dir="${dist.base}/${dist.name}" />
- <!--
+ <!--
Not supported by released ant but when it is we should enable this
across
all of the products
<tar longfile="gnu" tarfile="${dist.base}/${dist.name}-bin.tar">
@@ -338,9 +338,6 @@
<fileset dir="${dist.base}" />
</checksum>
-->
- <!--<delete dir="${dist.dir}" />-->
-
-
</target>
<!-- Creates a mini jar-only distribution -->
1.5 +0 -3 jakarta-avalon-excalibur/jprocess/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/jprocess/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 26 Jul 2002 15:17:05 -0000 1.4
+++ build.xml 8 Aug 2002 07:31:19 -0000 1.5
@@ -273,9 +273,6 @@
<zip zipfile="${dist.base}/${dist.name}.zip" compress="true">
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
1.28 +1 -4 jakarta-avalon-excalibur/xmlutil/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build.xml 6 Aug 2002 18:19:35 -0000 1.27
+++ build.xml 8 Aug 2002 07:31:19 -0000 1.28
@@ -331,9 +331,6 @@
<zip zipfile="${dist.base}/${dist.name}.zip" compress="true">
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
</zip>
-
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
@@ -384,7 +381,7 @@
style="docs.vsl"
projectfile="menu.xml"
includes="**/*.xml"
- excludes="menu.xml"
+ excludes="menu.xml"
velocitypropertiesfile="../site/src/stylesheets/velocity.properties"
/>
1.8 +0 -2 jakarta-avalon-excalibur/configuration/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/configuration/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.xml 1 Aug 2002 22:19:18 -0000 1.7
+++ build.xml 8 Aug 2002 07:31:19 -0000 1.8
@@ -300,8 +300,6 @@
<fileset dir="${dist.base}" />
</checksum>
-->
- <delete dir="${dist.dir}" />
-
</target>
<!-- Creates a mini jar-only distribution -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>