RE: Ant Build Performance under Windows XP versus Vista

2008-09-03 Thread Shawn Castrianni
Yes, I have seen performance problems with Vista. My main problem was that Vista always seemed to be doing stuff in the background that I wasn't aware of. I did know about the Indexing and other services that Vista runs and I disabled them, yet still my laptop fan would always be running tryin

Ant Build Performance under Windows XP versus Vista

2008-09-03 Thread rat12345
All, I have a large project (10,000+ Java 5 classes) in over 50 modules. When building the project on an IBM Thinkpad T42 running XP, the build takes ~4 minutes. When building the project on a T61 running Vista, the build takes over 7 minutes. Has anyone else seen performance problems u

Re: Can you set a property using input task into a properties file

2008-09-03 Thread Scot P. Floess
Take a look at the input task and the echo task... Use input to get the user's input to a property. Then use echo to whatever file you want...something like: HTH, Flossy On Wed, 3 Sep 2008, merlin_the_happy_pig wrote: Ant newbie here - I need to capture some user input and then I want t

Can you set a property using input task into a properties file

2008-09-03 Thread merlin_the_happy_pig
Ant newbie here - I need to capture some user input and then I want to set it to a properties file so that I can use it later. Does anybody know how to do this?? -- View this message in context: http://www.nabble.com/Can-you-set-a-property-using-input-task-into-a-properties-file-tp19294414p19294

wrong ivy-1.0.0.xml in ivy cache

2008-09-03 Thread Thrawn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi How do I get all configurations from a locally published module into the ~ ivy cache? I have 2 projects (A and B). B depends on A. I'm publishing A to a local repository. My project resolver looks like that: After publishing modul

How to set Current Working Directory (CWD) from Java application

2008-09-03 Thread Miroslav Nachev
Hi, I need to start ANT from one OSGi Bundle in concurrent mode. The build xml files are passed as parameters to startAnt method of org.apache.tools.ant.Main. The first problem in that approach is that the current working directory (System.getProperty("user.dir")) must be different for each st

Re: AW: AW: using a for both and ???

2008-09-03 Thread Noel Grandin
Hi Hmmm, that actually works. But I need to call javac before I call zip, and there is no way to define a zipgroupfileset in a standalone fashion. And even if that worked, I can't use any of the *set tasks because I need to preserve the order of the list. I actually remember now - I logged this a

[ANN] Apache AntUnit 1.1 Beta 1 Released

2008-09-03 Thread Stefan Bodewig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Today the first beta of Apache AntUnit 1.1, an Ant-Library that supports testing of Ant tasks and build files has been released. AntUnit 1.1 fixes a few bugs of AntUnit 1.0 and adds a few new assertions. The most visible change is that listeners can

AW: AW: using a for both and ???

2008-09-03 Thread Jan.Materne
I dont know if that works, but you could try Jan -Ursprüngliche Nachricht- Von: Noel Grandin [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 3. September 2008 14:21 An: Ant Users List Betreff: Re: AW: using a for both and ??? Hi Thanks, but that doesn't work. What I want

Re: sshexec exit status 127

2008-09-03 Thread Robert Koberg
On Sep 2, 2008, at 11:58 PM, Stefan Bodewig wrote: On Tue, 2 Sep 2008, Robert Koberg <[EMAIL PROTECTED]> wrote: Hi, ant 1.7.1, jsch-0.1.33, commons-net-1.5.0-dev, Red Hat Enterprise Linux Server release 5.2 (Tikanga) I am trying to use ant on one server, which is using sshexec to invoke ant

Re: AW: using a for both and ???

2008-09-03 Thread Noel Grandin
Hi Thanks, but that doesn't work. What I want is to define a list of JAR files in one place, and use that list of JAR files both as input to the task, and also to merge that list of JAR files into one big jar. For the first situation I need the list to be treated as files, and in the second sit

Re: Ivy 2 resolve time over a WAN

2008-09-03 Thread paul . newport
Have you got a link to a pre-built trunk jar to download ? I can't check it out from svn due to firewall restrictions. Target www.targetgroup.net Target is a trading name of Target Group Limited, registered in England and Wales No. 1208137 Registered office: Target House, Cowbridge Road

AW: using a for both and ???

2008-09-03 Thread Jan.Materne
wants a resource collection and is one. and are other. Jan -Ursprüngliche Nachricht- Von: Noel Grandin [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 3. September 2008 11:29 An: user@ant.apache.org Betreff: using a for both and ??? Hi I want to do something like this, but I can

using a for both and ???

2008-09-03 Thread Noel Grandin
Hi I want to do something like this, but I can't seem to find any way to express this in ANT's standard constructs, since wants a normal or while really wants a Thanks, Noel.