Re: Basic question about ant

2009-09-01 Thread veena pandit
b...@huk-coburg.de> wrote: > > > -Original Message- > From: veena pandit [mailto:v.kri...@gmail.com] > Sent: Tuesday, September 01, 2009 12:47 AM > To: Ant Users List > Subject: Re: Basic question about ant > > /* > Since wsgen is in a jar file, I put the complete

RE: Basic question about ant

2009-09-01 Thread Rebhan, Gilbert
-Original Message- From: veena pandit [mailto:v.kri...@gmail.com] Sent: Tuesday, September 01, 2009 12:47 AM To: Ant Users List Subject: Re: Basic question about ant /* Since wsgen is in a jar file, I put the complete path of the jar file in the exec. So if anttasks.jar was in C

RE: Basic question about ant

2009-08-31 Thread Martin Gainty
x27;information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 31 Aug 2009 18:47:02 -0400 >

Re: Basic question about ant

2009-08-31 Thread veena pandit
Since wsgen is in a jar file, I put the complete path of the jar file in the exec. So if anttasks.jar was in C:/eclipse/plugins/anttasks.jar then my exec looks like this: On Mon, Aug 31, 2009 at 1:01 PM, Gilbert Rebhan wrote: > veena pandit schrieb: > > Hi, > > > > I was able to fix the envir

Re: Basic question about ant

2009-08-31 Thread Gilbert Rebhan
veena pandit schrieb: > Hi, > > I was able to fix the environment variable and run ant from the command > line. I tried the things you listed below but from eclipse it still gives > me an error saying it does not recognize the program wsgen. > did you try the absolute path, f.e. ... ... ??

Re: Basic question about ant

2009-08-31 Thread veena pandit
Hi, I was able to fix the environment variable and run ant from the command line. I tried the things you listed below but from eclipse it still gives me an error saying it does not recognize the program wsgen. Thanks, Veena On Fri, Aug 28, 2009 at 5:12 PM, Gilbert Rebhan wrote: > veena pandit

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

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