Any one have any idea what's up with this build failure:

<snip>
[INFO] ------------------------------------------------------------------------ ----
[INFO] Building Geronimo :: Client
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------ ----
[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/projects/ Geronimo_Components/build_trunk/project/modules/geronimo-client/ target/classes/META-INF [INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/ projects/Geronimo_Components/build_trunk/project/modules/geronimo- client/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot org.apache.xbean:xbean-reflect:3.0-SNAPSHOT: checking for updates from apache-snapshots [INFO] snapshot org.apache.xbean:xbean-reflect:3.0-SNAPSHOT: checking for updates from axis2-m2-repo [INFO] snapshot org.apache.xbean:xbean-reflect:3.0-SNAPSHOT: checking for updates from codehaus-snapshots [INFO] snapshot org.apache.xbean:xbean-reflect:3.0-SNAPSHOT: checking for updates from apache.snapshots Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/ apache/xbean/xbean-reflect/3.0-SNAPSHOT/xbean- reflect-3.0-20070306.132215-1.pom
660b downloaded
[INFO] snapshot org.apache.xbean:xbean:3.0-SNAPSHOT: checking for updates from apache-snapshots [INFO] snapshot org.apache.xbean:xbean:3.0-SNAPSHOT: checking for updates from axis2-m2-repo [INFO] snapshot org.apache.xbean:xbean:3.0-SNAPSHOT: checking for updates from codehaus-snapshots [INFO] snapshot org.apache.xbean:xbean:3.0-SNAPSHOT: checking for updates from apache.snapshots Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/ apache/xbean/xbean/3.0-SNAPSHOT/xbean-3.0-20070306.132215-2.pom
13K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/ apache/xbean/xbean-reflect/3.0-SNAPSHOT/xbean- reflect-3.0-20070306.132215-1.jar
76K downloaded
[INFO] [compiler:compile]
[INFO] Compiling 5 source files to /home/anthill/anthill3/agent/var/ jobs/projects/Geronimo_Components/build_trunk/project/modules/ geronimo-client/target/classes [INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Components/ build_trunk/project/modules/geronimo-client/src/main/java/org/apache/ geronimo/client/AppClientContainer.java:[157,37] cannot find symbol
symbol  : variable STATIC_PROPERTIES
location: class org.apache.xbean.recipe.Option



/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Components/ build_trunk/project/modules/geronimo-client/src/main/java/org/apache/ geronimo/client/AppClientContainer.java:[157,37] cannot find symbol
symbol  : variable STATIC_PROPERTIES
location: class org.apache.xbean.recipe.Option


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Components/ build_trunk/project/modules/geronimo-client/src/main/java/org/apache/ geronimo/client/AppClientContainer.java:[157,37] cannot find symbol
symbol  : variable STATIC_PROPERTIES
location: class org.apache.xbean.recipe.Option


at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals (DefaultLifecycleExecutor.java:560) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec ycle(DefaultLifecycleExecutor.java:480) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal (DefaultLifecycleExecutor.java:459) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandle Failures(DefaultLifecycleExecutor.java:311) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( DefaultLifecycleExecutor.java:278) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute (DefaultLifecycleExecutor.java:143)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java: 430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure /home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Components/ build_trunk/project/modules/geronimo-client/src/main/java/org/apache/ geronimo/client/AppClientContainer.java:[157,37] cannot find symbol
symbol  : variable STATIC_PROPERTIES
location: class org.apache.xbean.recipe.Option


at org.apache.maven.plugin.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:516)
        at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo (DefaultPluginManager.java:420) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals (DefaultLifecycleExecutor.java:539)
        ... 16 more
</snip>

--jason

Reply via email to