Struts2 - "BUILD FAILURE" - cannot find symbol

2006-09-15 Thread Arevalo, Cesar \(GE Comm Fin, non-ge\)
Hi, I am new to struts2, I checked out the repository from subversion and I am trying to compile everything, but for some reason I keep getting an error, my repository is in here: C:\cvs\struts2 And I run the following from the command line: C:\cvs\struts2\core>mvn -e install When I run the co

Re: Struts2 - "BUILD FAILURE" - cannot find symbol

2006-09-15 Thread Ted Husted
Right now, we're still building against the XWork head, and a current XWork snapsnot may not be available. The best thing is to checkout XWork too. The simplest thing is to put it under "current", next to struts2. svn co https://svn.opensymphony.com/svn/xwork/trunk xwork We're building with

RE: Struts2 - "BUILD FAILURE" - cannot find symbol

2006-09-15 Thread Arevalo, Cesar \(GE Comm Fin, non-ge\)
: Struts Users Mailing List Subject: Re: Struts2 - "BUILD FAILURE" - cannot find symbol Right now, we're still building against the XWork head, and a current XWork snapsnot may not be available. The best thing is to checkout XWork too. The simplest thing is to put it under "curren

Re: Struts2 - "BUILD FAILURE" - cannot find symbol

2006-09-15 Thread Ian Roughley
I just had this issue myself. Pat explained it as a bug with Maven2, the solution was to delete the struts and opensymphony directories from your m2 repo (usually under /Documents and Settings//.m2/repo. /Ian Arevalo, Cesar (GE Comm Fin, non-ge) wrote: Hi, I am new to struts2, I checked ou