axis2.jalopy system property is undocumented
--------------------------------------------
Key: AXIS2-4478
URL: https://issues.apache.org/jira/browse/AXIS2-4478
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: codegen, documentation
Affects Versions: 1.5
Reporter: Andreas Veithen
Priority: Minor
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.