Re: Basic question about ant

2009-08-28 Thread Gilbert Rebhan
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

Anyone know of any Continuum related ANT tasks?

2009-08-28 Thread Thomas Boyles
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

Re: Basic question about ant

2009-08-28 Thread veena pandit
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

Re: Basic question about ant

2009-08-28 Thread Dominique Devienne
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 -

Re: Basic question about ant

2009-08-28 Thread veena pandit
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

Re: Basic question about ant

2009-08-28 Thread Dominique Devienne
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

Basic question about ant

2009-08-28 Thread veena pandit
Hi, I am a newbie to Ant. I got the following from a tutorial and tried to add it to my existing project: