veena pandit schrieb:
> Well, I wonder why I cant run ant from the command line. Even though the
> path is set.
> Do I have to set classpath as well?
i assume your're on windows ..
ant installation in general =
set ANT_HOME=path/to/root/of/your/antinstalldirectory
set PATH=%PATH%;%ANT_HOME%/b
Hi,
I'm currently using ANT and Continuum to integrate various builds. I've
been looking for a task that can perform various Continuum operations,
such as update the SVN URL and version number of a given build. Any help
or advice would be helpful. Thanks!
Thomas Boyles
This email message
Well, I wonder why I cant run ant from the command line. Even though the
path is set.
Do I have to set classpath as well?
On Fri, Aug 28, 2009 at 3:32 PM, Dominique Devienne wrote:
> On Fri, Aug 28, 2009 at 2:00 PM, veena pandit wrote:
> > I added it to the environment variable of path; i stil
On Fri, Aug 28, 2009 at 2:00 PM, veena pandit wrote:
> I added it to the environment variable of path; i still cant run ant from
> the command line. I am getting this error
> while running it from eclipse.
>
> What am I doing wrong?
Sorry, I'm not an IDE user, I can't help you there. --DD
-
Hi,
I added it to the environment variable of path; i still cant run ant from
the command line. I am getting this error
while running it from eclipse.
What am I doing wrong?
Thanks in advance,
Veena
On Fri, Aug 28, 2009 at 2:45 PM, Dominique Devienne wrote:
> On Fri, Aug 28, 2009 at 12:53 P
On Fri, Aug 28, 2009 at 12:53 PM, veena pandit wrote:
>
> path specified.
This means wsgen in not in your path. If you can't run it at the command line,
you can't run it inside Ant.
Note that it's also best to use and rather than
a single , as will convert them to absolute filenames
Hi,
I am a newbie to Ant.
I got the following from a tutorial and tried to add it to my existing
project: