careldegoede / android-ws-client

Automatically exported from code.google.com/p/android-ws-client
0 stars 0 forks source link

Unable to create Stubs src file #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am using runJinoutsUI.bat file to generate stubs. It creates the wsClientStub 
directory in which andr-lib folder with libs inside is created. But NO Stubs 
has been created in wsClientStub directory.
Please help me out?

I am using apache-cxf-2.6.1 to generate Stubs.

Original issue reported on code.google.com by royalris...@gmail.com on 26 Jul 2012 at 9:55

GoogleCodeExporter commented 8 years ago
Please help me out to get the stubs generated

Original comment by royalris...@gmail.com on 26 Jul 2012 at 9:55

GoogleCodeExporter commented 8 years ago
PFA of  screen shot 

Original comment by royalris...@gmail.com on 26 Jul 2012 at 10:08

Attachments:

GoogleCodeExporter commented 8 years ago
Issue resolved. I was using Windows7 machine. On Windows XP stubs with libs 
created successfully

Original comment by royalris...@gmail.com on 30 Jul 2012 at 9:25

GoogleCodeExporter commented 8 years ago
I had the same issue - CXF actually requires the CXF_PATH to be set, since 
android-ws-client doesn't seem to pass the path you specify in the GUI to where 
it calls wsdl2java. After setting the CXF_PATH, it built fine. This was on 
Windows 7.

The "The system cannot find the path specified" error is pretty generic.

Original comment by Steven.E...@gmail.com on 4 Sep 2012 at 4:22