Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 48366 invoked from network); 30 Apr 2002 15:22:37 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 30 Apr 2002 15:22:37 -0000 Received: (qmail 9929 invoked by uid 97); 30 Apr 2002 15:22:34 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@nagoya.betaversion.org Received: (qmail 9849 invoked by alias); 30 Apr 2002 15:22:33 -0000 Delivered-To: jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 9835 invoked by uid 97); 30 Apr 2002 15:22:33 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 9824 invoked from network); 30 Apr 2002 15:22:33 -0000 From: "Ara Abrahamian" To: "'Ant Developers List'" Subject: RE: javadoc changes: have they broken xdoclet? Date: Tue, 30 Apr 2002 19:52:24 +0430 Message-ID: <001001c1f05a$dac10410$3f32d9d5@ara> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Stefan, I believe it's safer to use the last official release (1.1.2) than the cvs one, we're right in the middle of a big refactoring and moving to a whole new architecture for modules/etc. Ara. > -----Original Message----- > From: Stefan Bodewig [mailto:bodewig@apache.org] > Sent: Tuesday, April 30, 2002 2:25 PM > To: ant-dev@jakarta.apache.org > Subject: Re: javadoc changes: have they broken xdoclet? > > On Tue, 30 Apr 2002, Erik Hatcher > wrote: > > > We anxiously await your patch! :) > > Trivial: > > Index: src/main/org/apache/tools/ant/taskdefs/Javadoc.java > =================================================================== > RCS file: /home/cvs/jakarta- > ant/src/main/org/apache/tools/ant/taskdefs/Javadoc.java,v > retrieving revision 1.95 > diff -u -r1.95 Javadoc.java > --- src/main/org/apache/tools/ant/taskdefs/Javadoc.java 26 Apr 2002 > 16:06:52 -00 > 00 1.95 > +++ src/main/org/apache/tools/ant/taskdefs/Javadoc.java 30 Apr 2002 > 09:53:50 -0000 > @@ -1794,7 +1794,7 @@ > // taken from packagenames attribute and nested package > // elements and excludes taken from excludepackages attribute > // and nested excludepackage elements > - if (sourcePath != null) { > + if (sourcePath != null && packageNames.size() > 0) { > PatternSet ps = new PatternSet(); > Enumeration enum = packageNames.elements(); > while (enum.hasMoreElements()) { > @@ -1859,6 +1859,9 @@ > } > if (containsPackages) { > sp.createPathElement().setLocation(baseDir); > + } else { > + log(baseDir + " doesn\'t contain any packages, dropping > it.", > + Project.MSG_VERBOSE); > } > } > } > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: