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=14795>. 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=14795 Javadocs not building on Windows [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-11-28 16:26 ------- It's because since the javadoc ant task in Cocoon is using a fileset, to be able to get block stuff, the command that the task gives to javadoc is too long, and is truncated by winblows. Adding useexternalfile="yes" attribute makes Ant collect all package names in a temporary file and give that to Javadoc, thus goin round the issue. This fix has been committed in CVS; please test and if ok mark this bug as closed. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]