[
https://issues.apache.org/jira/browse/AXIS2-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lahiru Sandakith resolved AXIS2-3889.
-------------------------------------
Resolution: Fixed
Committed . Thanks Saminda
svn commit -m "Applying patch by saminda wijerathne. This patch will add the
missing features of codegen tools which are available in the command line tool"
Sending
axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/WSDL2JavaGenerator.java
Sending
axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/CodeGenWizard.java
Sending
axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/ui/OptionsPage.java
Adding
axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/ui/WSDLJavaAdvanceDialog.java
Transmitting file data ....
Committed revision 674026.
> The Axis2-Codegen tool does not contain all the codegen options presented
> -------------------------------------------------------------------------
>
> Key: AXIS2-3889
> URL: https://issues.apache.org/jira/browse/AXIS2-3889
> Project: Axis 2.0 (Axis2)
> Issue Type: Improvement
> Components: Tools
> Environment: ide: Eclipse
> java: jdk 1.5
> Reporter: saminda wijeratne
> Assignee: Lahiru Sandakith
> Attachments: AXIS2-3889_missing_codegen_wsdl2java_features.txt
>
>
> Axis2-Codegen tool currently does not implement all the features available in
> the codegen provided by the axis2. these missing features should be added to
> the eclipse tool.
> following are the currently implmented features.
> x -o <path> Specify a directory path for the generated code.
> x -a Generate async style code only (Default: off).
> x -s Generate sync style code only (Default: off).
> Takes precedence over -a.
> x -p <pkg1> Specify a custom package name for the generated
> code.
> x -l <language> Valid languages are java and c (Default: java).
> x -t Generate a test case for the generated code.
> x -ss Generate server side code (i.e. skeletons)
> (Default: off).
> x -sd Generate service descriptor (i.e. services.xml).
> (Default: off). Valid with -ss.
> x -d <databinding> Valid databinding(s) are adb, xmlbeans, jibx and
> jaxbri (Default: adb).
> x -g Generates all the classes. Valid only with -ss.
> x -pn <port_name> Choose a specific port when there are multiple
> ports in the wsdl.
> x -sn <service_name> Choose a specific service when there are multiple
> services in the wsdl.
> x -ns2p ns1=pkg1,ns2=pkg2 Specify a custom package name for each namespace
> specified in the wsdls schema.
> x -ssi Generate an interface for the service
> implementation (Default: off).
--
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]