Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.6.2
-
None
-
None
-
Window 7, Ant v1.8.4, java v1.6.0_33 64bit
Description
We were trying to pass the equivalent of the WSDL2Java -Eosv option to the AntCodeGenTask, and were unable to locate any documentation on how to do this. We were able to determine that we needed to add a <parameter name="osv" value="" /> to the task to accomplish this, by reading the source code. While going to the source code is, technically, a solution, it is not a very user-friendly one. Would make more sense to add this information to the AntCodeGenTask's documentation.