Re: ant_home problem

2008-02-25 Thread Peter Reilly
Please ensure that you are not using jpackage verion of ant. Check the file /etc/ant.conf. This file overwrites ANT_HOME. Peter On Mon, Feb 25, 2008 at 4:56 AM, Chun Ji <[EMAIL PROTECTED]> wrote: > > What happen if you type " which ant", is it point to > "/usr/local/ant-1.6.4/bin/ant" ? > If

RE: ant_home problem

2008-02-24 Thread Chun Ji
What happen if you type " which ant", is it point to "/usr/local/ant-1.6.4/bin/ant" ? If yes, you are using the "ant", which is under /usr/local/ant-1.6.4, but of the version 1.6.2. Otherwise, you may reset you path, such as export PATH=${ANT_HOME}/bin:${PATH} -c -Original Message