Neal
does your log4j.properties contain log4j.appender.STDOUT.follow=true
# need to set follow for stdout as it gets moved around in junit tests
log4j.appender.STDOUT.follow=true
as suggested by pete in Bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44530
With Warm Regards
Martin
Environment: ant 1.7.1, junit4.4
We lost log4j logging output (eg. log.debug) in the section
of the XML files when we switched to perBatch forkmode. [perBatch
forkmode helps us greatly with performance of the tests.] Actually, the
FIRST test case that runs includes the log4j logging output bu
My apologies, I accidentally replied to this thread with my problem, please
ignore. Thanks> Date: Sun, 5 Oct 2008 10:52:39 -0700> From: [EMAIL PROTECTED]>
To: user@ant.apache.org> Subject: about the ear task> > > Hello, sorry for my
bad english.> > Apparently, when I create an ear with the ta
Good morning everyone.
I would like to use the condition task in my build file within my war task.
The billing target calls the compile target and initiates the war task.
Depending on the environment, say QA, I would like the zipfileset task to be
executed, otherwise excluded.
1. I'm not
Good morning everyone.
I would like to use the condition task in my build file within my war task.
The billing target calls the compile target and initiates the war task.
Depending on the environment, say QA, I would like the zipfileset task to be
executed, otherwise excluded.
1. I'm not
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Xavier Hanin wrote:
> This is notn ivyde rc, but the ivy rc1 made available on the update
> site as an osgi bundle.
Very well, but there is still an error message each time I use the update
manager so it seems to be broken/missing.
Cheers,
Marcus
-
You may want to use something like this
-Danny
-Original Message-
From: Dean Del Ponte [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 02, 2008 10:25 AM
To: user@ant.apache.org
Subject: How to stop ant execution if one target fails
I'm using ant to build my project. When running