Re: ANT failing from command line

2008-12-02 Thread Patrick Waugh
- > From: Ammar Khalid [mailto:[EMAIL PROTECTED] > Sent: Monday, December 01, 2008 8:44 AM > To: Ant Users List > Subject: RE: ANT failing from command line > > Thanks Mike for helping me so far. I don't get a System Properties > section. The only output that I get is: >

RE: ANT failing from command line

2008-12-02 Thread Barry Pape
If you run the command 'which ant' does it return the location of the 1.6.2 version that is being picked up? -Original Message- From: Ammar Khalid [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 8:44 AM To: Ant Users List Subject: RE: ANT failing from command line T

RE: ANT failing from command line

2008-12-01 Thread Ammar Khalid
Thanks Ammar -Original Message- From: Mike Stewart [mailto:[EMAIL PROTECTED] Sent: 01 December 2008 14:25 To: Ant Users List Subject: RE: ANT failing from command line Just a thought - you have a classpath environment variable set up - CLASSPATH=C:\ProgramFiles\Documentum\dctm.jar;C:\Docume

RE: ANT failing from command line

2008-12-01 Thread Ammar Khalid
tewart [mailto:[EMAIL PROTECTED] Sent: 01 December 2008 13:57 To: Ant Users List Subject: RE: ANT failing from command line When you run the ant diagnostics what does it return in the system properties section? Mike S. This e-mail, including any attached files, may contain confidential a

RE: ANT failing from command line

2008-12-01 Thread Mike Stewart
Message- From: Greg Roodt [mailto:[EMAIL PROTECTED] Sent: 01 December 2008 12:11 To: Ant Users List Subject: Re: ANT failing from command line How sure are you that you are have Ant 1.7.1? Here is my output and there are size differences in the jars. U:\>ant -diagnostics --- Ant dia

RE: ANT failing from command line

2008-12-01 Thread Mike Stewart
ialization error vajexport : Not Available N:\> -Original Message- From: Greg Roodt [mailto:[EMAIL PROTECTED] Sent: 01 December 2008 12:11 To: Ant Users List Subject: Re: ANT failing from command line How sure are you that you are have Ant 1.7.1? Here is my output and there are size

RE: ANT failing from command line

2008-12-01 Thread Ammar Khalid
tialization error > ftp : Initialization error > jpcovreport : Not Available > xmlvalidate : Initialization error > cab : Initialization error > jdepend : Missing dependency jdepend.xmlui.JDepend > symlink : Initialization error > mmetrics : Not Available > junit : Initialization error >

RE: ANT failing from command line

2008-12-01 Thread Rebhan, Gilbert
-Original Message- From: Ammar Khalid [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 12:35 PM To: user@ant.apache.org Subject: ANT failing from command line /* I have written an ANT script and tested in my eclipse environment and it works fine from within eclipse environment

RE: ANT failing from command line

2008-12-01 Thread Mike Stewart
ember 2008 11:42 To: Ant Users List Subject: 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]>

Re: ANT failing from command line

2008-12-01 Thread Greg Roodt
error > ftp : Initialization error > jpcovreport : Not Available > xmlvalidate : Initialization error > cab : Initialization error > jdepend : Missing dependency jdepend.xmlui.JDepend > symlink : Initialization error > mmetrics : Not Available > junit : Initialization error > vajexport : N

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

Re: ANT failing from command line

2008-12-01 Thread Greg Roodt
Yes. Ammar, you need to ensure that the ANT_HOME environment variable is set to the file system location where you extracted Ant 1.7.1. You also need to ensure that %ANT_HOME%\bin is earlier in your PATH than any other installations of Ant. Greg On Mon, Dec 1, 2008 at 11:42 AM, Mike Stewart <[E

Re: ANT failing from command line

2008-12-01 Thread Mike Stewart
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 have written an ANT script and tested in my eclipse environment and it wor

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