Online report : 
http://maven.zones.apache.org/continuum/buildResult.action?buildId=20362&projectId=486

Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Fri 7 Sep 2007 03:48:57 +0000
 Finished at: Fri 7 Sep 2007 03:49:53 +0000
 Total time: 55s
 Build Trigger: Schedule
 Build Number: 1
 Exit code: 1
 Building machine hostname: maven.zones.apache.org
 Operating system : SunOS(unknown)
Java Home version : java version "1.5.0_12"
         Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
         Java HotSpot(TM) Server VM (build 1.5.0_12-b04, mixed mode)
Builder version :
         Maven version: 2.0.7
         Java version: 1.5.0_12
         OS name: "sunos" version: "5.10" arch: "x86"
****************************************************************************
SCM Changes:
****************************************************************************
Changed: jvanzyl @ Fri 7 Sep 2007 03:47:07 +0000
Comment: o the request populator is now responsible for initializing 
everything, anything you want to know about how the front-end is configuration, 
or initialized can be found in this class. i think i have almost everything out 
of the Maven component and in the Embedder. this is the one place to look now 
and I know feel comfortable about documenting it

o the profiles additions from settings are now process in the request populator 
and taken out of the default profile manager itself which has resulted in 
decoupling the Settings from the profile manager.
Files changed:
 
/maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedder.java
 ( 573435 )
 
/maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/execution/DefaultMavenExecutionRequestPopulator.java
 ( 573435 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed

****************************************************************************
Test Summary:
****************************************************************************
Tests: 1
Failures: 0
Total time: 23

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Maven Embedder
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /export/home/build/data/continuum/checkouts/486/target
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:compile]
[INFO] Compiling 24 source files to 
/export/home/build/data/continuum/checkouts/486/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/export/home/build/data/continuum/checkouts/486/src/main/java/org/apache/maven/embedder/execution/DefaultMavenExecutionRequestPopulator.java:[34,41]
 package org.apache.maven.profiles.manager does not exist

/export/home/build/data/continuum/checkouts/486/src/main/java/org/apache/maven/embedder/execution/DefaultMavenExecutionRequestPopulator.java:[35,41]
 package org.apache.maven.profiles.manager does not exist

/export/home/build/data/continuum/checkouts/486/src/main/java/org/apache/maven/embedder/execution/DefaultMavenExecutionRequestPopulator.java:[266,38]
 cannot find symbol
symbol  : class ProfileManager
location: class 
org.apache.maven.embedder.execution.DefaultMavenExecutionRequestPopulator

/export/home/build/data/continuum/checkouts/486/src/main/java/org/apache/maven/embedder/execution/DefaultMavenExecutionRequestPopulator.java:[187,8]
 cannot find symbol
symbol  : class ProfileManager
location: class 
org.apache.maven.embedder.execution.DefaultMavenExecutionRequestPopulator

/export/home/build/data/continuum/checkouts/486/src/main/java/org/apache/maven/embedder/execution/DefaultMavenExecutionRequestPopulator.java:[187,50]
 cannot find symbol
symbol  : class DefaultProfileManager
location: class 
org.apache.maven.embedder.execution.DefaultMavenExecutionRequestPopulator


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 48 seconds
[INFO] Finished at: Fri Sep 07 03:49:53 GMT+00:00 2007
[INFO] Final Memory: 9M/324M
[INFO] ------------------------------------------------------------------------

****************************************************************************


Reply via email to