svn up;mvn install not working

2006-09-20 Thread Matt Raible
I tried to svn up and build/install Struts 2 this morning and got the following errors: /home/raibledemo/dev/struts2/core/src/main/java/org/apache/struts2/views/freemarker/StrutsClassTempl ateLoader.java:[22,36] cannot find symbol symbol : class ClassLoaderUtil location: package com.opensymphony

Re: svn up;mvn install not working

2006-09-20 Thread Don Brown
Remove the xwork snapshot in your local maven repository and rebuild. Don Matt Raible wrote: I tried to svn up and build/install Struts 2 this morning and got the following errors: /home/raibledemo/dev/struts2/core/src/main/java/org/apache/struts2/views/freemarker/StrutsClassTempl ateLoader

Re: svn up;mvn install not working

2006-09-20 Thread Matt Raible
That worked - thanks. Matt On 9/20/06, Don Brown <[EMAIL PROTECTED]> wrote: Remove the xwork snapshot in your local maven repository and rebuild. Don Matt Raible wrote: > I tried to svn up and build/install Struts 2 this morning and got the > following errors: > > /home/raibledemo/dev/struts