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
> > 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
Hi I am trying the following block:
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
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"?
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