Re: [continuum] BUILD FAILURE: Maven Embedder

2007-09-07 Thread Brett Porter
I guess you're out for the night now... anyway, until we get the  
direct nag happening I'll just pass it on :)


(yes, same problem in my checkout as on continuum - it's doing it's  
job just fine)


Just curious - will there be any issues with these APIs changing for  
plugins that may have come to rely on it, or are these all purely  
internal? (I haven't had a chance to dig through the changes yet).


Cheers,
Brett

On 07/09/2007, at 6:22 PM, [EMAIL PROTECTED] wrote:

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


Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Fri 7 Sep 2007 08:21:43 +
 Finished at: Fri 7 Sep 2007 08:22:00 +
 Total time: 16s
 Build Trigger: Schedule
 Build Number: 4
 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 07:54:11 +
Comment: o scrub of the settings building, was able to reduce to  
the need of the build context and use the execution request
 directly. eventually i will get it to be the session, along with  
the profile tools, then all the tools can also  share a common  
interpolator, which can then be shared by other components instead  
of having 5 interpolators lying

 around causing a great deal of inconsistency.
Files changed:
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
execution/DefaultMavenExecutionRequest.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
execution/MavenExecutionRequest.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/DefaultMavenSettingsBuilder.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/MavenSettingsBuilder.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/RuntimeInfo.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/SettingsUtils.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/mdo/settings.mdo  
( 573494 )
 /maven/components/trunk/maven-core/src/test/java/org/apache/maven/ 
settings/SettingsUtilsTest.java ( 573494 )
 /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/MavenEmbedder.java ( 573494 )
 /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/execution/DefaultMavenExecutionRequestPopulator.java  
( 573494 )
 /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/execution/MavenExecutionRequestPopulator.java  
( 573494 )
 /maven/components/trunk/maven-embedder/src/main/resources/META-INF/ 
plexus/components.xml ( 573494 )
 /maven/components/trunk/maven-embedder/src/test/java/org/apache/ 
maven/embedder/MavenEmbedderExampleTest.java ( 573494 )


** 
**

Dependencies Changes:
** 
**

org.apache.maven:maven-core:2.1-SNAPSHOT

org.apache.maven:maven:2.1-SNAPSHOT

** 
**

Test Summary:
** 
**

Tests: 1
Failures: 0
Total time: 29

** 
**

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/ 

Re: [continuum] BUILD FAILURE: Maven Embedder

2007-09-07 Thread Jason van Zyl


On 7 Sep 07, at 2:19 AM 7 Sep 07, Brett Porter wrote:


Just curious - will there be any issues with these APIs changing  
for plugins that may have come to rely on it, or are these all  
purely internal? (I haven't had a chance to dig through the changes  
yet).




We must absolutely guarantee that all 2.0.x plugins work out of the  
box without change. I've made no plugin api changes and we won't  
until the proposals are vetted.



Cheers,
Brett

On 07/09/2007, at 6:22 PM, [EMAIL PROTECTED] wrote:

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


Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Fri 7 Sep 2007 08:21:43 +
 Finished at: Fri 7 Sep 2007 08:22:00 +
 Total time: 16s
 Build Trigger: Schedule
 Build Number: 4
 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 07:54:11 +
Comment: o scrub of the settings building, was able to reduce to  
the need of the build context and use the execution request
 directly. eventually i will get it to be the session, along with  
the profile tools, then all the tools can also  share a common  
interpolator, which can then be shared by other components instead  
of having 5 interpolators lying

 around causing a great deal of inconsistency.
Files changed:
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
execution/DefaultMavenExecutionRequest.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
execution/MavenExecutionRequest.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/DefaultMavenSettingsBuilder.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/MavenSettingsBuilder.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/RuntimeInfo.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/SettingsUtils.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/mdo/settings.mdo  
( 573494 )
 /maven/components/trunk/maven-core/src/test/java/org/apache/maven/ 
settings/SettingsUtilsTest.java ( 573494 )
 /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/MavenEmbedder.java ( 573494 )
 /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/execution/ 
DefaultMavenExecutionRequestPopulator.java ( 573494 )
 /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/execution/MavenExecutionRequestPopulator.java  
( 573494 )
 /maven/components/trunk/maven-embedder/src/main/resources/META- 
INF/plexus/components.xml ( 573494 )
 /maven/components/trunk/maven-embedder/src/test/java/org/apache/ 
maven/embedder/MavenEmbedderExampleTest.java ( 573494 )


* 
***

Dependencies Changes:
* 
***

org.apache.maven:maven-core:2.1-SNAPSHOT

org.apache.maven:maven:2.1-SNAPSHOT

* 
***

Test Summary:
* 
***

Tests: 1
Failures: 0
Total time: 29

* 
***

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/ 

Re: [continuum] BUILD FAILURE: Maven Embedder

2007-09-07 Thread Jason van Zyl
I will setup Hudson on a Contegix machine and we'll have two  
automated opinions.


On 7 Sep 07, at 2:19 AM 7 Sep 07, Brett Porter wrote:

I guess you're out for the night now... anyway, until we get the  
direct nag happening I'll just pass it on :)


(yes, same problem in my checkout as on continuum - it's doing it's  
job just fine)




I always bootstrap as it still resolves incorrectly sometimes and  
pulls in the wrong things otherwise.


Just curious - will there be any issues with these APIs changing  
for plugins that may have come to rely on it, or are these all  
purely internal? (I haven't had a chance to dig through the changes  
yet).


Cheers,
Brett

On 07/09/2007, at 6:22 PM, [EMAIL PROTECTED] wrote:

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


Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Fri 7 Sep 2007 08:21:43 +
 Finished at: Fri 7 Sep 2007 08:22:00 +
 Total time: 16s
 Build Trigger: Schedule
 Build Number: 4
 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 07:54:11 +
Comment: o scrub of the settings building, was able to reduce to  
the need of the build context and use the execution request
 directly. eventually i will get it to be the session, along with  
the profile tools, then all the tools can also  share a common  
interpolator, which can then be shared by other components instead  
of having 5 interpolators lying

 around causing a great deal of inconsistency.
Files changed:
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
execution/DefaultMavenExecutionRequest.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
execution/MavenExecutionRequest.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/DefaultMavenSettingsBuilder.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/MavenSettingsBuilder.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/RuntimeInfo.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/SettingsUtils.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/mdo/settings.mdo  
( 573494 )
 /maven/components/trunk/maven-core/src/test/java/org/apache/maven/ 
settings/SettingsUtilsTest.java ( 573494 )
 /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/MavenEmbedder.java ( 573494 )
 /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/execution/ 
DefaultMavenExecutionRequestPopulator.java ( 573494 )
 /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/execution/MavenExecutionRequestPopulator.java  
( 573494 )
 /maven/components/trunk/maven-embedder/src/main/resources/META- 
INF/plexus/components.xml ( 573494 )
 /maven/components/trunk/maven-embedder/src/test/java/org/apache/ 
maven/embedder/MavenEmbedderExampleTest.java ( 573494 )


* 
***

Dependencies Changes:
* 
***

org.apache.maven:maven-core:2.1-SNAPSHOT

org.apache.maven:maven:2.1-SNAPSHOT

* 
***

Test Summary:
* 
***

Tests: 1
Failures: 0
Total time: 29

* 
***

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 

Re: [continuum] BUILD FAILURE: Maven Embedder

2007-09-07 Thread Jason van Zyl


On 7 Sep 07, at 2:19 AM 7 Sep 07, Brett Porter wrote:

I guess you're out for the night now... anyway, until we get the  
direct nag happening I'll just pass it on :)




I just checked again, no changes for me locally, bootstrapped again  
and ran the ITs and it's all fine so we have a discrepancy.


(yes, same problem in my checkout as on continuum - it's doing it's  
job just fine)


Just curious - will there be any issues with these APIs changing  
for plugins that may have come to rely on it, or are these all  
purely internal? (I haven't had a chance to dig through the changes  
yet).


Cheers,
Brett

On 07/09/2007, at 6:22 PM, [EMAIL PROTECTED] wrote:

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


Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Fri 7 Sep 2007 08:21:43 +
 Finished at: Fri 7 Sep 2007 08:22:00 +
 Total time: 16s
 Build Trigger: Schedule
 Build Number: 4
 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 07:54:11 +
Comment: o scrub of the settings building, was able to reduce to  
the need of the build context and use the execution request
 directly. eventually i will get it to be the session, along with  
the profile tools, then all the tools can also  share a common  
interpolator, which can then be shared by other components instead  
of having 5 interpolators lying

 around causing a great deal of inconsistency.
Files changed:
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
execution/DefaultMavenExecutionRequest.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
execution/MavenExecutionRequest.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/DefaultMavenSettingsBuilder.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/MavenSettingsBuilder.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/RuntimeInfo.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/ 
settings/SettingsUtils.java ( 573494 )
 /maven/components/trunk/maven-core/src/main/mdo/settings.mdo  
( 573494 )
 /maven/components/trunk/maven-core/src/test/java/org/apache/maven/ 
settings/SettingsUtilsTest.java ( 573494 )
 /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/MavenEmbedder.java ( 573494 )
 /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/execution/ 
DefaultMavenExecutionRequestPopulator.java ( 573494 )
 /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/execution/MavenExecutionRequestPopulator.java  
( 573494 )
 /maven/components/trunk/maven-embedder/src/main/resources/META- 
INF/plexus/components.xml ( 573494 )
 /maven/components/trunk/maven-embedder/src/test/java/org/apache/ 
maven/embedder/MavenEmbedderExampleTest.java ( 573494 )


* 
***

Dependencies Changes:
* 
***

org.apache.maven:maven-core:2.1-SNAPSHOT

org.apache.maven:maven:2.1-SNAPSHOT

* 
***

Test Summary:
* 
***

Tests: 1
Failures: 0
Total time: 29

* 
***

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]  

