Re: Running apache ant in unix system

2005-03-14 Thread tharanga
thanks Stefan, i checked the folders and it seems like i do have prior installation of ant which is done by the privious user of my computer(office computer which i am undergoing a traning). [EMAIL PROTECTED] tharanga]$ echo $PATH .::/usr/local/IntelliJ-IDEA-4.5/bin:/usr/local/ant/bin:/usr/loc

Re: Running apache ant in unix system

2005-03-13 Thread Stefan Bodewig
On Mon, 14 Mar 2005, <[EMAIL PROTECTED]> wrote: > /usr/local/ant1_6_2/bin/ant: line 1: uname: command not found This is strange, no uname on your machine? Also you don't seem to be running the stock Ant wrapper script since uname is not in line 1 there. Where did you get and how did you install

Running apache ant in unix system

2005-03-13 Thread wijetdtb
Hi, i have installed apache ant and used to run ant for some time but now when i run this i am getting following error. i am using ant 1.6.2 and red hat linux 9 and the java version i am using is 1.5.01. [EMAIL PROTECTED] local]# ant /usr/local/ant1_6_2/bin/ant: line 1: uname: command not found