Fixed, sorry about that.
A build with Maven now works, but I still have a problem with the
bootstrap. Cleaning up all the realm lookups revealed a nasty bug in
ClassWorlds which I'm fixing now.
On 16-Nov-08, at 5:12 AM, Benjamin Bentmann wrote:
Hi Jason,
Author: jvanzyl
Date: Sat Nov 15 18:38:13 2008
New Revision: 717964
URL: http://svn.apache.org/viewvc?rev=717964&view=rev
Log:
o use the class lookup method which will now automatically
partition lookups based on the class
submitted by: Dain Sundstrom
[...]
Modified: maven/components/trunk/maven-compat/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-compat/pom.xml?rev=717964&r1=717963&r2=717964&view=diff
=
=
=
=
=
=
=
=
=
=====================================================================
--- maven/components/trunk/maven-compat/pom.xml (original)
+++ maven/components/trunk/maven-compat/pom.xml Sat Nov 15 18:38:13
2008
@@ -45,6 +45,14 @@
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
+ <version>1.0-beta-3-SNAPSHOT</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ <version>1.0-beta-3-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
</plugin>
</plugins>
</build>
Modified: maven/components/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=717964&r1=717963&r2=717964&view=diff
=
=
=
=
=
=
=
=
=
=====================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Sat Nov 15 18:38:13 2008
@@ -156,7 +156,7 @@
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
- <version>1.0-beta-1.2</version>
+ <version>1.0-beta-3-SNAPSHOT</version>
<executions>
<execution>
<goals>
@@ -280,12 +280,12 @@
<properties>
<artifactVersion>3.0-alpha-2-SNAPSHOT</artifactVersion>
<aspectjVersion>1.5.3</aspectjVersion>
- <classWorldsVersion>1.2-alpha-13</classWorldsVersion>
+ <classWorldsVersion>1.2</classWorldsVersion>
<commonsCliVersion>1.0</commonsCliVersion>
<doxiaVersion>1.0-alpha-9</doxiaVersion>
<easyMockVersion>1.2_Java1.3</easyMockVersion>
<junitVersion>3.8.1</junitVersion>
- <plexusVersion>1.0-beta-1.2</plexusVersion>
+ <plexusVersion>1.0-beta-2-SNAPSHOT</plexusVersion>
<plexusInteractivityVersion>1.0-alpha-6</
plexusInteractivityVersion>
<plexusInterpolationVersion>1.1</plexusInterpolationVersion>
<plexusUtilsVersion>1.5.5</plexusUtilsVersion>
Just wondering: The plugin dependency is set to version 1.0-beta-3-
SNAPSHOT but the property plexusVersion is set to 1.0-beta-2-
SNAPSHOT. Is that right?
The rather annoying problem while trying to build trunk:
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.codehaus.plexus:plexus-container-default:jar:1.0-beta-2-
SNAPSHOT
[...]
Path to dependency:
1) org.apache.maven:maven-lifecycle:jar:3.0-SNAPSHOT
2) org.codehaus.plexus:plexus-container-default:jar:1.0-
beta-2-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.maven:maven-lifecycle:jar:3.0-SNAPSHOT
from the specified remote repositories:
codehaus.snapshots (http://snapshots.repository.codehaus.org/),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository/
),
central (http://repo1.maven.org/maven2)
i.e. the snapshots are not available unless locally built. Can you
have a look at this please?
Benjamin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Thanks,
Jason
----------------------------------------------------------
Jason van Zyl
Founder, Apache Maven
jason at sonatype dot com
----------------------------------------------------------
We know what we are, but know not what we may be.
-- Shakespeare
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]