Comment #1 on issue 13 by
tallpsm...@gmail.com: Issue in building parfait
project
https://code.google.com/p/parfait/issues/detail?id=13
Hi,
Hmm, I have the latest mercurial(hg) branch checked out and when I do
a 'mvn clean package' or a 'mvn cinstall -DskipTests' I don't get an error.
Looking at your error I wonder if somehow your local environment is
bringing in a different version of the JDBC spec, as the error looks to be
related to a newer standard of JDBC.
if you run 'mvn -X install -DskipTests' it will show what version of Java
you're using. For me, it's pulling in Java6 (even though I also have Java
7 and it's the default), so perhaps this is at the root of things.
e.g.:
[ parfait ]$ mvn -X install -DskipTests | head -100
Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4;
2014-08-12T06:58:10+10:00)
Maven home: /usr/local/Cellar/maven/3.2.3/libexec
Java version: 1.6.0_65, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
....