Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 86443 invoked by uid 500); 28 Nov 2002 16:25:40 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 86432 invoked from network); 28 Nov 2002 16:25:40 -0000 Date: 28 Nov 2002 16:26:44 -0000 Message-ID: <20021128162644.21398.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: cocoon-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 14795] - Javadocs not building on Windows X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 nicolaken@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From nicolaken@apache.org 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: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org