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