leosimons 2003/02/19 11:44:39
Modified: assembly build.xml
Log:
get ant test to run
Revision Changes Path
1.20 +12 -12 avalon-sandbox/assembly/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/assembly/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 14 Feb 2003 05:39:16 -0000 1.19
+++ build.xml 19 Feb 2003 19:44:39 -0000 1.20
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<!--
+<!--
Copyright (C) The Apache Software Foundation. All rights reserved.
This software is published under the terms of the Apache Software License
version 1.1, a copy of which has been included with this distribution in
@@ -180,9 +180,9 @@
</target>
<!-- Compiles the source code -->
- <target name="compile" depends="context"
+ <target name="compile" depends="context"
description="Compiles the source code" unless="uptodate">
-
+
<echo message="compiling ${ant.project.name}"/>
<mkdir dir="${build.classes}"/>
@@ -239,10 +239,10 @@
<target name="install" depends="jar,jar-playground">
<mkdir dir="${local.repository}"/>
<copy toDir="${local.repository}" file="${build.dir}/lib/${jar.name}"/>
- </target>
+ </target>
<!-- Creates all the Javadocs -->
- <target name="javadocs" depends="compile"
+ <target name="javadocs" depends="compile"
description="Generates the javadocs" unless="skip.javadocs">
<mkdir dir="${build.javadocs}"/>
<javadoc packagenames="*,*.*"
@@ -288,7 +288,7 @@
resource="checkstyletask.properties"/>
<checkstyle
- properties="${etc.dir}/checkstyle.properties"
+ properties="${etc.dir}/checkstyle.properties"
failOnViolation="false">
<fileset dir="${java.dir}"
includes="**/*.java"/>
@@ -340,14 +340,14 @@
</target>
- <target name="docs" depends="xdocs, javadocs"
+ <target name="docs" depends="xdocs, javadocs"
description="generates all the Avalon documentation"/>
<target name="xdocs" description="generates the xdocs-based documentation">
<ant antfile="${basedir}/../cocoonbuild.xml"/>
</target>
- <target name="site" depends="docs"
+ <target name="site" depends="docs"
description=" Places Docs ready for hosting on website">
<mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
@@ -369,11 +369,11 @@
</delete>
</target>
- <target name="real-clean" depends="clean"
+ <target name="real-clean" depends="clean"
description="Cleans up the project, including distributions">
<delete dir="${dist.base}" />
</target>
-
+
<!--
Test
-->
@@ -465,7 +465,7 @@
<copy todir="${common.dir}" file="${avalon-meta.jar}"/>
<copy todir="${common.dir}" file="${excalibur-configuration.jar}"/>
<copy todir="${common.dir}" file="${excalibur-i18n.jar}"/>
- <copy todir="${common.dir}" file="${logkit.jar}"/>
+ <copy todir="${common.dir}" file="${avalon-logkit.jar}"/>
<!--
<copy todir="${common.dir}" preservelastmodified="true">
@@ -481,7 +481,7 @@
<copy todir="${lib.dir}" file="${excalibur-extension.jar}"/>
<copy todir="${lib.dir}" file="${excalibur-event.jar}"/>
<copy todir="${lib.dir}" file="${commons-collections.jar}"/>
- <copy todir="${lib.dir}" file="${util.concurrent.jar}"/>
+ <copy todir="${lib.dir}" file="${excalibur-util-concurrent.jar}"/>
<copy todir="${lib.dir}" file="${excalibur-thread.jar}"/>
<copy todir="${lib.dir}" file="${avalon-lifecycle.jar}"/>
<copy todir="${lib.dir}" file="${avalon-assembly.jar}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]