- -- 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
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
Brian, It looks like you already included that package with a packageset.
>
>
>
>
>
>
...
>
>
>
>
>
>
>
>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
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
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