Re: [continuum] BUILD FAILURE: Maven Embedder

2007-09-07 Thread Brett Porter


On 08/09/2007, at 12:25 AM, Jason van Zyl wrote:



On 7 Sep 07, at 2:19 AM 7 Sep 07, Brett Porter wrote:

I guess you're out for the night now... anyway, until we get the  
direct nag happening I'll just pass it on :)




I just checked again, no changes for me locally, bootstrapped again  
and ran the ITs and it's all fine so we have a discrepancy.


Continuum, my machine, and John all had the same problem.

You fixed it in: http://svn.apache.org/viewvc/maven/components/trunk/ 
maven-embedder/src/main/java/org/apache/maven/embedder/execution/ 
DefaultMavenExecutionRequestPopulator.java? 
r1=573494r2=573718pathrev=573718diff_format=h


Bootstraps again here now.

You might need to check what's going on in your environment, and why  
your Hudson install also didn't notice (I guess if that's installed  
on your machine it might be using the same repository).


Thanks,
Brett

--
Brett Porter - [EMAIL PROTECTED]
Blog: http://www.devzuz.org/blogs/bporter/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [continuum] BUILD FAILURE: Maven Embedder

2007-01-23 Thread Milos Kleint

this one is mine, but IMHO cause by the fact that maven core in not
buildable by continuum fpr some reason.

