[ 
http://issues.apache.org/jira/browse/CACTUS-192?page=comments#action_63769 ]
     
Vincent Massol commented on CACTUS-192:
---------------------------------------

Thanks Thomas.

Actually there is a bug in our current implementation. There should be no 
resources at all in plugin-resources of course. Look at all other containers. 
They don't have any resources in there. This should be fixed for JBoss 3x.

So the solution is to move JBoss resources back to the Ant integration project 
(same as is done with all other projects) and possibly to provide an attribute 
to pass a custom version of a config file (if required).


> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to