Re: Command line parameter

2006-06-17 Thread Juan Jimenez
Easy...I use this trick to run/not run my unit tests: command line to run my unit tests: ant -Dunit.test=true build.all command line to skipt my unit tests: ant build.all ANT Script: ... ... Juan On 16/06/06, deepali sharma <[EMAIL PROTECTED]> wrote: Hi We have requirement like thi

Re: How to add mutable content to immutable build file

2006-06-17 Thread Ben Stringer
On Fri, 2006-06-16 at 18:54 +0300, Vitaliy S wrote: > Hello, > > I have target with a task supporting subtasks > e.g > > > > > > > > > the content of task may be changed but the rest file is immutable. > I want to store mutable content in seporate file. > What is th