--- Conor MacNeill <[EMAIL PROTECTED]> wrote: > Nathan Coast wrote: > > > thanks - inheritall="false" is exactly what I needed. > > > > for my info, once a property is set, is it possible to change its > value? > > No
Well, not via the <property> task (except when it's a nested element of an <ant> task, but the value is only "changed" within the context of the task's execution), but there are (as we've just gone through over on ant-dev) several tasks that set properties (eg., <exec>) that can change the value of an already-set property. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
