Using Java SDK 1.6 and maven 2.2.1 also i set the MAVEN_OPTS as mentioned. Right now, i dont have access to developer machine, will post the whole information with dump again
On Sat, Jun 18, 2011 at 1:01 PM, Russell E. Glaue <[email protected]> wrote: > Can you provide some more information about your build environment? > > Java version (output from `java --version`) > Maven version (output from `mvn --version`) > Geronimo trunk revision/info you are attempting to build (output from `svn > info`) > > You are using the Java SDK 1.6? > You have your JAVA_HOME env var set to the Java SDK 1.6? > > -RG > > > ----- Original Message ----- > From: Gary Shin <[email protected]> > To: [email protected] > Sent: Fri, 17 Jun 2011 19:59:57 -0500 (CDT) > Subject: G3-trunk build failed > > I get this error when using the trunk to build G3 > > [INFO] Started deployer: > org.apache.geronimo.framework/geronimo-gbean-deployer/3.0-SNAPSHOT/car > [INFO] > ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] > ------------------------------------------------------------------------ > org.codehaus.classworlds.NoSuchRealmException: plexus.core > at org.codehaus.classworlds.ClassWorld.getRealm(ClassWorld.java:128) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:434) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > > > Help is really appreciated > > Thanks, > SG > > On Fri, Jun 17, 2011 at 5:30 PM, David Jencks <[email protected] > >wrote: > > > Please build trunk. We should probably delete the M2 branch since it > isnt' > > being updated to match the evolution of other projects such as > openwebbeans > > and openejb > > > > david jencks > > > > On Jun 17, 2011, at 4:39 PM, Gary Shin wrote: > > > > > Hi, > > > > > > The G3-M2 checked out from M2 branch is failing with the following > error. > > Any help is appreciated. > > > > > > > > > > > > Build log below > > > > > > ............ > > > ............ > > > [INFO] Building Geronimo Plugins, OpenWebBeans :: Core > > > [INFO] task-segment: [clean, install] > > > [INFO] > > ------------------------------------------------------------------------ > > > [INFO] [clean:clean {execution: default-clean}] > > > [INFO] Deleting file set: > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\target > > (included: [**], excluded: []) > > > [INFO] [genesis:validate-configuration {execution: default}] > > > [INFO] [geronimo-property:set-property {execution: set-property}] > > > [INFO] [enforcer:enforce {execution: default}] > > > [INFO] [remote-resources:process {execution: default}] > > > [INFO] [resources:resources {execution: default-resources}] > > > [INFO] Using 'UTF-8' encoding to copy filtered resources. > > > [INFO] Copying 1 resource > > > [INFO] skip non existing resourceDirectory > > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\src\main\filtered-resources > > > [INFO] Copying 3 resources > > > [INFO] [compiler:compile {execution: default-compile}] > > > [INFO] Compiling 9 source files to > > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\target\classes > > > [INFO] > > ------------------------------------------------------------------------ > > > [ERROR] BUILD FAILURE > > > [INFO] > > ------------------------------------------------------------------------ > > > [INFO] Compilation failure > > > > > > > > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\src\main\java\org\apache\geronimo\openwebbeans\GeronimoResourceInjectionService.java:[40,31] > > [deprecation] org.apache.webbeans.util.SecurityUtil in > > org.apache.webbeans.util has been deprecated > > > > > > > > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\src\main\java\org\apache\geronimo\openwebbeans\GeronimoResourceInjectionService.java:[64,29] > > [deprecation] org.apache.webbeans.util.SecurityUtil in > > org.apache.webbeans.util has been deprecated > > > > > > > > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\src\main\java\org\apache\geronimo\openwebbeans\GeronimoResourceInjectionService.java:[64,41] > > cannot find symbol > > > symbol : method > doPrivilegedGetDeclaredFields(java.lang.Class<capture#16 > > of ?>) > > > location: class org.apache.webbeans.util.SecurityUtil > > > > > > > > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\src\main\java\org\apache\geronimo\openwebbeans\GeronimoResourceInjectionService.java:[80,32] > > [deprecation] org.apache.webbeans.util.SecurityUtil in > > org.apache.webbeans.util has been deprecated > > > > > > > > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\src\main\java\org\apache\geronimo\openwebbeans\GeronimoResourceInjectionService.java:[80,44] > > cannot find symbol > > > symbol : method > > doPrivilegedSetAccessible(java.lang.reflect.Field,boolean) > > > location: class org.apache.webbeans.util.SecurityUtil > > > > > > > > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\src\main\java\org\apache\geronimo\openwebbeans\GeronimoResourceInjectionService.java:[91,32] > > [deprecation] org.apache.webbeans.util.SecurityUtil in > > org.apache.webbeans.util has been deprecated > > > > > > > > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\src\main\java\org\apache\geronimo\openwebbeans\GeronimoResourceInjectionService.java:[91,44] > > cannot find symbol > > > symbol : method > > doPrivilegedSetAccessible(java.lang.reflect.Field,boolean) > > > location: class org.apache.webbeans.util.SecurityUtil > > > > > > > > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\src\main\java\org\apache\geronimo\openwebbeans\WebBeansConfigurationListener.java:[78,46] > > [deprecation] getInstance() in org.apache.webbeans.config.WebBeansContext > > has been deprecated > > > > > > > > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\src\main\java\org\apache\geronimo\openwebbeans\WebBeansConfigurationListener.java:[83,80] > > cannot find symbol > > > symbol : variable PROPERTY_OWB_APPLICATION > > > location: class org.apache.webbeans.config.OpenWebBeansConfiguration > > > > > > > > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\src\main\java\org\apache\geronimo\openwebbeans\WebBeansConfigurationListener.java:[100,72] > > cannot find symbol > > > symbol : variable PROPERTY_OWB_APPLICATION > > > location: class org.apache.webbeans.config.OpenWebBeansConfiguration > > > > > > > > > D:\Development\G3-M2\plugins\openwebbeans\geronimo-openwebbeans\src\main\java\org\apache\geronimo\openwebbeans\OpenWebBeansWebInitializer.java:[57,69] > > cannot find symbol > > > symbol : variable PROPERTY_OWB_APPLICATION > > > location: class org.apache.webbeans.config.OpenWebBeansConfiguration > > > > > > > > > [INFO] > > ------------------------------------------------------------------------ > > > [INFO] For more information, run Maven with the -e switch > > > [INFO] > > ------------------------------------------------------------------------ > > > [INFO] Total time: 5 minutes 6 seconds > > > [INFO] Finished at: Fri Jun 17 16:34:18 PDT 2011 > > > [INFO] Final Memory: 335M/873M > > > [INFO] > > ------------------------------------------------------------------------ > > > > > > > > > > > > > > > > > > > > > Thanks, > > > SG > > > > > >
