The following comment has been added to this issue:
Author: Lars Arne Sk�r
Created: Thu, 18 Nov 2004 4:46 AM
Body:
The exact JDK:
java -version
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1)
Classic VM (build 1.3.1, J2RE 1.3.1 IBM build cxia32131-20031021 (JIT enabled:
jitc))
By the way: Maven 1.0 works fine. It is maven 1.0.1 that causes this
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MAVEN-1508?page=comments#action_26698
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MAVEN-1508
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-1508
Summary: field OVERRIDE_NONE not found upon starting maven first time
(LINUX)
Type: Bug
Status: Closed
Priority: Blocker
Resolution: DUPLICATE
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven
Versions:
1.0.1
Assignee:
Reporter: Lars Arne Sk�r
Created: Wed, 17 Nov 2004 8:31 AM
Updated: Thu, 18 Nov 2004 4:46 AM
Environment: Linux, Blade server (Intel), JDK 1.3.1
Description:
Upon first time start of Maven (installation seems successful), we get this
message (from maven and maven -e):
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.1
Plugin cache will be regenerated
java.lang.NoSuchFieldError: org.apache.maven.repository.AbstractArtifact: field
OVERRIDE_NONE not found
at
org.apache.maven.repository.AbstractArtifact.<init>(AbstractArtifact.java:53)
at
org.apache.maven.repository.GenericArtifact.<init>(GenericArtifact.java:40)
at
org.apache.maven.repository.DefaultArtifactFactory.createArtifact(DefaultArtifactFactory.java:53)
at
org.apache.maven.ArtifactListBuilder.build(ArtifactListBuilder.java:59)
at org.apache.maven.project.Project.buildArtifactList(Project.java:1407)
at org.apache.maven.project.Project.initialize(Project.java:1341)
at org.apache.maven.MavenUtils.getProject(MavenUtils.java:148)
at
org.apache.maven.plugin.JellyScriptHousing.getProject(JellyScriptHousing.java:105)
at
org.apache.maven.plugin.PluginManager.createPluginHousing(PluginManager.java:339)
at
org.apache.maven.plugin.PluginManager.loadUncachedPlugins(PluginManager.java:235)
at
org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:304)
at
org.apache.maven.MavenSession.initializePluginManager(MavenSession.java:204)
at org.apache.maven.MavenSession.initialize(MavenSession.java:171)
at org.apache.maven.cli.App.doMain(App.java:475)
at org.apache.maven.cli.App.main(App.java:1239)
at java.lang.reflect.Method.invoke(Native Method)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
You have encountered an unknown error running Maven. Please help us to correct
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]