You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2007/09/07 11:19:50 UTC

Re: [continuum] BUILD FAILURE: Maven Embedder

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, Continuum@maven.zones.apache.org wrote:

> Online report : http://maven.zones.apache.org/continuum/ 
> buildResult.action?buildId=20448&projectId=486
>
> Build statistics:
>  State: Failed
>  Previous State: Ok
>  Started at: Fri 7 Sep 2007 08:21:43 +0000
>  Finished at: Fri 7 Sep 2007 08:22:00 +0000
>  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 +0000
> 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/ 
> DefaultMavenExecutionRequestPopulator.java:[113,35] buildSettings 
> (org.apache.maven.execution.MavenExecutionRequest) in  
> org.apache.maven.settings.MavenSettingsBuilder cannot be applied to  
> (java.io.File,java.io.File)
>
>
>
> /export/home/build/data/continuum/checkouts/486/src/main/java/org/ 
> apache/maven/embedder/execution/ 
> DefaultMavenExecutionRequestPopulator.java:[113,35] buildSettings 
> (org.apache.maven.execution.MavenExecutionRequest) in  
> org.apache.maven.settings.MavenSettingsBuilder cannot be applied to  
> (java.io.File,java.io.File)
>
>
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [INFO] For more information, run Maven with the -e switch
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [INFO] Total time: 13 seconds
> [INFO] Finished at: Fri Sep 07 08:22:00 GMT+00:00 2007
> [INFO] Final Memory: 9M/322M
> [INFO]  
> ---------------------------------------------------------------------- 
> --
>
> ********************************************************************** 
> ******
>

--
Brett Porter - brett@apache.org
Blog: http://www.devzuz.org/blogs/bporter/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: 2.1 refactoring and plugins

Posted by Jason van Zyl <ja...@maven.org>.
On 7 Sep 07, at 5:03 PM 7 Sep 07, Brett Porter wrote:

>
> On 08/09/2007, at 12:24 AM, Jason van Zyl wrote:
>
>>
>> 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.
>
> If I understand your comment correctly, I think what I was  
> referring to was more along the lines of this: http:// 
> svn.apache.org/viewvc?view=rev&revision=573718
>
> "put the profile manager back into place as the project build is  
> exposed in a ton of plugin. arrrg."
>
> I think there are quite a few plugins using maven-settings, maven- 
> project, etc directly.
>

I will absolutely guarantee that the plugins that have been written  
will run. They have to.

> Cheers,
> Brett
>
> --
> Brett Porter - brett@apache.org
> Blog: http://www.devzuz.org/blogs/bporter/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: 2.1 refactoring and plugins

Posted by Brett Porter <br...@apache.org>.
urg, sorry. I see you already started a separate thread on this.  
Please ignore me.

On 08/09/2007, at 10:03 AM, Brett Porter wrote:

>
> On 08/09/2007, at 12:24 AM, Jason van Zyl wrote:
>
>>
>> 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.
>
> If I understand your comment correctly, I think what I was  
> referring to was more along the lines of this: http:// 
> svn.apache.org/viewvc?view=rev&revision=573718
>
> "put the profile manager back into place as the project build is  
> exposed in a ton of plugin. arrrg."
>
> I think there are quite a few plugins using maven-settings, maven- 
> project, etc directly.
>
> Cheers,
> Brett
>
> --
> Brett Porter - brett@apache.org
> Blog: http://www.devzuz.org/blogs/bporter/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

--
Brett Porter - brett@apache.org
Blog: http://www.devzuz.org/blogs/bporter/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: 2.1 refactoring and plugins

Posted by Brett Porter <br...@apache.org>.
On 08/09/2007, at 12:24 AM, Jason van Zyl wrote:

>
> 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.

If I understand your comment correctly, I think what I was referring  
to was more along the lines of this: http://svn.apache.org/viewvc? 
view=rev&revision=573718

"put the profile manager back into place as the project build is  
exposed in a ton of plugin. arrrg."

I think there are quite a few plugins using maven-settings, maven- 
project, etc directly.

Cheers,
Brett

--
Brett Porter - brett@apache.org
Blog: http://www.devzuz.org/blogs/bporter/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [continuum] BUILD FAILURE: Maven Embedder

