Installation problem

2001-09-06 Thread Zhao, Jasmine
Title: Installation problem Hi I just downloaded Ant version1.4 src files from the net When executing the build.sh -Ddist=directory dist command to build ant,I get an error: Execute failed: java.io.IOException: Cannot locate antRun script: Property 'ant.home' not found. I do not have ant.jar

foreach task

2001-12-05 Thread Zhao, Jasmine
Hi Can anyone send me a copy for foreach task? thanx Jasmin - This message may contain privileged and/or confidential information subject to a confidentiality agreement or copyright material of Clarity International Ltd

telnet

2001-12-09 Thread Zhao, Jasmine
Hi I am using telnet task to logon to an unix box and runs a makefile from there. The time for the script to finish is more than 2 hours, however during the 2 hours my local pc becomes extremely slow, CPU reaches 100% and 99% is taken by java.exe. Can anyone tell me if this is expected or is

RE: telnet

2001-12-10 Thread Zhao, Jasmine
I launch this from the command line i.e ant BE, after 2 mins, the cpu reaches 100%. How do I make the process sleep while the unix box runs the makescript?? target name=BE echo performing UNIX commands... /echo telnet userid=xxx password=xxx