I've got no local changes on my computer and a clean build works for me.

Milos

On 1/23/07, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:

Online report : 
http://maven.zones.apache.org/continuum/buildResult.action?buildId=3856projectId=185
Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Tue, 23 Jan 2007 10:24:17 +
  Finished at: Tue, 23 Jan 2007 10:24:43 +
  Total time: 26s
  Build Trigger: Schedule
  Build Number: 32
  Exit code: 1
  Building machine hostname: maven.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_10(Sun Microsystems Inc.)


SCM Changes:

Changed: mkleint @ Tue, 23 Jan 2007 10:20:10 +
Comment: MEVENIDE-484 - embedder's project loading didn't take the artifact 
handlers in plugin extensions into account when loading project dependencies.
Files changed:
  
/maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedder.java
 ( 498975 )
  
/maven/components/trunk/maven-embedder/src/test/java/org/apache/maven/embedder/MavenEmbedderTest.java
 ( 498975 )
  /maven/components/trunk/maven-embedder/src/test/resources/pom2.xml ( 498975 )


SCM Changes since last success:

Changed: jdcasey @ Sat, 20 Jan 2007 01:00:32 +
Comment: Adding line to enable log-level control from the MavenExecutionRequest.
Files changed:
  
/maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedder.java
 ( 498030 )

