minchau 2003/10/20 20:49:01
Modified: java build.xml
Log:
PR: bugzilla 20572
Submitted by: Richard Cao
Reviewed by: Brian Minchau
Richard added extra -breakiterator option when building javadoc for SDK 1.4
or higher
to get rid of warning messaes when doing the build.
This is a compatibility option.
Revision Changes Path
1.198 +4 -3 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- build.xml 20 Oct 2003 15:53:41 -0000 1.197
+++ build.xml 21 Oct 2003 03:49:01 -0000 1.198
@@ -865,7 +865,8 @@
<!-- Ant ignores destdir arg if doclet is set, so must send to doclet in
doclet subelement-->
<javadoc
- destdir="${build.apidocs}"
+ additionalparam="-breakiterator"
+ destdir="${build.apidocs}"
public="true"
sourcepath="${src.dir}"
overview="${src.dir}/javadocOverview.html"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]