Re: How can I call a macro instance from a script task

2008-09-04 Thread AirTraffic
I have to modify the case I listed above. Actually if the macrodef part is defined in the same file as the script part, it works. It doesn't work if I add namespace here:

How can I call a macro instance from a script task

2008-09-04 Thread AirTraffic
I know somebody already asked this question a few years ago, but I couldn't find the answer, so try again I use Ant 1.6.5 macro called with host '${host}'

Re: Ant Build Performance under Windows XP versus Vista

2008-09-04 Thread Steve Loughran
rat12345 wrote: 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 pe

RE: ${toString:lib.path.ref}

2008-09-04 Thread Rebhan, Gilbert
-Original Message- From: Raja Nagendra Kumar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 2:37 PM To: user@ant.apache.org Subject: ${toString:lib.path.ref} /* ... Could any one suggest any documents related to such as special synax for manupulating ant properties. The 1.

${toString:lib.path.ref}

2008-09-04 Thread Raja Nagendra Kumar
Hi, in the javac description at http://ant.apache.org/manual/CoreTasks/javac.html, I see a special syntax in the property ${toString:lib.path.ref} is this corr etc.. if yes, is there a similar way to have the toLowerCase value of the property by saying ${toLower:lib.path.ref} or by ${String.t

Re: Ant Build Performance under Windows XP versus Vista

2008-09-04 Thread Alexey Solofnenko
Please try disabling any antivirus. Also live search (or Google Desktop) can affect performance by looking at new files. Try removing any other junk. I also noticed that sometimes the printing output on a console significantly slows build (it can be related to video drivers). Try redirecting th