multiple ${values} not extracting the actual value

2008-09-05 Thread Vivek Payala
Hello, I have a build file in which my target is supposed to call a perl file and pass 3 arguments to it. Here is the target, In the above argument list, the file which needs to be passed on is ‘GEN-MNPAA${vers

Re: Ivy 2 resolve time over a WAN

2008-09-05 Thread paul . newport
Looks like I am running into this bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6469803 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 East, Cardiff CF11 9

Integrating a performance testing (profiler) tool with Ant

2008-09-05 Thread merlin_the_happy_pig
I have a requirement to run some performance tests against a bit of kit that my company develops. I have downloaded the free jprobe version, and can run it and find where potential issues are. It would be nice if I can integrate jprobe performance tests into our build process, but I can't see a wa

Setting classpath for nested ant call

2008-09-05 Thread merlin_the_happy_pig
Ant newbie here. I need to call another ant task in a different build file, so I do: http://www.nabble.com/Setting-classpath-for-nested-ant-call-tp19333163p19333163.html Sent from the Ant - Users mailing list archive at Nabble.com.

RE: Ant script to search a folder and move it

2008-09-05 Thread Rebhan, Gilbert
-Original Message- From: sukanya [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2008 1:23 PM To: user@ant.apache.org Subject: Ant script to search a folder and move it /* Hi all, I have a problem. I am trying to use ant to search for a particular folder and move it to another locat

Re: Ivy 2 resolve time over a WAN

2008-09-05 Thread paul . newport
"You can track down Ivy http communications by using commons-httpclient" How do I do this ? I'm fine with setting up commons logging, but my little test case that does an install doesn't even have commons-httpclient on the classpath. "There were some issues with ivy not liking networks where

Ant script to search a folder and move it

2008-09-05 Thread sukanya
Hi all, I have a problem. I am trying to use ant to search for a particular folder and move it to another location using ant. But I dont which tasks can be used for this. Can anyone help me please? -- View this message in context: http://www.nabble.com/Ant-script-to-search-a-folder-and-move-it-

Re: Ivy 2 resolve time over a WAN

2008-09-05 Thread paul . newport
OK. I've tried the trunk version, both from my current location (WAN->LAN-FIREWALL->INTERNET) and from our other office (LAN->FIREWALL->INTERNET) It's fast on the LAN, but doing an install from the WAN took 27 minutes. Target www.targetgroup.net Target is a trading name of Target Group Li

AW: Ant 1.6 installation

2008-09-05 Thread Jan.Materne
Another point: why do you install Ant 1.6.0 (18 December 2003) when 1.7.1 (27 June 2008) is out? http://ant.apache.org/faq.html#history Jan -Ursprüngliche Nachricht- Von: Vivek Payala [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 5. September 2008 11:48 An: 'Ant Users List'; [EMAIL PROT

RE: Ant 1.6 installation

2008-09-05 Thread Vivek Payala
‘./’ will try to look for the ‘ant’ executable under the current working directory. Try issuing the command, [EMAIL PROTECTED] /]$ ant -version instead of, [EMAIL PROTECTED] /]$ ./ant -version Hope this helps! Thanks, Vivek Payala | Team Lead – Configuration Management (Prof

Ant 1.6 installation

2008-09-05 Thread Jon
I'm trying to install Apache Ant 1.6 and have updated the following entries within */etc/profile* to ensure that the installation is complete. JAVA_HOME=/usr/java/j2sdk1.4.2_18 *ANT_HOME=/usr/local/apache2/apache-ant-1.6.0* export JAVA_HOME PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC ANT_HOME