The eclipse settings look to be more for code style enforcement - to make sure everyone uses the same standards. But, obviously they are overridden or something on some machines....
Jeremy On Tue, May 6, 2008 at 8:45 AM, James Carman <[EMAIL PROTECTED]> wrote: > Should there really be Eclipse settings in the SVN repo? You can > simply do mvn eclipse:eclipse to set up Eclipse. Yes, I realize that > not everyone uses Maven, but if they're going to try to view/develop > Wicket, then they should be. The eclipse settings can get out of sync > with the pom.xml file, right? > > On Tue, May 6, 2008 at 9:41 AM, Jeremy Thomerson > <[EMAIL PROTECTED]> wrote: > > Up to date? If you mean svn update - yes. There are obviously newer > > version of java around, but that's what I run on production, so that's > what > > I run locally. > > > > It's very strange to me because it works in Eclipse, and I have Eclipse > set > > to use the same JVM. > > > > I can fiddle with that and get by... Do you know about the other > question, > > though? If the Wicket team has committed Eclipse settings that give an > > error for Serializable without serialVersionUID, why are there seven > classes > > that don't have it (causing seven compile errors in my Eclipse)? Can I > just > > submit a patch to add a serialVersionUID = 1L to each of those? Or > what > > does everyone else do - override the Eclipse settings? > > > > Thanks for all your help! > > Jeremy > > > > On Tue, May 6, 2008 at 8:34 AM, Martijn Dashorst < > [EMAIL PROTECTED]> > > wrote: > > > > > > > > > On 5/6/08, Jeremy Thomerson <[EMAIL PROTECTED]> wrote: > > > > No - it's using: > > > > > > > > java version "1.5.0_13" > > > > Java(TM) 2 Runtime Environment, Standard Edition (build > 1.5.0_13-b05) > > > > Java HotSpot(TM) Server VM (build 1.5.0_13-b05, mixed mode) > > > > > > Strange. Teamcity runs the build using maven as well and none of the > > > tests fail (currently). Perhaps a version conflict in maven? Or > > > otherwise it could be a platform difference, endlines perhaps (but > > > then I'd expect more tests to fail) > > > > > > Are you up to date? > > > > > > Martijn > > > > > >
