You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jon Stevens (JIRA)" <ji...@apache.org> on 2010/01/13 02:22:54 UTC

[jira] Created: (CXF-2616) wsdl2java script doesn't put #!/bin/sh on the first line of the script

wsdl2java script doesn't put #!/bin/sh on the first line of the script
----------------------------------------------------------------------

                 Key: CXF-2616
                 URL: https://issues.apache.org/jira/browse/CXF-2616
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.2.5
            Reporter: Jon Stevens


the top of the wsdl2java script has the license, not #!/bin/sh

this causes tcsh to fail to execute the file properly.

move #!/bin/sh to the top of the file fixes things.

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


[jira] Resolved: (CXF-2616) wsdl2java script doesn't put #!/bin/sh on the first line of the script

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2616.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.6
                   2.1.9
         Assignee: Daniel Kulp

> wsdl2java script doesn't put #!/bin/sh on the first line of the script
> ----------------------------------------------------------------------
>
>                 Key: CXF-2616
>                 URL: https://issues.apache.org/jira/browse/CXF-2616
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.2.5
>            Reporter: Jon Stevens
>            Assignee: Daniel Kulp
>             Fix For: 2.1.9, 2.2.6
>
>
> the top of the wsdl2java script has the license, not #!/bin/sh
> this causes tcsh to fail to execute the file properly.
> move #!/bin/sh to the top of the file fixes things.

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