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=13006>. 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=13006 javadoc task crashes Windows ME, JSDK 1.2.2 Summary: javadoc task crashes Windows ME, JSDK 1.2.2 Product: Ant Version: 1.5 Platform: PC OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Even the simplest javadoc tasks result in a system freeze and/or blue screen. Other tasks including delete, mkdir, javac run without problems. "Execute javadoc" is the last status message before the failure. <project name="test" default="javadoc" basedir="."> <target name="javadoc"> <javadoc destDir="./docs" sourcefiles="FileCopy.java"> </javadoc> </target> </project> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
