Your ant seems to be running many times, not just twice... In fact,
as you can see from below from the simplification I made of your
build output, each target in the ant is executed once, along with all
it's dependencies.
I am not sure exactly why this would be happening. My first thought
was that your dependancies were screwed up, but they look OK. Well,
hope this points you in the right direction, or maybe someone else
knows why / how this could be happening?
F
On Aug 11, 2008, at 10:23, mfugleru wrote:
init:
init:
dist:
init:
compile:
dist:
compile:
init:
compile:
instrument:
init:
compile:
dist:
instrument:
test:
init:
compile:
test:
coverage report:
init:
compile:
test:
coverage-report:
clean:
clean:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]