User: rinkrank
Date: 02/09/30 11:32:34
Modified: core build.xml
Log:
Fixed the broken build. Not xdoclet/core/build.xml overrides ${jar.file} in
xjavadoc/build.xml so that xjavadoc writes the jar file in xdoclet's target/lib
directory.
Revision Changes Path
1.9 +1 -1 xdoclet/core/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -r1.8 -r1.9
--- build.xml 8 Sep 2002 01:28:57 -0000 1.8
+++ build.xml 30 Sep 2002 18:32:34 -0000 1.9
@@ -89,7 +89,7 @@
<!-- build xjavadoc -->
<echo message="XJavadoc sources are available and newer than xjavadoc.jar.
Building xjavadoc..."/>
<ant dir="${xjavadoc.dir}" target="jar" inheritAll="false">
- <property name="dist.dir" value="${dist.lib.dir}"/>
+ <property name="jar.file" value="${dist.lib.dir}/xjavadoc.jar"/>
</ant>
</target>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel