Re: Condition as a top level element

2003-08-25 Thread Steve Loughran
Inger, Matthew wrote: Is it possible in the future to make a top level element? Consider it done. Indeed, download any Ant1.6 nightly build for some months and you will find it done :) In ant 1.6, any task can be a toplevel element. We strongly encourage you to be careful and not put much other

Re: Condition as a top level element

2003-08-22 Thread Antoine Levy-Lambert
Should work in ant 1.6 Antoine - Original Message - From: "Inger, Matthew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 22, 2003 4:09 PM Subject: Condition as a top level element > Is it possible in the future to make a top level element? &g

Condition as a top level element

2003-08-22 Thread Inger, Matthew
Is it possible in the future to make a top level element? It's essentially the same idea as , but with restrictions. The basic reason is that i'd like to have something like this at the top of my project: So that I don't have to muddy up the depend structure in order for a target t