RE: problem with

2006-07-21 Thread Mayuresh Kshirsagar
Basically this is a customized test suite that I am trying out. I tried to define a macro in a different target and then use it in another target. Regards, Mayuresh. -Original Message- From: Mayuresh Kshirsagar Sent: Friday, July 21, 2006 3:31 PM To: 'Ant Users List' S

RE: problem with

2006-07-21 Thread Mayuresh Kshirsagar
> > Also, I don't see > > where you are actually executing the task you define with the > > macrodef. > > Right. > > -Matt > > > > What is the output of your build? > > > > -Rob Anderson > > > > > -Origi

problem with

2006-07-20 Thread Mayuresh Kshirsagar
Hi I am trying the following block:

RE: Error using ant under cygwin like environment

2006-07-19 Thread Mayuresh Kshirsagar
cygdrive/d/ants/apache-ant-1.6.5/bin/ant. If so, edit the file /cygdrive/d/ants/apache-ant-1.6.5/bin/ant, adding the following before the last line... echo $ant_exec_command Run ant again and send the output. -Rob A > -Original Message- > From: Mayuresh Kshirsagar [mailto:[EMAIL PR

RE: Error using ant under cygwin like environment

2006-07-19 Thread Mayuresh Kshirsagar
As I pasted. The path is set correctly. -Original Message- From: Rich Goldman [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 10:27 PM To: Ant Users List Subject: Re: Error using ant under cygwin like environment Should your path say "ant" instead of "ants"?

Error using ant under cygwin like environment

2006-07-18 Thread Mayuresh Kshirsagar
I am trying to use ant with cygwin. But I am always getting the error: mayuresh% ant Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher I have set the ANT_HOME correctly: mayuresh% echo $ANT_HOME /cygdrive/d/ants/apache-ant-1.6.5 What can