leif 02/04/04 00:44:58
Modified: . build.xml
Log:
The jdepend task did not work if it was run first.
Revision Changes Path
1.133 +2 -0 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- build.xml 4 Apr 2002 05:37:24 -0000 1.132
+++ build.xml 4 Apr 2002 08:44:58 -0000 1.133
@@ -50,6 +50,8 @@
</target>
<target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
+ <mkdir dir="${build.dir}"/>
+ <mkdir dir="${build.reports}"/>
<path id="java.src">
<pathelement location="altrmi/src/java"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>