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=25705>. 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=25705 Various broken links and other errors in Ant documentation Summary: Various broken links and other errors in Ant documentation Product: Ant Version: 1.6.0 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Produced with this script: <?xml version="1.0" encoding="UTF-8"?> <project default="all"> <target name="all"> <taskdef name="checklinks" classpath="/space/src/nb_all/nbbuild/nbantext.jar" classname="org.netbeans.nbbuild.CheckLinks"/> <checklinks basedir="/space/ant16/docs"> <include name="**/*.html"/> <exclude name="manual/api/"/> </checklinks> </target> </project> where nbantext.jar contains this task: http://www.netbeans.org/unbranded-source/browse/~checkout~/nbbuild/antsrc/org/netbeans/nbbuild/CheckLinks.java?content-type=text/plain There are probably a few false positives in there but most look to be real errors. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
