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:

<exec executable="C:/eclipse/plugins/wsgen">

On Mon, Aug 31, 2009 at 1:01 PM, Gilbert Rebhan <[email protected]> wrote:

> 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.
>
> ...
> <exec executable="C:/whatever/path/to/wsgen">
> ...
>
> ??
>
> gives us a snippet with your latest try
>
>
>
> Regards, Gilbert
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to