mcconnell 2003/02/13 21:39:16
Modified: assembly default.properties build.xml
Log:
U*pdated javadoc local link referernces and removed broken report tasks.
Revision Changes Path
1.17 +6 -4 avalon-sandbox/assembly/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/avalon-sandbox/assembly/default.properties,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- default.properties 13 Feb 2003 18:20:40 -0000 1.16
+++ default.properties 14 Feb 2003 05:39:16 -0000 1.17
@@ -147,9 +147,11 @@
checkstyle-cache = ${build.dir}/checkstyle.cache
# javadoc links
+doc.root = ../../../..
j2se.api.link = http://java.sun.com/j2se/1.4/docs/api/
j2ee.api.link = http://java.sun.com/j2ee/sdk_1.3/techdocs/api/
-avalon.api.link = ../../avalon/api
-assembly.api.link =../../assembly/api
-lifecycle.api.link =../../lifecycle/api
-lifecycle.api.link =../../meta/api
+avalon.api.link = ${doc.root}/avalon/docs/api
+lifecycle.api.link =${doc.root}/lifecycle/build/docs/api
+meta.api.link =${doc.root}/meta/build/docs/api
+
+
1.19 +2 -12 avalon-sandbox/assembly/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/assembly/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 13 Feb 2003 18:20:40 -0000 1.18
+++ build.xml 14 Feb 2003 05:39:16 -0000 1.19
@@ -298,20 +298,10 @@
</checkstyle>
</target>
- <target name="checkstyle-report" depends="checkstyle" if="do.checkstyle"
- description="Generate Checkstyle Report">
- <mkdir dir="${build.reports}"/>
- <property name="checkstyle.pathhack" location="."/>
- <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
- out="${build.reports}/delete-me.html.html">
- <param name="pathhack" expression="${checkstyle.pathhack}"/>
- </style>
- </target>
-
<!-- Creates the distribution -->
<target name="dist"
- depends="dist-jar, checkstyle-report, javadocs"
- description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
+ depends="dist-jar, javadocs"
+ description="Generates a distribution (jar + javadocs)">
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]