You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/05/13 20:18:41 UTC

DO NOT REPLY [Bug 9042] New: - javadoc problem on Sun JDK 1.4.0

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: ant-dev@jakarta.apache.org
        ReportedBy: neilg@ca.ibm.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>