Re: not working for having multiple tags

2012-03-06 Thread Stefan Bodewig
On 2012-03-07, Joe Attardi wrote: > On Tue, Mar 6, 2012 at 11:51 PM, Stefan Bodewig wrote: >> No. exludes always take precedence over includes, the order of elements >> is not relevant. If you need a different behavior, you have to use >> selectors. > Sorry, my mistake. Don't worry, if I sou

Re: not working for having multiple tags

2012-03-06 Thread Joe Attardi
On Tue, Mar 6, 2012 at 11:51 PM, Stefan Bodewig wrote: > No. exludes always take precedence over includes, the order of elements > is not relevant. If you need a different behavior, you have to use > selectors. Sorry, my mistake. >

Re: not working for having multiple tags

2012-03-06 Thread Stefan Bodewig
On 2012-03-07, Joe Attardi wrote: > Have you tried reversing the order of the and > elements? Not sure if this makes a difference, but you're including > everything under mypackage/p1/** then excluding something under > p1. Could it be a precedence issue? No. exludes always take precedence ov

Re: not working for having multiple tags

2012-03-06 Thread Stefan Bodewig
On 2012-03-07, Surya Kiran wrote: > I have a task as below > classpath="xyz.jar" > debug="on"> > > > > > > > But is not working. By "exclude is not working" I assume javac compiles classes in mypackage/p1/testpackage/** - right? Why do you thin

Re: not working for having multiple tags

2012-03-06 Thread Joe Attardi
Have you tried reversing the order of the and elements? Not sure if this makes a difference, but you're including everything under mypackage/p1/** then excluding something under p1. Could it be a precedence issue? On Tue, Mar 6, 2012 at 9:20 PM, Surya Kiran wrote: > Folks, > > I have a task a

not working for having multiple tags

2012-03-06 Thread Surya Kiran
Folks, I have a task as below But is not working. Please let me know whats the problem or any other alternatives. Due to legacy structure we need to put multiple tags in Please help. Thanks