my trunk build is fine on the mac, but I keep getting this failure on windows:
[INFO] ------------------------------------------------------------------------
[INFO] Building Geronimo Plugins, BVal :: Core
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 3 source files to
C:\svn\g\trunk\plugins\bval\geronimo-bval\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\svn\g\trunk\plugins\bval\geronimo-bval\src\main\java\org\apache\geronimo\bval\ValidatorFactoryGBean.java:[132,103]
inconvertible types
found : javax.validation.Configuration<capture#320 of ?>
required: org.apache.bval.jsr303.ConfigurationImpl
I get the failure after I cleaned out my local repo. Any help would
be appreciated.
I am on rev 1022066 in trunk.
Ted Kirby