Changed: jdcasey @ Sat, 20 Jan 2007 02:02:47 +
Comment: Adding ability to undo the log-level change, to some extent...it's not 
too elegant, but it should work in most cases.
Files changed:
  
/maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedder.java
 ( 498043 )


Dependencies Changes:

No dependencies changed


Test Summary:

Tests: 0
Failures: 0
Total time: 0


Output:

[INFO] Scanning for projects...
[INFO] 

[INFO] Building Maven Embedder
[INFO]task-segment: [clean, install]
[INFO] 

[INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking for 
updates from apache.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-clean-plugin:2.2-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-plugins:4-SNAPSHOT: checking for 
updates from apache.snapshots
[INFO] [clean:clean]
[INFO] Deleting directory 
/export/home/continuum/continuum_data/working-directory/185/target
[INFO] Deleting directory 
/export/home/continuum/continuum_data/working-directory/185/target/classes
[INFO] Deleting directory 
/export/home/continuum/continuum_data/working-directory/185/target/test-classes
[INFO] Deleting directory 
/export/home/continuum/continuum_data/working-directory/185/target/site
[INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for 
updates from apache.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-resources-plugin:2.3-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-plugins:8-SNAPSHOT: checking for 
updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-plugin-surrogate-parent:6-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for 
updates from apache.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-compiler-plugin:2.1-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for 
updates from apache.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-surefire-plugin:2.3-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven.surefire:surefire:2.3-SNAPSHOT: checking for 
updates from apache.snapshots
[INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates 
from apache.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-jar-plugin:2.2-SNAPSHOT: 
checking for updates from 

Re: [continuum] BUILD FAILURE: Maven Embedder

2007-01-23 Thread Brett Porter

Hi Milos,

Thanks for paying attention to the notifications@ :)

It's been broken since the build context was added since it was not  
added to continuum. I've added it now, so hopefully all will be good  
next cycle.


- Brett

On 23/01/2007, at 10:09 PM, Milos Kleint wrote:


this one is mine, but IMHO cause by the fact that maven core in not
buildable by continuum fpr some reason.

I've got no local changes on my computer and a clean build works  
for me.


Milos

On 1/23/07, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
Online report : http://maven.zones.apache.org/continuum/ 
buildResult.action?buildId=3856projectId=185

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Tue, 23 Jan 2007 10:24:17 +
  Finished at: Tue, 23 Jan 2007 10:24:43 +
  Total time: 26s
  Build Trigger: Schedule
  Build Number: 32
  Exit code: 1
  Building machine hostname: maven.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_10(Sun Microsystems Inc.)

* 
***

SCM Changes:
* 
***

Changed: mkleint @ Tue, 23 Jan 2007 10:20:10 +
Comment: MEVENIDE-484 - embedder's project loading didn't take the  
artifact handlers in plugin extensions into account when loading  
project dependencies.

Files changed:
  /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/MavenEmbedder.java ( 498975 )
  /maven/components/trunk/maven-embedder/src/test/java/org/apache/ 
maven/embedder/MavenEmbedderTest.java ( 498975 )
  /maven/components/trunk/maven-embedder/src/test/resources/ 
pom2.xml ( 498975 )


* 
***

SCM Changes since last success:
* 
***

Changed: jdcasey @ Sat, 20 Jan 2007 01:00:32 +
Comment: Adding line to enable log-level control from the  
MavenExecutionRequest.

Files changed:
  /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/MavenEmbedder.java ( 498030 )


Changed: jdcasey @ Sat, 20 Jan 2007 02:02:47 +
Comment: Adding ability to undo the log-level change, to some  
extent...it's not too elegant, but it should work in most cases.

Files changed:
  /maven/components/trunk/maven-embedder/src/main/java/org/apache/ 
maven/embedder/MavenEmbedder.java ( 498043 )


* 
***

Dependencies Changes:
* 
***

No dependencies changed

* 
***

Test Summary:
* 
***

Tests: 0
Failures: 0
Total time: 0

* 
***

Output:
* 
***

[INFO] Scanning for projects...
[INFO]  
- 
---

[INFO] Building Maven Embedder
[INFO]task-segment: [clean, install]
[INFO]  
- 
---
[INFO] artifact org.apache.maven.plugins:maven-clean-plugin:  
checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-clean-plugin:2.2- 
SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-plugins:4-SNAPSHOT:  
checking for updates from apache.snapshots

[INFO] [clean:clean]
[INFO] Deleting directory /export/home/continuum/continuum_data/ 
working-directory/185/target
[INFO] Deleting directory /export/home/continuum/continuum_data/ 
working-directory/185/target/classes
[INFO] Deleting directory /export/home/continuum/continuum_data/ 
working-directory/185/target/test-classes
[INFO] Deleting directory /export/home/continuum/continuum_data/ 
working-directory/185/target/site
[INFO] artifact org.apache.maven.plugins:maven-resources-plugin:  
checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-resources-plugin: 
2.3-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-plugins:8-SNAPSHOT:  
checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-plugin-surrogate-parent:6- 
SNAPSHOT: checking for updates from apache.snapshots
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin:  
checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-compiler-plugin:2.1- 
SNAPSHOT: checking for updates from apache.snapshots
[INFO] artifact org.apache.maven.plugins:maven-surefire-plugin:  
checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-surefire-plugin:2.3- 
SNAPSHOT: 

Re: [continuum] BUILD FAILURE: Maven Embedder

2007-01-23 Thread Milos Kleint

for reasons like this, I never actually undestood why continuum breaks
up the logical projects (like maven itself) into small single projects
that don't really make sense to build separately. any cross project
commit or project addition seems to trigger a cascade of build
failures.

that one of the reasons why I'm building netbeans mevenide using
hudson now (at http://deadlock.nbextras.org/hudson/job/mevenide/)

Milos

On 1/23/07, Brett Porter [EMAIL PROTECTED] wrote:

Hi Milos,

Thanks for paying attention to the notifications@ :)

It's been broken since the build context was added since it was not
added to continuum. I've added it now, so hopefully all will be good
next cycle.

- Brett

On 23/01/2007, at 10:09 PM, Milos Kleint wrote:

 this one is mine, but IMHO cause by the fact that maven core in not
 buildable by continuum fpr some reason.

 I've got no local changes on my computer and a clean build works
 for me.

 Milos

 On 1/23/07, [EMAIL PROTECTED]
 [EMAIL PROTECTED] wrote:
 Online report : http://maven.zones.apache.org/continuum/
 buildResult.action?buildId=3856projectId=185
 Build statistics:
   State: Failed
   Previous State: Failed
   Started at: Tue, 23 Jan 2007 10:24:17 +
   Finished at: Tue, 23 Jan 2007 10:24:43 +
   Total time: 26s
   Build Trigger: Schedule
   Build Number: 32
   Exit code: 1
   Building machine hostname: maven.zones.apache.org
   Operating system : SunOS(unknown)
   Java version : 1.5.0_10(Sun Microsystems Inc.)

 *
 ***
 SCM Changes:
 *
 ***
 Changed: mkleint @ Tue, 23 Jan 2007 10:20:10 +
 Comment: MEVENIDE-484 - embedder's project loading didn't take the
 artifact handlers in plugin extensions into account when loading
 project dependencies.
 Files changed:
   /maven/components/trunk/maven-embedder/src/main/java/org/apache/
 maven/embedder/MavenEmbedder.java ( 498975 )
   /maven/components/trunk/maven-embedder/src/test/java/org/apache/
 maven/embedder/MavenEmbedderTest.java ( 498975 )
   /maven/components/trunk/maven-embedder/src/test/resources/
 pom2.xml ( 498975 )

 *
 ***
 SCM Changes since last success:
 *
 ***
 Changed: jdcasey @ Sat, 20 Jan 2007 01:00:32 +
 Comment: Adding line to enable log-level control from the
 MavenExecutionRequest.
 Files changed:
   /maven/components/trunk/maven-embedder/src/main/java/org/apache/
 maven/embedder/MavenEmbedder.java ( 498030 )

 Changed: jdcasey @ Sat, 20 Jan 2007 02:02:47 +
 Comment: Adding ability to undo the log-level change, to some
 extent...it's not too elegant, but it should work in most cases.
 Files changed:
   /maven/components/trunk/maven-embedder/src/main/java/org/apache/
 maven/embedder/MavenEmbedder.java ( 498043 )

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

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

 *
 ***
 Output:
 *
 ***
 [INFO] Scanning for projects...
 [INFO]
 -
 ---
 [INFO] Building Maven Embedder
 [INFO]task-segment: [clean, install]
 [INFO]
 -
 ---
 [INFO] artifact org.apache.maven.plugins:maven-clean-plugin:
 checking for updates from apache.snapshots
 [INFO] snapshot org.apache.maven.plugins:maven-clean-plugin:2.2-
 SNAPSHOT: checking for updates from apache.snapshots
 [INFO] snapshot org.apache.maven.plugins:maven-plugins:4-SNAPSHOT:
 checking for updates from apache.snapshots
 [INFO] [clean:clean]
 [INFO] Deleting directory /export/home/continuum/continuum_data/
 working-directory/185/target
 [INFO] Deleting directory /export/home/continuum/continuum_data/
 working-directory/185/target/classes
 [INFO] Deleting directory /export/home/continuum/continuum_data/
 working-directory/185/target/test-classes
 [INFO] Deleting directory /export/home/continuum/continuum_data/
 working-directory/185/target/site
 [INFO] artifact org.apache.maven.plugins:maven-resources-plugin:
 checking for updates from apache.snapshots
 [INFO] snapshot org.apache.maven.plugins:maven-resources-plugin:
 2.3-SNAPSHOT: checking for updates from apache.snapshots
 [INFO] snapshot org.apache.maven.plugins:maven-plugins:8-SNAPSHOT:
 checking for updates from apache.snapshots
 [INFO] snapshot 

Re: [continuum] BUILD FAILURE: Maven Embedder

2007-01-23 Thread Brett Porter
I tend to agree on the project side, though there's merits to being  
able to monitor the individual modules and make builds smaller and  
faster. Maybe just need to collate the notifications and group them  
better in the UI.


But that's a discussion for another list and another time :)

- Brett

On 23/01/2007, at 11:11 PM, Milos Kleint wrote:


for reasons like this, I never actually undestood why continuum breaks
up the logical projects (like maven itself) into small single projects
that don't really make sense to build separately. any cross project
commit or project addition seems to trigger a cascade of build
failures.

that one of the reasons why I'm building netbeans mevenide using
hudson now (at http://deadlock.nbextras.org/hudson/job/mevenide/)

Milos

On 1/23/07, Brett Porter [EMAIL PROTECTED] wrote:

Hi Milos,

Thanks for paying attention to the notifications@ :)

It's been broken since the build context was added since it was not
added to continuum. I've added it now, so hopefully all will be good
next cycle.

- Brett

On 23/01/2007, at 10:09 PM, Milos Kleint wrote:

 this one is mine, but IMHO cause by the fact that maven core in not
 buildable by continuum fpr some reason.

 I've got no local changes on my computer and a clean build works
 for me.

 Milos

 On 1/23/07, [EMAIL PROTECTED]
 [EMAIL PROTECTED] wrote:
 Online report : http://maven.zones.apache.org/continuum/
 buildResult.action?buildId=3856projectId=185
 Build statistics:
   State: Failed
   Previous State: Failed
   Started at: Tue, 23 Jan 2007 10:24:17 +
   Finished at: Tue, 23 Jan 2007 10:24:43 +
   Total time: 26s
   Build Trigger: Schedule
   Build Number: 32
   Exit code: 1
   Building machine hostname: maven.zones.apache.org
   Operating system : SunOS(unknown)
   Java version : 1.5.0_10(Sun Microsystems Inc.)

  
*

 ***
 SCM Changes:
  
*

 ***
 Changed: mkleint @ Tue, 23 Jan 2007 10:20:10 +
 Comment: MEVENIDE-484 - embedder's project loading didn't take the
 artifact handlers in plugin extensions into account when loading
 project dependencies.
 Files changed:
   /maven/components/trunk/maven-embedder/src/main/java/org/apache/
 maven/embedder/MavenEmbedder.java ( 498975 )
   /maven/components/trunk/maven-embedder/src/test/java/org/apache/
 maven/embedder/MavenEmbedderTest.java ( 498975 )
   /maven/components/trunk/maven-embedder/src/test/resources/
 pom2.xml ( 498975 )

  
*

 ***
 SCM Changes since last success:
  
*

 ***
 Changed: jdcasey @ Sat, 20 Jan 2007 01:00:32 +
 Comment: Adding line to enable log-level control from the
 MavenExecutionRequest.
 Files changed:
   /maven/components/trunk/maven-embedder/src/main/java/org/apache/
 maven/embedder/MavenEmbedder.java ( 498030 )

 Changed: jdcasey @ Sat, 20 Jan 2007 02:02:47 +
 Comment: Adding ability to undo the log-level change, to some
 extent...it's not too elegant, but it should work in most cases.
 Files changed:
   /maven/components/trunk/maven-embedder/src/main/java/org/apache/
 maven/embedder/MavenEmbedder.java ( 498043 )

  
*

 ***
 Dependencies Changes:
  
*

 ***
 No dependencies changed

  
*

 ***
 Test Summary:
  
*

 ***
 Tests: 0
 Failures: 0
 Total time: 0

  
*

 ***
 Output:
  
*

 ***
 [INFO] Scanning for projects...
 [INFO]
  
-

 ---
 [INFO] Building Maven Embedder
 [INFO]task-segment: [clean, install]
 [INFO]
  
-

 ---
 [INFO] artifact org.apache.maven.plugins:maven-clean-plugin:
 checking for updates from apache.snapshots
 [INFO] snapshot org.apache.maven.plugins:maven-clean-plugin:2.2-
 SNAPSHOT: checking for updates from apache.snapshots
 [INFO] snapshot org.apache.maven.plugins:maven-plugins:4-SNAPSHOT:
 checking for updates from apache.snapshots
 [INFO] [clean:clean]
 [INFO] Deleting directory /export/home/continuum/continuum_data/
 working-directory/185/target
 [INFO] Deleting directory /export/home/continuum/continuum_data/
 working-directory/185/target/classes
 [INFO] Deleting directory /export/home/continuum/continuum_data/
 working-directory/185/target/test-classes
 [INFO] Deleting directory /export/home/continuum/continuum_data/