RE: NoSuchMethodError when building a task

2008-12-01 Thread Ammar Khalid
Upgrade to Ant 1.7.1, as Ant 1.6 is the root of a lot of Evil! You will need to update the ANT plugin of your eclipse for the newer version. Ammar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 01 December 2008 15:20 To: user@ant.apache.org Subject: NoSuchMeth

RE: ANT failing from command line

2008-12-01 Thread Ammar Khalid
ntum\config;C:\Pr ogram Files\Documentum\java\1.4.2_11\bin;C:\installations\apache-ant-1.7.1\lib \ant.jar Whats in those directories particularly C:\Program Files\Documentum\java\1.4.2_11\bin? Mike S. >>> "Ammar Khalid" <[EMAIL PROTECTED]> 01/12/2008 13:18:19 >

RE: ANT failing from command line

2008-12-01 Thread Ammar Khalid
Thanks Mike for helping me so far. I don't get a System Properties section. The only output that I get is: N:\>ant -version Apache Ant version 1.6.2 compiled on July 16 2004 N:\>ant -diagnostics --- Ant diagnostics report --- Apache Ant version 1.6.2 compiled on July 16 2004 -

RE: ANT failing from command line

2008-12-01 Thread Ammar Khalid
H and I am not sure if there could be an Ant executable that gets picked up earlier. Cheers Greg On Mon, Dec 1, 2008 at 11:56 AM, Ammar Khalid <[EMAIL PROTECTED]> wrote: > 1- After running the SET at DOS, as you can see ANT_HOME is set to: > C:\installations\apache-ant-1.7.1 &

RE: ANT failing from command line

2008-12-01 Thread Ammar Khalid
bject: Re: ANT failing from command line in the DOS window type SET and see what the environment variable ANT_HOME is set to, also check the PATH variable as this could be causing issues. Mike S. >>> "Ammar Khalid" <[EMAIL PROTECTED]> 01/12/2008 11:34:55 >>> I

ANT failing from command line

2008-12-01 Thread Ammar Khalid
I have written an ANT script and tested in my eclipse environment and it works fine from within eclipse environment. When I run the script using command line command: N:\tasks\ant task for juliet>ant -buildfile build.xml Buildfile: build.xml On checking the web, I saw that this maybe due to old