RE: Ant - -- exclude not working

2005-05-31 Thread Blagassie
- -- exclude not working Hello Brian, > I am attempting to use the JavaDoc tag in an ant build as follows > > to create my JavaDoc. I have a small subset of public classes > > which I want to exclude from the final JavaDoc. > > Any suggestions as to why th

Re: Ant - -- exclude not working

2005-05-21 Thread Antoine Levy-Lambert
Hello Brian, > I am attempting to use the JavaDoc tag in an ant build as follows > > to create my JavaDoc. I have a small subset of public classes > > which I want to exclude from the final JavaDoc. > > Any suggestions as to why this may not be working > > > > Thanks, > > > > Br

Re: Ant - -- exclude not working

2005-05-20 Thread Carol Enderlin
Brian, It looks like you already included that package with a packageset. > > > > > > ... > > > > > > > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Ant - -- exclude not working

2005-05-20 Thread Blagassie
Thanks for the suggestions; however, it did not make a difference. -Original Message- From: Jeffrey E Care [mailto:[EMAIL PROTECTED] Sent: Friday, May 20, 2005 3:52 PM To: Ant Users List Subject: Re: Ant - -- exclude not working Try taking the ".\" off the front of you

Re: Ant - -- exclude not working

2005-05-20 Thread Jeffrey E Care
Try taking the ".\" off the front of your patterns. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis <[EMAIL PROTECTED]> wrote on 05/20/2005 03:45:58 PM: > Hi, > > > > I am attem

Ant - -- exclude not working

2005-05-20 Thread Blagassie
Hi, I am attempting to use the JavaDoc tag in an ant build as follows to create my JavaDoc. I have a small subset of public classes which I want to exclude from the final JavaDoc. According to the Ant document, I should be able to use the tag to accomplish this. However, the following