[Fwd: antcall and ]

2009-02-15 Thread Stefan Krause
Sorry for the noise, the if-parameter must be Stefan - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

antcall and

2009-02-15 Thread Stefan Krause
Hello, I recognized some strange behavior while calling a conditional target with . The goal was a switch between different build modes. Here's the code:

Duplicate project name with antcall and import

2005-11-10 Thread Telang, Nandan
Hi I have an ANT script that looks something like this: . I get a "Duplicated project name in import" that says the project name of the project in bar is redefined in another file that bar imports(

Re: Internal AntCall and references

2004-12-14 Thread Wascally Wabbit
At 12:06 PM 12/13/2004, you wrote: Don't know about "better" but these are different ways to approach your situation: a) globals (they never die...) b) thread locals c) build listeners Hello, I have created a task that must be 'context' aware. Currently, I stores infor

Internal AntCall and references

2004-12-13 Thread Yves Martin
Hello, I have created a task that must be 'context' aware. Currently, I stores information (Java objects) in a ugly static map in my task and it works well. To clean it, I decided to use project references but it does not work with 'antcall': target A antcall B MyTask{getReferen