Results 1 to 2 of 2
Thread: ant problem
- 08-28-2009, 09:54 PM #1
Member
- Join Date
- Aug 2009
- Posts
- 1
- Rep Power
- 0
ant problem
I am trying to use eclipse to build a java file. I get an error that it cant find
wsgen. But it is there in the tasks path. window->preferences->tasks
Anyone seen this problem before.
My build.xml looks like this:
<project default="wsgen">
<target name="wsgen" >
<exec executable="wsgen">
<arg line="-cp ./bin -keep -s ./src -d ./bin com.myfirst.wsServer.SayHello"/>
</exec>
</target>
</project>
- 08-29-2009, 07:50 AM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks