[
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