DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9042>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9042 javadoc problem on Sun JDK 1.4.0 Summary: javadoc problem on Sun JDK 1.4.0 Product: Ant Version: 1.4.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Minor Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The Xerces-J project had a bug report (bugzilla bug #8997) reported against it to the effect that javadocs couldn't be built on Sun JDK 1.4.0. This was true for our build file as it then was: we'd been specifying the "locale" attribute as something other than the first attribute on the javadoc task. Since attributes are supposed to be unordered in XML, it looks to me like Ant should be ordering them correctly when it passes them to javadoc. But the obvious fix--to put locale first--does work, so this is hardly a show-stopper. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
