tools/binReadme is misleading.
------------------------------
Key: MUSE-62
URL: http://issues.apache.org/jira/browse/MUSE-62
Project: Muse
Issue Type: Bug
Components: Tooling - Code Generation
Affects Versions: 2.0.0 M2
Reporter: Steve Jerman
Assigned To: Dan Jemiolo
Priority: Minor
Attachments: readme.patch
Readme says:
<quote>
For example, if wsdl2java.bat is in your path then run:
wsdl2java.bat foo.wsdl
</quote>
I am fairly certain this will never work. Two things are wrong. First the WSDL
file needs -wsdl in front of it. Second the containing directory for the wsdl
file needs to be specified as part of the path (for getParent to work). So
something like wsdl2java.bat -wsdl .\foo.wsdl is needed.
Also it would be good to include some usage information (for example the
overwrite option).
Attached is a suggested fix.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]