Could someone update the website so the API doc would actually appear on:
http://jakarta.apache.org/ant/manual/api/
in my downloaded sources the APi was created on:
jakarta-ant-1.5Beta3/build/javadocs
Maybe the build.xml should create the above dir instead of the build version;
--- build.xml-old Sun Jun 30 16:12:06 2002
+++ build.xml Sun Jun 30 16:13:12 2002
@@ -65,7 +65,7 @@
<property name="bootstrap.dir" value="bootstrap"/>
<property name="build.classes" value="${build.dir}/classes"/>
<property name="build.lib" value="${build.dir}/lib"/>
- <property name="build.javadocs" value="${build.dir}/javadocs"/>
+ <property name="build.javadocs" value="docs/manual/api"/>
<property name="build.tests" value="${build.dir}/testcases"/>
<property name="build.tests.javadocs" value="${build.dir}/javadocs.test/"/>
--
Thomas Zander zander@planescape.com
We are what we pretend to be
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|