You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Erhard Trudrung (JIRA)" <ji...@apache.org> on 2012/11/29 17:48:58 UTC

[jira] [Created] (CXF-4665) cxf-utils.js missing from release zip file

Erhard Trudrung created CXF-4665:
------------------------------------

             Summary: cxf-utils.js missing from release zip file
                 Key: CXF-4665
                 URL: https://issues.apache.org/jira/browse/CXF-4665
             Project: CXF
          Issue Type: Bug
          Components: Dynamic Languages
    Affects Versions: 2.5.6
            Reporter: Erhard Trudrung
            Priority: Minor


I downloaded apache-cxf-2.5.0.zip many moons ago. It had cxf-utils.js available in the 'etc' directory as advertised on http://cxf.apache.org/docs/javascript-client-code.html. Version 2.5.0 is no longer available from http://cxf.apache.org/download.html. Version 2.5.6 is the latest 2.5.x release available for download. Version 2.5.6 does not have etc/cxf-utils.js. I need cxf-utils.js. I found cxf-utils.js in the source code distribution but cxf-utils.js should be available in the binary distribution.

I think cxf-utils.js is missing from the 2.6.x and 2.7.x releases as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CXF-4665) cxf-utils.js missing from release zip file

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

Erhard Trudrung updated CXF-4665:
---------------------------------


It appears that the <directory> entry used in distribution/src/main/assembly/bin.xml is incorrect.

It currently is:
        <fileSet>
            <directory>../rt/javascript/src/main/resources/org/apache/cxf/javascript</directory>
            <outputDirectory>apache-cxf-${cxf.version}/etc</outputDirectory>
            <includes>
                <include>cxf-utils.js</include>
            </includes>
        </fileSet>

The <directory> entry is incorrect and probably should be:
            <directory>../rt/javascript-rt/src/main/resources/org/apache/cxf/javascript</directory>


                
> cxf-utils.js missing from release zip file
> ------------------------------------------
>
>                 Key: CXF-4665
>                 URL: https://issues.apache.org/jira/browse/CXF-4665
>             Project: CXF
>          Issue Type: Bug
>          Components: Dynamic Languages
>    Affects Versions: 2.5.6
>            Reporter: Erhard Trudrung
>            Priority: Minor
>
> I downloaded apache-cxf-2.5.0.zip many moons ago. It had cxf-utils.js available in the 'etc' directory as advertised on http://cxf.apache.org/docs/javascript-client-code.html. Version 2.5.0 is no longer available from http://cxf.apache.org/download.html. Version 2.5.6 is the latest 2.5.x release available for download. Version 2.5.6 does not have etc/cxf-utils.js. I need cxf-utils.js. I found cxf-utils.js in the source code distribution but cxf-utils.js should be available in the binary distribution.
> I think cxf-utils.js is missing from the 2.6.x and 2.7.x releases as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CXF-4665) cxf-utils.js missing from release zip file

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

Glen Mazza resolved CXF-4665.
-----------------------------

    Resolution: Fixed

Fixed on all three branches, you'll see it in the next release--thanks for researching the problem for us!
                
> cxf-utils.js missing from release zip file
> ------------------------------------------
>
>                 Key: CXF-4665
>                 URL: https://issues.apache.org/jira/browse/CXF-4665
>             Project: CXF
>          Issue Type: Bug
>          Components: Dynamic Languages
>    Affects Versions: 2.5.6, 2.6.3, 2.7.0
>            Reporter: Erhard Trudrung
>            Assignee: Glen Mazza
>            Priority: Minor
>             Fix For: 2.5.7, 2.6.4, 2.7.1
>
>
> I downloaded apache-cxf-2.5.0.zip many moons ago. It had cxf-utils.js available in the 'etc' directory as advertised on http://cxf.apache.org/docs/javascript-client-code.html. Version 2.5.0 is no longer available from http://cxf.apache.org/download.html. Version 2.5.6 is the latest 2.5.x release available for download. Version 2.5.6 does not have etc/cxf-utils.js. I need cxf-utils.js. I found cxf-utils.js in the source code distribution but cxf-utils.js should be available in the binary distribution.
> I think cxf-utils.js is missing from the 2.6.x and 2.7.x releases as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CXF-4665) cxf-utils.js missing from release zip file

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-4665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506811#comment-13506811 ] 

Glen Mazza commented on CXF-4665:
---------------------------------

Incidentally, older releases are always downloadable here: http://archive.apache.org/dist/cxf/ (link on the download page you gave earlier.)  Still, the problem you've given needs to get fixed.
                
