[
https://issues.apache.org/jira/browse/WW-4349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14001678#comment-14001678
]
Lukasz Lenart commented on WW-4349:
-----------------------------------
You can use file version from 2.3.15.2 - it's due to migration to Git which
doesn't support {{$Rev$}} tag. It will be solved in the next version but please
be aware that the Dojo Plugin is deprecated and will be dropped with next major
release (2.5)
> 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
> 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 :
> dojo.version={major:0,minor:4,patch:3,flag:"",revision:Number("$Rev: 670371
> $".match(/[0-9]+/)[0]),toString:function(){
> Version 2.3.16.1
> struts_dojo.js line 36 :
> dojo.version={major:0,minor:4,patch:3,flag:"",revision:Number("$Rev$".match(/[0-9]+/)[0]),toString:function(){
--
This message was sent by Atlassian JIRA
(v6.2#6252)