hammant 2002/10/02 12:44:34
Modified: demo build.xml
Log:
now uses metagenerate instead of xdoclet
Revision Changes Path
1.64 +5 -19 jakarta-avalon-apps/demo/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-apps/demo/build.xml,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- build.xml 5 Sep 2002 21:33:34 -0000 1.63
+++ build.xml 2 Oct 2002 19:44:34 -0000 1.64
@@ -123,12 +123,8 @@
</target>
- <target name="test-xdoclet">
- <available classname="xdoclet.XDocletMain" classpathref="project.class.path"
property="xdoclet.present"/>
- </target>
-
<!-- Make .xinfo and manifest automatically for blocks -->
- <target name="phoenix-xdoclet" depends="compile" if="xdoclet.present">
+ <target name="phoenix-xdoclet" depends="compile">
<mkdir dir="${build.xdoclet}"/>
@@ -181,25 +177,15 @@
</phoenix-blocks>
</target>
-
- <!-- Make .xinfo and manifest automatically for blocks -->
- <target name="no-phoenix-xdoclet" depends="compile" unless="xdoclet.present">
-
- <mkdir dir="${build.xdoclet}"/>
-
- <unzip src="${src.dir}/generated-by-xdoclet.zip" dest="${build.xdoclet}" />
-
- </target>
-
<!-- Jars up project -->
- <target name="jars" depends="test-xdoclet, phoenix-xdoclet, no-phoenix-xdoclet">
+ <target name="jars" depends="phoenix-xdoclet">
<mkdir dir="${build.lib}"/>
<jar jarfile="${build.lib}/demo-helloworld.jar"
- basedir="${build.classes}"
- manifest="${build.xdoclet}/helloworld-demo.mf">
+ basedir="${build.classes}" manifest="${build.xdoclet}/helloworld-demo.mf">
+
<include name="org/apache/avalon/apps/demos/helloworldserver/*"/>
<fileset dir="${build.xdoclet}">
<include name="org/apache/avalon/apps/demos/helloworldserver/*.xinfo"/>
@@ -418,7 +404,7 @@
<target name="rmi-demo-test" depends="check-rmi" description="Change the
HelloWorld message via the RMI API (a test aid)"/>
<!-- Completely build all dists -->
- <target name="dist" depends="sars" description="Generates the distribution">
+ <target name="dist" description="Generates the distribution">
<property name="dist.name" value="${Name}-${version}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>