> cxf-utils.js missing from release zip file
> ------------------------------------------
>
>                 Key: CXF-4665
>                 URL: https://issues.apache.org/jira/browse/CXF-4665
>             Project: CXF
>          Issue Type: Bug
>          Components: Dynamic Languages
>    Affects Versions: 2.5.6
>            Reporter: Erhard Trudrung
>            Priority: Minor
>
> I downloaded apache-cxf-2.5.0.zip many moons ago. It had cxf-utils.js available in the 'etc' directory as advertised on http://cxf.apache.org/docs/javascript-client-code.html. Version 2.5.0 is no longer available from http://cxf.apache.org/download.html. Version 2.5.6 is the latest 2.5.x release available for download. Version 2.5.6 does not have etc/cxf-utils.js. I need cxf-utils.js. I found cxf-utils.js in the source code distribution but cxf-utils.js should be available in the binary distribution.
> I think cxf-utils.js is missing from the 2.6.x and 2.7.x releases as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CXF-4665) cxf-utils.js missing from release zip file

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

Glen Mazza updated CXF-4665:
----------------------------

    Affects Version/s: 2.6.3
                       2.7.0
    
> cxf-utils.js missing from release zip file
> ------------------------------------------
>
>                 Key: CXF-4665
>                 URL: https://issues.apache.org/jira/browse/CXF-4665
>             Project: CXF
>          Issue Type: Bug
>          Components: Dynamic Languages
>    Affects Versions: 2.5.6, 2.6.3, 2.7.0
>            Reporter: Erhard Trudrung
>            Assignee: Glen Mazza
>            Priority: Minor
>             Fix For: 2.5.7, 2.6.4, 2.7.1
>
>
> I downloaded apache-cxf-2.5.0.zip many moons ago. It had cxf-utils.js available in the 'etc' directory as advertised on http://cxf.apache.org/docs/javascript-client-code.html. Version 2.5.0 is no longer available from http://cxf.apache.org/download.html. Version 2.5.6 is the latest 2.5.x release available for download. Version 2.5.6 does not have etc/cxf-utils.js. I need cxf-utils.js. I found cxf-utils.js in the source code distribution but cxf-utils.js should be available in the binary distribution.
> I think cxf-utils.js is missing from the 2.6.x and 2.7.x releases as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (CXF-4665) cxf-utils.js missing from release zip file

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

Glen Mazza reassigned CXF-4665:
-------------------------------

    Assignee: Glen Mazza
    
> cxf-utils.js missing from release zip file
> ------------------------------------------
>
>                 Key: CXF-4665
>                 URL: https://issues.apache.org/jira/browse/CXF-4665
>             Project: CXF
>          Issue Type: Bug
>          Components: Dynamic Languages
>    Affects Versions: 2.5.6
>            Reporter: Erhard Trudrung
>            Assignee: Glen Mazza
>            Priority: Minor
>
> I downloaded apache-cxf-2.5.0.zip many moons ago. It had cxf-utils.js available in the 'etc' directory as advertised on http://cxf.apache.org/docs/javascript-client-code.html. Version 2.5.0 is no longer available from http://cxf.apache.org/download.html. Version 2.5.6 is the latest 2.5.x release available for download. Version 2.5.6 does not have etc/cxf-utils.js. I need cxf-utils.js. I found cxf-utils.js in the source code distribution but cxf-utils.js should be available in the binary distribution.
> I think cxf-utils.js is missing from the 2.6.x and 2.7.x releases as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CXF-4665) cxf-utils.js missing from release zip file

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

Glen Mazza updated CXF-4665:
----------------------------

    Fix Version/s: 2.7.1
                   2.6.4
                   2.5.7
    
> cxf-utils.js missing from release zip file
> ------------------------------------------
>
>                 Key: CXF-4665
>                 URL: https://issues.apache.org/jira/browse/CXF-4665
>             Project: CXF
>          Issue Type: Bug
>          Components: Dynamic Languages
>    Affects Versions: 2.5.6, 2.6.3, 2.7.0
>            Reporter: Erhard Trudrung
>            Assignee: Glen Mazza
>            Priority: Minor
>             Fix For: 2.5.7, 2.6.4, 2.7.1
>
>
> I downloaded apache-cxf-2.5.0.zip many moons ago. It had cxf-utils.js available in the 'etc' directory as advertised on http://cxf.apache.org/docs/javascript-client-code.html. Version 2.5.0 is no longer available from http://cxf.apache.org/download.html. Version 2.5.6 is the latest 2.5.x release available for download. Version 2.5.6 does not have etc/cxf-utils.js. I need cxf-utils.js. I found cxf-utils.js in the source code distribution but cxf-utils.js should be available in the binary distribution.
> I think cxf-utils.js is missing from the 2.6.x and 2.7.x releases as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira