[
https://issues.apache.org/jira/browse/WW-4349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14058530#comment-14058530
]
Hudson commented on WW-4349:
----------------------------
SUCCESS: Integrated in Struts-JDK6-develop #60 (See
[https://builds.apache.org/job/Struts-JDK6-develop/60/])
WW-4349 Fixes problem with dojo.version (lukaszlenart: rev
9944b274e98967d0bff0ec55822b1ca236fc0312)
* plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js
> Missing revision number in struts_dojo.js
> -----------------------------------------
>
> Key: WW-4349
> URL: https://issues.apache.org/jira/browse/WW-4349
> Project: Struts 2
> Issue Type: Bug
> Components: Plugin - Dojo Tags
> Affects Versions: 2.3.16.3
> Reporter: James Kelly
> Assignee: Lukasz Lenart
> Fix For: 2.3.18
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> I’ve encountered an issue with the struts dojo plug-in for version 2.3.16.3.
> The jar file struts2-dojo-plugin-2.3.16.3.jar contains unexpanded source code
> tags. This is causing an issue in the struts_dojo.js file within the jar
> e.g.
> Version 2.3.15.2
> struts_dojo.js line 36 :
> {code:javascript}
> dojo.version={major:0,minor:4,patch:3,flag:"",revision:Number("$Rev: 670371
> $".match(/[0-9]+/)[0]),toString:function(){
> {code}
> Version 2.3.16.1
> struts_dojo.js line 36 :
> {code:javascript}
> dojo.version={major:0,minor:4,patch:3,flag:"",revision:Number("$Rev$".match(/[0-9]+/)[0]),toString:function(){
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)