Re: Mail task on Target failure

2011-08-05 Thread Laura Dean
To take a different approach: have you considered using a continuous integration server? This is exactly the sort of thing they're good at, and then your ant setup could just worry about building. I've used TeamCity and have heard good things about Jenkins ( http://jenkins-ci.org/), but probably

Re: Mail task on Target failure

2011-08-05 Thread Laura Dean
s the log was not kept, > which is important for error situations. But they are easy to set up, > so it worth investigating. > > --glenn > > > > On Fri, Aug 5, 2011 at 09:32, Laura Dean > wrote: > > To take a different approach: have you considered using a continuou

Re: problem trying to set individual tests timeout

2012-09-14 Thread Laura Dean
As I read it, that's the expected behavior: When running multiple tests inside the same Java VM (see forkMode), timeout applies to the time that all tests use together, not to an individual test. http://ant.apache.org/manual/Tasks/junit.html You have forkMode set to once, which means

junit tests running slower in 1.8 than in 1.7

2010-07-21 Thread Laura Dean
My team has a unit test suite that ran in about a minute and a half with ant 1.6.5 (and 1.7.1), but now takes over 4 minutes with ant 1.8.1 (or 1.8.0).  Has anyone else had this problem?  The closest I've found via google is here, but it doesn't shed much light on the subject: http://netbeans.org/

Re: junit tests running slower in 1.8 than in 1.7

2010-07-22 Thread Laura Dean
On Wed, Jul 21, 2010 at 7:26 PM, Martin Gainty wrote: > > what processor have you implemented in your testbed platform? On this particular machine, windows reports: Intel(R) Core(TM) i7 CPU 940 @ 2.93 GHz > how much ram on your testbed platform? 6 GB We've seen the same behavior on our less

Re: How can I output/write variable content onto console/into file?

2010-07-22 Thread Laura Dean
The "echo" task should let you do either of those. Laura On Thu, Jul 22, 2010 at 12:13 PM, Ben Stover wrote: > Is there a way to output/write the current value (during runtime) of an ANT > variable onto a console or into a text file? > > How does that work in detail? > > Ben --

Re: junit tests running slower in 1.8 than in 1.7

2010-07-23 Thread Laura Dean
ay, but I will look at it then. Laura On Fri, Jul 23, 2010 at 1:10 AM, Stefan Bodewig wrote: > On 2010-07-22, Laura Dean wrote: > > > My team has a unit test suite that ran in about a minute and a half > > with ant 1.6.5 (and 1.7.1), but now takes over 4 minutes with ant >

Re: junit tests running slower in 1.8 than in 1.7

2010-07-26 Thread Laura Dean
Bodewig wrote: >> >> On 2010-07-22, Laura Dean wrote: >> >> > My team has a unit test suite that ran in about a minute and a half >> > with ant 1.6.5 (and 1.7.1), but now takes over 4 minutes with ant >> > 1.8.1 (or 1.8.0).  Has anyone else had this problem?

Re: junit tests running slower in 1.8 than in 1.7

2010-07-27 Thread Laura Dean
1.8. * Like you, I also couldn't reproduce the problem under linux. Laura >> On Fri, Jul 23, 2010 at 1:10 AM, Stefan Bodewig wrote: >>> >>> On 2010-07-22, Laura Dean wrote: >>> >>> > My team has a unit test suite that ran in about a minute an

Re: junit tests running slower in 1.8 than in 1.7

2010-08-01 Thread Laura Dean
On Wed, Jul 28, 2010 at 6:44 AM, Stefan Bodewig wrote: > ... > OK, I'll look into this when I get access to my Windows machine again > next week.  It didn't take more than the small test case you provided to > see the difference, right? Right. The small test case was enough to see the difference

Re: junit tests running slower in 1.8 than in 1.7

2010-08-19 Thread Laura Dean
On Thu, Aug 19, 2010 at 8:54 AM, Stefan Bodewig wrote: > The change has been implemented in svn trunk[1] and may become part of > the next Ant release.  Using svn trunk my tests run as fast (or even > faster) as they do using Ant 1.7.1. Thank you very much! We'll definitely try it out. > To be

Re: junit tests running slower in 1.8 than in 1.7

2010-08-25 Thread Laura Dean
this fork at all; we just put it there for our convenience, and I mention it now it in case it saves anyone else a little work. Thanks again! Laura On Thu, Aug 19, 2010 at 11:10 AM, Laura Dean wrote: > On Thu, Aug 19, 2010 at 8:54 AM, Stefan Bodewig wrote: >> The change has been imple