Re: Conditional depends clause

2008-10-31 Thread Scot P. Floess
I think you'll need to define an unless attribute on each of the depends targets. So, for example: depends="copyDevConf,copyIntConf,copyQaConf,copyProdConf" /> ... On Fri, 31 Oct 2008, [EMAIL PROTECTED] wrote: Hi, I have this in my build.xml file What I would like, however, is to

Conditional depends clause

2008-10-31 Thread dave.alvarado
Hi, I have this in my build.xml file What I would like, however, is to only have one depends option depending on what a variable "env" is, which is passed to my script. So, for example, if env = "dev", I would like to execute only the "copyDevConf" option above. How do I configure this in