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
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:
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(
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
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