Re: [Fedora-commons-developers] maven compile fedora

2010-02-16 Thread Edwin Shin
Are you using Java 5? Until just recently in the trunk, we employed some build hackery to maintain source compatibility with Java5 and Java6. If you just did a checkout of trunk from svn, you now need to be using Java 6 to build. Eddie On 16 Feb 2010, at 7:14 PM, wei yuan wrote: > Hi, > > I s

[Fedora-commons-developers] maven compile fedora

2010-02-16 Thread wei yuan
Hi, I svn the source code for fedora commons into my local directory through Eclipe. Then I use maven from the command line to compile the application. I got an compilation error saying that "can not find symbol: SQLException" from connectionpool.java and same error from two other files. If