Re: javadoc task does not pick up package-info.java from included filesets

2007-09-12 Thread Peter Reilly
On 9/12/07, Prashant Reddy <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-09-12 at 14:37 +0100, Peter Reilly wrote: > > > Shouldn't javadoc task pick this artifact (package-info.java) given > > that > > > this file is meant only for the javadoc tool ? Why should the user > > have > > > to explicitly i

Re: javadoc task does not pick up package-info.java from included filesets

2007-09-12 Thread Prashant Reddy
On Wed, 2007-09-12 at 14:37 +0100, Peter Reilly wrote: > > Shouldn't javadoc task pick this artifact (package-info.java) given > that > > this file is meant only for the javadoc tool ? Why should the user > have > > to explicitly include it ? > 1) the fileset is not only used in I was thinking m

Re: javadoc task does not pick up package-info.java from included filesets

2007-09-12 Thread Peter Reilly
On 9/12/07, Prashant Reddy <[EMAIL PROTECTED]> wrote: > Hello ANT Users, > > I have a lot of files from which javadoc needs to be generated. > > Not all java files from a package need to be published in javadoc. > > To enable this i use a number of s that provide input to > javadoc task. > > Someth

javadoc task does not pick up package-info.java from included filesets

2007-09-12 Thread Prashant Reddy
Hello ANT Users, I have a lot of files from which javadoc needs to be generated. Not all java files from a package need to be published in javadoc. To enable this i use a number of s that provide input to javadoc task. Something like : //More filesets However to my su