Have you tried to launch the struts blank application after this change?
FileUtils depends on a lot of other io classes,  when you shade it
xwork starts to looking for other resources along the
org/apache/commons/io/xwork/
path.

On 30 January 2011 20:13,  <j...@apache.org> wrote:
> Author: jafl
> Date: Sun Jan 30 19:13:44 2011
> New Revision: 1065355
>
> URL: http://svn.apache.org/viewvc?rev=1065355&view=rev
> Log:
> XW-388 fix pattern to match relocation
>
> Modified:
>    struts/struts2/trunk/xwork-core/pom.xml
>
> Modified: struts/struts2/trunk/xwork-core/pom.xml
> URL: 
> http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/pom.xml?rev=1065355&r1=1065354&r2=1065355&view=diff
> ==============================================================================
> --- struts/struts2/trunk/xwork-core/pom.xml (original)
> +++ struts/struts2/trunk/xwork-core/pom.xml Sun Jan 30 19:13:44 2011
> @@ -219,7 +219,7 @@
>                                     
> <shadedPattern>org.apache.commons.lang.xwork</shadedPattern>
>                                 </relocation>
>                                 <relocation>
> -                                    
> <pattern>org.apache.commons.lang</pattern>
> +                                    <pattern>org.apache.commons.io</pattern>
>                                     
> <shadedPattern>org.apache.commons.io.xwork</shadedPattern>
>                                 </relocation>
>                             </relocations>
>
>
>



-- 
Maurizio Cucchiara

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to