I'm using the stock build setup from SVN, Maven + pom.xml. It's telling javac to use 1.5. Now, the sticky point here is that OS X doesn't have 1.5 by nature. However I've installed and linked it up per Grant's instructions. But I still maybe suspect this is the issue.
So if someone else has a build failure from clean checkout, there's an environment difference, and I'd suspect it's mine that's different. OK so pull the @Overrides. Just want to triple-check this is the evidence we have. On Mon, Feb 8, 2010 at 1:20 PM, Benson Margulies <bimargul...@gmail.com> wrote: > On Mon, Feb 8, 2010 at 8:03 AM, Sean <sro...@gmail.com> wrote: >> Wait, what? it works perfectly now. mvn clean compile succeeds. > > Are you really using 1.5, or just telling 1.6 to pretend to be 1.5. > Dawid reports failure when really using 1.5. > > > If I >> don't misunderstand, the issue is that some of our tools behave >> differently and we have to manually override it once (maybe again if >> the pom changes). Compare that to taking a small step backwards and >> the work of removing those @Overrides and I'm not sure why we'd do >> that. >> >> On Mon, Feb 8, 2010 at 12:55 PM, Benson Margulies <bimargul...@gmail.com> >> wrote: >>> In other words, what we have doesn't really work in 1.5. We need to >>> fix it or give up and just aim for 1.6. >>> >> >