Incorrect wsdl2java behaviour: target dir + reformatting
--------------------------------------------------------
Key: AXIS2-3350
URL: https://issues.apache.org/jira/browse/AXIS2-3350
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: Tools
Affects Versions: 1.3
Environment: Axis2 1.3
Reporter: Marko Asplund
When I run the following command to generate stub code
wsdl2java.sh -uri CommentService.wsdl -p com.foo.comment.client -d adb -s -o
src/java
two things happen that are not correct in my opinion:
- the code gets generated under src/java/src and not src/java as specified in
the command line (src/java/src/com/foo/comment/client/CommentServiceStub.java)
- the Java source files under src/java get reformatted which results in the
version control system thinking they've been modified
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]