You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2007/12/18 02:30:43 UTC

[jira] Resolved: (CXF-1280) usage message problem with java2ws

     [ https://issues.apache.org/jira/browse/CXF-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies resolved CXF-1280.
-----------------------------------

    Resolution: Fixed
      Assignee: Daniel Kulp  (was: maomaode)

The problem is that the shell test command wants '=', not '==', and my shell complained about ==. I fixed it in trunk, Dan might backport.


> usage message problem with java2ws
> ----------------------------------
>
>                 Key: CXF-1280
>                 URL: https://issues.apache.org/jira/browse/CXF-1280
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1
>            Reporter: Benson Margulies
>            Assignee: Daniel Kulp
>
> bim1330% ~/x/apache-cxf-2.1-incubator-SNAPSHOT/bin/java2ws
> [: 68: ==: unexpected operator
> Missing argument: classname
> Usage : java2ws -databinding <jaxb or aegis> -frontend <jaxws or simple> -wsdl -wrapperbean -client -server -o <output-file> -d <resource-directory> -s <source-directory> -classdir <compile-classes-directory> -cp <class-path> -soap12 -t <target-namespace> -beans <pathname of the bean definition file.>* -servicename <service-name> -portname <port-name> -address <address> -createxsdimports -h -v -verbose -quiet <classname> 
> JavaToWS Error: org.apache.cxf.tools.common.toolspec.parser.BadUsageException: Missing argument: classname

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.