[
https://issues.apache.org/jira/browse/WW-4218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792447#comment-13792447
]
Hudson commented on WW-4218:
----------------------------
SUCCESS: Integrated in Struts2-JDK6 #807 (See
[https://builds.apache.org/job/Struts2-JDK6/807/])
WW-4218 Adds proper filtering of ${package} attribute (lukaszlenart: rev
1531208)
*
/struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/META-INF/maven/archetype-metadata.xml
> Example struts2-archetype-starter is broken if created from catalog
> -------------------------------------------------------------------
>
> Key: WW-4218
> URL: https://issues.apache.org/jira/browse/WW-4218
> Project: Struts 2
> Issue Type: Bug
> Components: Example Applications
> Reporter: Antonio Sánchez
> Assignee: Lukasz Lenart
> Fix For: 2.3.16
>
>
> Create from catalog:
> {noformat}
> mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/
> {noformat}
> Trying to run, browser displays:
> {noformat}
> Unable to instantiate Action, ${package}.IndexAction, defined for 'index' in
> namespace '/'${package}.IndexAction
> Root cause:
> java.lang.ClassNotFoundException: ${package}.IndexAction
> {noformat}
> in struts.xml:
> {code:xml}
> <action name="index" class="${package}.IndexAction">
> <result>/jsp/index.jsp</result>
> </action>
> {code}
> package is not substituted.
> I didn't try creating directly:
> {noformat}
> mvn archetype:generate -B -DgroupId...
> {noformat}
> i recommend testing too.
--
This message was sent by Atlassian JIRA
(v6.1#6144)