Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Mac OS X, java 1.5.0_06, axistools 1.1-20061007.142847-4
-
Number of attachments :
Description
wsdl2java did not work for me under Mac OS X. I think that File.toURL() is supposedly a more portable solution than "file:///" + File.getAbsolutePath().
The attached patch changes one line in wsdl2java/DefaultWSDL2JavaPlugin.java
This patch has not been tested on any other platform besides Mac OS X.