You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/01/02 07:50:58 UTC

[jira] [Commented] (WW-3787) allow include other config files from classpath

    [ https://issues.apache.org/jira/browse/WW-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15792425#comment-15792425 ] 

Hudson commented on WW-3787:
----------------------------

SUCCESS: Integrated in Jenkins build Struts-JDK7-master #576 (See [https://builds.apache.org/job/Struts-JDK7-master/576/])
WW-3787 WW-3961 Allows include config files from JARs (lukaszlenart: rev 98979423a164e264d1291ac34dc9a16759173aea)
* (edit) core/src/test/resources/com/opensymphony/xwork2/config/providers/xwork-test-wildcard-include.xml
* (edit) core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderWildCardIncludeTest.java
* (edit) core/src/main/java/com/opensymphony/xwork2/util/ClassPathFinder.java


> allow include other config files from classpath
> -----------------------------------------------
>
>                 Key: WW-3787
>                 URL: https://issues.apache.org/jira/browse/WW-3787
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: XML Configuration
>    Affects Versions: 2.1.8, 2.3.1.2
>            Reporter: Juan Alvarez G
>            Assignee: Lukasz Lenart
>             Fix For: 2.5.next
>
>
> My struts.xml has something like this:
> <include file="struts/*.xml" />
> which works fine when the war is exploded and the files are under WEB-INF\classes
> but I build the application (war) with maven2 and I do package classes in a jar file. 
> When Tomcat starts (tried with Tomcat 5 and Tomcat 7) only the main struts.xml (which is inside the jar) is loaded but not the ones inside struts/*.xml
> Am I doing something wrong? I looked for other options like <include file="classpath:..." /> but doesnt work
> Documentation says you can split the file and put into other jars but only with the name struts.xml. I do need multple files in a jar.
> Please advise.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)