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 <[email protected]>wrote: > On Fri, Aug 28, 2009 at 12:53 PM, veena pandit<[email protected]> wrote: > > <exec executable="wsgen"> > > <arg line="-cp ./bin -keep -s ./src -d > > com.tutorial.wsServer.SayHello/> > > </exec > > > > Cannot run program "wsgen":CreateProcess error=2. The system cannot find > the > > 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 <arg value=""> and <arg file=""> rather > than > a single <arg file="">, as <arg file=""> will convert them to absolute > filenames > and use the proper file separator depending on the current platform. --DD > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
