On Dec 5, 2007 4:11 AM, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > Ok, you offered help, now you're in for it :) > > I tried to build from the top-level directory I checked out to after a > fresh checkout and it didn't work. I'm at a loss any time I see a Maven > problem (which, in my experience, is any time I've tried to use it for > any project, but I digress), so I don't even know where to begin to > solve this. I added the -e option as Maven suggested. Here's a dump of > the build session... any help would be appreciated...
Looks like core uses JDK 1.5 features - for example the IllegalStateException constructors which take a "Throwable" cause were only added in JDK 1.5: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/IllegalStateException.html I don't remember agreeing to move to JDK 1.5 (from JDK 1.4) for the next Struts (1.4) version - but perhaps we did? Niall --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]