Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.5
-
None
-
None
Description
I remember people on the mailing list complaining about the fact that the code generated by ADB is not cleanly formatted. Actually, the code generator supports pretty printing of Java code, but in order to enable this, the user has to:
- Add the Jalopy JAR to the lib folder.
- Modify the wsdl2java script to set the axis2.jalopy property (introduced by
AXIS2-3188) to true.
The problem is that this is completely undocumented. Also, the fact that the user needs to modify a script to enable it is questionable.
Attachments
Issue Links
- is related to
-
AXIS2-3188 wsdl2java modifies foreign java sources that it did not create on its own before.
-
- Resolved
-