You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by "Thomas Van de Velde (JIRA)" <ca...@jakarta.apache.org> on 2005/04/26 11:39:25 UTC

[jira] Commented: (CACTUS-192) Cannot change jboss-web.xml

     [ http://issues.apache.org/jira/browse/CACTUS-192?page=comments#action_63768 ]
     
Thomas Van de Velde commented on CACTUS-192:
--------------------------------------------

I'd suggest the following solution:

      <maven:get plugin="maven-war-plugin" property="maven.war.src" var="warSrc" />

      <ant:webinf dir="${warScr}/WEB-INF">

        <ant:include name="jboss-web.xml" if="cactus.home.jboss3x"/>

      </ant:webinf>

> Cannot change jboss-web.xml
> ---------------------------
>
>          Key: CACTUS-192
>          URL: http://issues.apache.org/jira/browse/CACTUS-192
>      Project: Cactus
>         Type: Improvement
>   Components: Maven Integration
>     Versions: 1.7
>     Reporter: Felipe Leme
>     Assignee: Felipe Leme
>      Fix For: 1.8

>
> I faced a situation where I need to set a resource-ref on jboss.xml, but the maven plugin does not provide an elegant way to do it (I had to add a postGoal to cactus:cactifywar) as it always use a jboss-web.xml on the plugin-resources:
> <ant:webinf dir="${plugin.resources}/jboss3x">
>   <ant:include name="jboss-web.xml" if="cactus.home.jboss3x"/>
> </ant:webinf>
> A temporary solution would be to add a new property:
> on plugin.properties:
> cactus.jboss3x.jboss_web_xml=${plugin.resources}/jboss3x
> on plugin.jelly:
> <ant:webinf dir="${cactus.jboss3x.jboss_web_xml}">
>   <ant:include name="jboss-web.xml" if="cactus.home.jboss3x"/>
> </ant:webinf>
> A more elegant solution would handle it to Cargo or the Ant task.
> Vincent, any thoughts?
> -- felipe
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org