AW: Ant Configuration Problem

2005-07-08 Thread Jan.Materne
Usually you dont need to set ANT_HOME. If ANT_HOME is not set, ant.bat will do it for you. Jan >-Ursprüngliche Nachricht- >Von: Liying Miao [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 7. Juli 2005 14:34 >An: 'Ant Users List' >Betreff: RE: Ant Configura

RE: Ant Configuration Problem

2005-07-07 Thread Liying Miao
Thanks very much. Liying -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 1:53 PM To: Liying Miao; user@ant.apache.org Subject: Re: Ant Configuration Problem On Wed, 6 Jul 2005 11:07:37 -0400, Liying Miao wrote: >C:\UPORTAL&g

AW: Ant Configuration Problem

2005-07-07 Thread Jan.Materne
Buildfile: c:\TEMP\ant-test\dir\build.xml [echo] C:\TEMP\ant-test\dir Jan >-Ursprüngliche Nachricht- >Von: Liying Miao [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 6. Juli 2005 20:17 >An: 'Ant Users List' >Betreff: RE: Ant Configuration Problem &g

Re: Ant Configuration Problem

2005-07-07 Thread Juergen Hermann
On Wed, 6 Jul 2005 11:07:37 -0400, Liying Miao wrote: >C:\UPORTAL>set ANT_HOME=./Ant_1-6-2 Try backslashes, and a FULL path, not a relative one. Ciao, Jürgen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

RE: Ant Configuration Problem

2005-07-06 Thread Liying Miao
:16 PM To: Ant Users List Subject: RE: Ant Configuration Problem I would try setting ANT_HOME to an absolute path, rather than a relative path. Then at least you could cd to the directory that the buildfile is in and run ant. -Rob A > -Original Message- > From: Liying Miao [mailto:

RE: Ant Configuration Problem

2005-07-06 Thread Anderson, Rob (Global Trade)
gt; To: user@ant.apache.org > Subject: Ant Configuration Problem > > > Hi All, > > > I have a problem with running ant 1.6.2. I have set ANT_HOME in path. > > Here is the problem: > > When I type Ant, it works: > ---

Ant Configuration Problem

2005-07-06 Thread Liying Miao
Hi All, I have a problem with running ant 1.6.2. I have set ANT_HOME in path. Here is the problem: When I type Ant, it works: --- C:\UPORTAL>ant C:\UPORTAL>set ANT_HOME=./Ant_1-6-2 C:\UPORTAL>./Ant_1-6-2/bin/ant.bat Buildfile: bu

Re: ANT Configuration

2005-05-19 Thread Antoine Levy-Lambert
Hello, there is a conflict between the ant classes in the weblogic.jar and the ant classes in ant.jar. one solution : - make yourself an expurged version of weblogic.jar without the ant classes in it. - and put this expurged version in $ANT_HOME/lib, - then unset your CLASSPATH when you use ant

Re: ANT Configuration

2005-05-19 Thread Peter Reilly
karni [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 10:55 AM To: Ant Users List Subject: Re: Re: ANT Configuration I have path set to ANT_HOME\bin But still no luck! Also classpath is set to ANT_HOME\lib On Wed, 18 May 2005 Jeffrey E Care wrote : The same way you would resolve

Re: Re: ANT Configuration

2005-05-19 Thread tushar S Kulkarni
>>>Rich Harris >>>Release/Configuration Engineer >>>[EMAIL PROTECTED] >>>650-616-6866 >>> >>>Shopping.com(tm), Inc. >>>Find. Compare. Buy. >>>www.shopping.com >>> >>> >>>

Re: ANT Configuration

2005-05-19 Thread Peter Reilly
har S Kulkarni [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 10:55 AM To: Ant Users List Subject: Re: Re: ANT Configuration I have path set to ANT_HOME\bin But still no luck! Also classpath is set to ANT_HOME\lib On Wed, 18 May 2005 Jeffrey E Care wrote : The same way you would resolve

Re: RE: Re: ANT Configuration

2005-05-19 Thread tushar S Kulkarni
> > >-Original Message- > From: tushar S Kulkarni [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 18, 2005 10:55 AM >To: Ant Users List >Subject: Re: Re: ANT Configuration > >  I have path set to ANT_HOME\bin >But still no luck! >Also classpath is set to A

RE: Re: ANT Configuration

2005-05-18 Thread Rich Harris
Users List'; 'tushar S Kulkarni' Subject: RE: Re: ANT Configuration Which OS is this? For UNIX: ANT_HOME=/ant_directory JAVA_HOME=/java_directory PATH=$PATH:$ANT_HOME:$JAVA_HOME For Windows: ANT_HOME=c:\ant_directory (or wherever) JAVA_HOME=c:\java_directory (or wherever) PATH=%ANT

RE: Re: ANT Configuration

2005-05-18 Thread Rainer Noack
resp. $ANT_HOME/bin is also included in PATH) Try it on a fresh console. Cheers Rainer > -Original Message- > From: tushar S Kulkarni [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 18, 2005 7:55 PM > To: Ant Users List > Subject: Re: Re: ANT Configuration > > &

RE: Re: ANT Configuration

2005-05-18 Thread Rich Harris
Sent: Wednesday, May 18, 2005 10:55 AM To: Ant Users List Subject: Re: Re: ANT Configuration  I have path set to ANT_HOME\bin But still no luck! Also classpath is set to ANT_HOME\lib On Wed, 18 May 2005 Jeffrey E Care wrote : >The same way you would resolve this error for any other script or >

Re: Re: ANT Configuration

2005-05-18 Thread tushar S Kulkarni
 I have path set to ANT_HOME\bin But still no luck! Also classpath is set to ANT_HOME\lib On Wed, 18 May 2005 Jeffrey E Care wrote : >The same way you would resolve this error for any other script or >executable: make sure that the thing you are trying to run is on the PATH. > >-- >Jeffrey E.

Re: ANT Configuration

2005-05-18 Thread Stefan Bodewig
On 18 May 2005, tushar S. Kulkarni <[EMAIL PROTECTED]> wrote: >  Hi I have a problem with configuring ant 1.6.2. I have set > ANT_HOME in path but still it doesnt work. ANT_HOME/bin needs to be in the PATH, not ANT_HOME. Stefan -

Re: ANT Configuration

2005-05-18 Thread Jeffrey E Care
The same way you would resolve this error for any other script or executable: make sure that the thing you are trying to run is on the PATH. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/

RE: ANT Configuration

2005-05-18 Thread Lim, Teck Hooi
You need to set your path to the directory bin in your ant installation dir. This dir contains ant.bat. > -Original Message- > From: tushar S Kulkarni [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 18, 2005 4:07 PM > To: user@ant.apache.org > Subject: ANT Configuration &g

ANT Configuration

2005-05-18 Thread tushar S Kulkarni
 Hi I have a problem with configuring ant 1.6.2. I have set ANT_HOME in path but still it doesnt work. I get error message 'ant' is not recognized as an internal or external command, operable program or batch file. How to resolve this error?

Re: Ant configuration problem (tools.jar).

2005-04-09 Thread Graeme Shaw
Thanks very much for everyone's rapid responses, downloading a JDK and changing my $JAVA_HOME to point to it resolved the problem, Ant is now working correctly! On Apr 8, 2005 4:12 PM, Jeffrey E Care <[EMAIL PROTECTED]> wrote: > If all you have is the JRE (and not the JDK) then you won't have tool

Re: Ant configuration problem (tools.jar).

2005-04-08 Thread Jeffrey E Care
If all you have is the JRE (and not the JDK) then you won't have tools.jar -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis Graeme Shaw <[EMAIL PROTECTED]> wrote on 04/08/2005 11:01:

RE: Ant configuration problem (tools.jar).

2005-04-08 Thread Dominique Devienne
> From: Graeme Shaw [mailto:[EMAIL PROTECTED] > > I'm trying to get Ant set up so I can use it to install Apache XML-RPC. > $JAVA_HOME=/usr/lib/java/jre JAVA_HOME is supposed to point to the JDK, not the JRE. > $ANT_HOME=/usr/local/ant > > When I run 'ant' in the XML-RPC directory I get the ou

AW: Ant configuration problem (tools.jar).

2005-04-08 Thread Jan . Materne
tools.jar is part of a JDK - not included in a JRE. So your JAVA_HOME should point to a JDK. Jan > -Ursprüngliche Nachricht- > Von: Graeme Shaw [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 8. April 2005 17:02 > An: user@ant.apache.org > Betreff: Ant configuration pro

Ant configuration problem (tools.jar).

2005-04-08 Thread Graeme Shaw
I'm trying to get Ant set up so I can use it to install Apache XML-RPC. I have: $JAVA_HOME=/usr/lib/java/jre $ANT_HOME=/usr/local/ant When I run 'ant' in the XML-RPC directory I get the output I've attached at the bottom. I can't seem to find a tools.jar either in /usr/lib/java/jre/lib or in /us