You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Steve Sonntag <VT...@novell.com> on 2000/08/15 21:25:12 UTC

Ant javadoc task packagename doc is wrong

Runnning Ant version 1.2alpha compiled on August 10 2000

The document for the Javadoc task describes the packagename attribute as space
separated.  This is untrue, the packagenames must be comma separated.  I also
question whether "(with terminating wild card)" is correct as Javadoc (1.2.2) forbids
terminating wildcards for packagenames. "Wildcards such as asterisks (*) are not
allowed."

-Steve

RE: Ant javadoc task packagename doc is wrong

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
Steve,

The documentation regarding the comma separated values has already been
corrected in CVS so should have been included in the build. There is an
issue with the current nightly build process. I'll try to see what it is.

The terminating wildcard information is, however, correct. You need to
distinguish between the Javadoc task and the javadoc tool. The task will
search for package statements of files in the source path to see if they
match the given wildcards. This is very much more conventient than having to
state each packagename.

Conor


--
Conor MacNeill
conor@cortexebusiness.com.au
Cortex eBusiness
http://www.cortexebusiness.com.au
-----Original Message-----
From: Steve Sonntag [mailto:VTAG@novell.com]
Sent: Wednesday, 16 August 2000 5:25
To: ant-user@jakarta.apache.org
Subject: Ant javadoc task packagename doc is wrong


Runnning Ant version 1.2alpha compiled on August 10 2000

The document for the Javadoc task describes the packagename attribute as
space
separated.  This is untrue, the packagenames must be comma separated.  I
also
question whether "(with terminating wild card)" is correct as Javadoc
(1.2.2) forbids
terminating wildcards for packagenames. "Wildcards such as asterisks (*) are
not
allowed."

-Steve