Posted by Jason van Zyl <ja...@maven.org>.
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, Continuum@maven.zones.apache.org wrote:
>
>> Online report : http://maven.zones.apache.org/continuum/ 
>> buildResult.action?buildId=20448&projectId=486
>>
>> Build statistics:
>>  State: Failed
>>  Previous State: Ok
>>  Started at: Fri 7 Sep 2007 08:21:43 +0000
>>  Finished at: Fri 7 Sep 2007 08:22:00 +0000
>>  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 +0000
>> 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/ 
>> DefaultMavenExecutionRequestPopulator.java:[113,35] buildSettings 
>> (org.apache.maven.execution.MavenExecutionRequest) in  
>> org.apache.maven.settings.MavenSettingsBuilder cannot be applied  
>> to (java.io.File,java.io.File)
>>
>>
>>
>> /export/home/build/data/continuum/checkouts/486/src/main/java/org/ 
>> apache/maven/embedder/execution/ 
>> DefaultMavenExecutionRequestPopulator.java:[113,35] buildSettings 
>> (org.apache.maven.execution.MavenExecutionRequest) in  
>> org.apache.maven.settings.MavenSettingsBuilder cannot be applied  
>> to (java.io.File,java.io.File)
>>
>>
>> [INFO]  
>> --------------------------------------------------------------------- 
>> ---
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]  
>> --------------------------------------------------------------------- 
>> ---
>> [INFO] Total time: 13 seconds
>> [INFO] Finished at: Fri Sep 07 08:22:00 GMT+00:00 2007
>> [INFO] Final Memory: 9M/322M
>> [INFO]  
>> --------------------------------------------------------------------- 
>> ---
>>
>> ********************************************************************* 
>> *******
>>
>
> --
> Brett Porter - brett@apache.org
> Blog: http://www.devzuz.org/blogs/bporter/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [continuum] BUILD FAILURE: Maven Embedder

Posted by Jason van Zyl <ja...@maven.org>.
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, Continuum@maven.zones.apache.org wrote:
>
>> Online report : http://maven.zones.apache.org/continuum/ 
>> buildResult.action?buildId=20448&projectId=486
>>
>> Build statistics:
>>  State: Failed
>>  Previous State: Ok
>>  Started at: Fri 7 Sep 2007 08:21:43 +0000
>>  Finished at: Fri 7 Sep 2007 08:22:00 +0000
>>  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 +0000
>> 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/ 
>> DefaultMavenExecutionRequestPopulator.java:[113,35] buildSettings 
>> (org.apache.maven.execution.MavenExecutionRequest) in  
>> org.apache.maven.settings.MavenSettingsBuilder cannot be applied  
>> to (java.io.File,java.io.File)
>>
>>
>>
>> /export/home/build/data/continuum/checkouts/486/src/main/java/org/ 
>> apache/maven/embedder/execution/ 
>> DefaultMavenExecutionRequestPopulator.java:[113,35] buildSettings 
>> (org.apache.maven.execution.MavenExecutionRequest) in  
>> org.apache.maven.settings.MavenSettingsBuilder cannot be applied  
>> to (java.io.File,java.io.File)
>>
>>
>> [INFO]  
>> --------------------------------------------------------------------- 
>> ---
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]  
>> --------------------------------------------------------------------- 
>> ---
>> [INFO] Total time: 13 seconds
>> [INFO] Finished at: Fri Sep 07 08:22:00 GMT+00:00 2007
>> [INFO] Final Memory: 9M/322M
>> [INFO]  
>> --------------------------------------------------------------------- 
>> ---
>>
>> ********************************************************************* 
>> *******
>>
>
> --
> Brett Porter - brett@apache.org
> Blog: http://www.devzuz.org/blogs/bporter/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [continuum] BUILD FAILURE: Maven Embedder

Posted by Brett Porter <br...@apache.org>.
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=573494&r2=573718&pathrev=573718&diff_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 - brett@apache.org
Blog: http://www.devzuz.org/blogs/bporter/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [continuum] BUILD FAILURE: Maven Embedder

Posted by Jason van Zyl <ja...@maven.org>.
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, Continuum@maven.zones.apache.org wrote:
>
>> Online report : http://maven.zones.apache.org/continuum/ 
>> buildResult.action?buildId=20448&projectId=486
>>
>> Build statistics:
>>  State: Failed
>>  Previous State: Ok
>>  Started at: Fri 7 Sep 2007 08:21:43 +0000
>>  Finished at: Fri 7 Sep 2007 08:22:00 +0000
>>  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 +0000
>> 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/ 
>> DefaultMavenExecutionRequestPopulator.java:[113,35] buildSettings 
>> (org.apache.maven.execution.MavenExecutionRequest) in  
>> org.apache.maven.settings.MavenSettingsBuilder cannot be applied  
>> to (java.io.File,java.io.File)
>>
>>
>>
>> /export/home/build/data/continuum/checkouts/486/src/main/java/org/ 
>> apache/maven/embedder/execution/ 
>> DefaultMavenExecutionRequestPopulator.java:[113,35] buildSettings 
>> (org.apache.maven.execution.MavenExecutionRequest) in  
>> org.apache.maven.settings.MavenSettingsBuilder cannot be applied  
>> to (java.io.File,java.io.File)
>>
>>
>> [INFO]  
>> --------------------------------------------------------------------- 
>> ---
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]  
>> --------------------------------------------------------------------- 
>> ---
>> [INFO] Total time: 13 seconds
>> [INFO] Finished at: Fri Sep 07 08:22:00 GMT+00:00 2007
>> [INFO] Final Memory: 9M/322M
>> [INFO]  
>> --------------------------------------------------------------------- 
>> ---
>>
>> ********************************************************************* 
>> *******
>>
>
> --
> Brett Porter - brett@apache.org
> Blog: http://www.devzuz.org/blogs/bporter/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org