Re: fileset with exclude not working

2010-02-01 Thread Stefan Bodewig
On 2010-02-01, Kamran Hameed wrote: > Now there are two files Sum.java and Band.java in the mpi package that i > dont want javadoc tool to generate javadocs. So i try to exclude them using > > > > The trailing ** are not necessary if the files are real

fileset with exclude not working

2010-02-01 Thread Kamran Hameed
Folks i have this directory structure src/mpi/ src/xdev/ src/runtime src/mpjbuf Now i want ant's javadoc tool to generate javadocs of mpi package only. I did it successfully using Now there are two files Sum.java and Band.java in the mpi package that i dont want jav