Re: junit tests running slower in 1.8 than in 1.7

2010-07-22 Thread Stefan Bodewig
On 2010-07-23, Stefan Bodewig wrote: > On 2010-07-22, Laura Dean wrote: >> For the curious, I've created a simplified project here: >> http://web.mit.edu/lgdean/Public/test-project.zip . > I'll look into it. Can't see any major differences between 1.7.1 and 1.8.1 on my Ubuntu box. Unfortunatel

Re: junit tests running slower in 1.8 than in 1.7

2010-07-22 Thread Stefan Bodewig
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?  The closest I've > found via google is here, but it doesn't shed much l

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

2010-07-22 Thread Jan.Materne
too. Personally I use if I am interested in several specific properties. If I have a common prefix in the properties names, is more usable. Jan >-Ursprüngliche Nachricht- >Von: Laura Dean [mailto:lgd...@cyrusinnovation.com] >Gesendet: Donnerstag, 22. Juli 2010 18:28 >An: Ant Users L

Re: CopyTask: attribute to overwrite readonly files

2010-07-22 Thread Vimil Saju
Allright,  I actually did try it out and it isn't present :P. Any idea if there is a version 1.8.2 of ant somewhere to download? --- On Thu, 7/22/10, Matthew Jaggard wrote: From: Matthew Jaggard Subject: Re: CopyTask: attribute to overwrite readonly files To: "Ant Users List" Date: Thursday

Re: CopyTask: attribute to overwrite readonly files

2010-07-22 Thread Matthew Jaggard
If in doubt, try it out! Sent from my tellingphone. On Jul 22, 2010 7:13 PM, "Vimil Saju" wrote: Hi, I was looking if the copy task had the ability to overwrite read-only files. The manual says that if the 'force' attribute is set to true then read-only files will be overwritten, but it also s

CopyTask: attribute to overwrite readonly files

2010-07-22 Thread Vimil Saju
Hi, I was looking if the copy task had the ability to overwrite read-only files. The manual says that if the 'force' attribute is set to true then read-only files will be overwritten, but it also says this attribute is available only on ant version 1.8.2. I don't see that version of ant for dow

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

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

2010-07-22 Thread Ben Stover
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 - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For addit

AW: How to set new PATH, CLASSPATH and JAVA_HOME for whole build.xml?

2010-07-22 Thread Knuplesch, Juergen
Just use a Batch or shellfile, that calls Ant. Before you call Ant you set your environment. -Ursprüngliche Nachricht- Von: Ben Stover [mailto:bxsto...@yahoo.co.uk] Gesendet: Donnerstag, 22. Juli 2010 09:28 An: Ant Users Betreff: How to set new PATH, CLASSPATH and JAVA_HOME for whole buil

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

How to set new PATH, CLASSPATH and JAVA_HOME for whole build.xml?

2010-07-22 Thread Ben Stover
Assume I have multiple Java installations and versions on my computer. Due to other reasons I have to set java installation1 as default in my environment variables PATH, CLASSPATH and JAVA_HOME. Beside the main application I would like to do some other compilations and tasks with/from Ants build.