Re: Potential Malware in Bugzilla 56302

2014-03-23 Thread Mark Thomas
On 22/03/2014 15:20, Stefan Bodewig wrote: Hi, somebody has created a bugzilla issue for Ant and attached what looks like PHP page which certainly is not related to Ant. My guess is this is supposed to be some kind of malware which didn't manage to infect me. I didn't investigate it much,

Re: Potential Malware in Bugzilla 56302

2014-03-23 Thread Stefan Bodewig
On 2014-03-22, Mark Thomas wrote: Please note that security issues should be sent to root@a.o ACK The bug has been deleted. Thanks Stefan - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional

Bug report for Ant [2014/03/23]

2014-03-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[GitHub] ant pull request: [Trunk] Add a quiet attribute to GetTask to ea...

2014-03-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ant/pull/1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled

Re: svn commit: r1580520 - in /ant/core/trunk: ./ manual/Tasks/ src/main/org/apache/tools/ant/taskdefs/optional/junit/

2014-03-23 Thread Antoine Levy Lambert
Hi, Thanks to John Elion for this contribution. I have tried it on the Ant test cases. This makes the execution of the test cases shorter by 3 minutes with 2 threads [ not sure what is the total time because I also run the antunit tests ]. Some of our test cases do not support parallelism

Re: svn commit: r1580520 - in /ant/core/trunk: ./ manual/Tasks/ src/main/org/apache/tools/ant/taskdefs/optional/junit/

2014-03-23 Thread Matt Sicker
Could you use the JUnit TemporaryFolder rule? That appears to be rather threadsafe. On 23 March 2014 11:28, Antoine Levy Lambert anto...@gmx.de wrote: Hi, Thanks to John Elion for this contribution. I have tried it on the Ant test cases. This makes the execution of the test cases shorter

Re: svn commit: r1580520 - in /ant/core/trunk: ./ manual/Tasks/ src/main/org/apache/tools/ant/taskdefs/optional/junit/

2014-03-23 Thread Stefan Bodewig
On 2014-03-23, Antoine Levy Lambert wrote: Some of our test cases do not support parallelism because they are creating and dropping temporary directories and files which have the same names. On first glance there also may be a race condition for the test that expects certain build events.