A required class is missing: [Lorg/codehaus/groovy/runtime/callsite/CallSite;
ko in 1.0-RC5, ok in 1.0-RC4
-----------------------------------------------------------------------------------------------------------
Key: MGROOVY-206
URL: http://jira.codehaus.org/browse/MGROOVY-206
Project: GMaven (OLD)
Issue Type: Bug
Components: execute
Affects Versions: 1.0-rc-5
Environment: Macos X 10.5
maven 2.1
java version "1.6.0_13"
Reporter: Damien GOUYETTE
Assignee: Jason Dillon
Attachments: maven-helloworld-plugin.zip
when i use gmaven version 1.0-RC5 i have this error
{code}
macbook-pro-de-damien-gouyette:maven-helloworld-plugin damiengouyette$ mvn
com.cestpasdur.maven:maven-helloworld-plugin:1.0-SNAPSHOT:hello
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Exemple Groovy Mojo - maven-helloworld-plugin
[INFO] task-segment:
[com.cestpasdur.maven:maven-helloworld-plugin:1.0-SNAPSHOT:hello]
[INFO] ------------------------------------------------------------------------
-----------------------------------------------------
this realm =
app0.child-container[com.cestpasdur.maven:maven-helloworld-plugin:1.0-SNAPSHOT]
urls[0] =
file:/Users/damiengouyette/.m2/repository/com/cestpasdur/maven/maven-helloworld-plugin/1.0-SNAPSHOT/maven-helloworld-plugin-1.0-SNAPSHOT.jar
urls[1] =
file:/Users/damiengouyette/.m2/repository/org/codehaus/groovy/maven/gmaven-mojo/1.0-rc-5/gmaven-mojo-1.0-rc-5.jar
urls[2] =
file:/Users/damiengouyette/.m2/repository/org/codehaus/groovy/maven/runtime/gmaven-runtime-api/1.0-rc-5/gmaven-runtime-api-1.0-rc-5.jar
urls[3] =
file:/Users/damiengouyette/.m2/repository/org/codehaus/groovy/maven/feature/gmaven-feature-api/1.0-rc-5/gmaven-feature-api-1.0-rc-5.jar
urls[4] =
file:/Users/damiengouyette/.m2/repository/org/codehaus/groovy/maven/runtime/gmaven-runtime-1.5/1.0-rc-5/gmaven-runtime-1.5-1.0-rc-5.jar
urls[5] =
file:/Users/damiengouyette/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
urls[6] =
file:/Users/damiengouyette/.m2/repository/org/codehaus/groovy/maven/feature/gmaven-feature-support/1.0-rc-5/gmaven-feature-support-1.0-rc-5.jar
urls[7] =
file:/Users/damiengouyette/.m2/repository/org/codehaus/groovy/maven/runtime/gmaven-runtime-support/1.0-rc-5/gmaven-runtime-support-1.0-rc-5.jar
urls[8] =
file:/Users/damiengouyette/.m2/repository/org/codehaus/groovy/maven/gmaven-common/1.0-rc-5/gmaven-common-1.0-rc-5.jar
urls[9] =
file:/Users/damiengouyette/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[10] =
file:/Users/damiengouyette/.m2/repository/com/thoughtworks/qdox/qdox/1.8/qdox-1.8.jar
urls[11] =
file:/Users/damiengouyette/.m2/repository/org/codehaus/groovy/groovy-all-minimal/1.5.7/groovy-all-minimal-1.5.7.jar
urls[12] =
file:/Users/damiengouyette/.m2/repository/org/apache/ant/ant/1.7.1/ant-1.7.1.jar
urls[13] =
file:/Users/damiengouyette/.m2/repository/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar
urls[14] =
file:/Users/damiengouyette/.m2/repository/jline/jline/0.9.94/jline-0.9.94.jar
urls[15] =
file:/Users/damiengouyette/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
Number of imports: 10
import: org.codehaus.classworlds.en...@a6c57a42
import: org.codehaus.classworlds.en...@12f43f3b
import: org.codehaus.classworlds.en...@20025374
import: org.codehaus.classworlds.en...@f8e44ca4
import: org.codehaus.classworlds.en...@92758522
import: org.codehaus.classworlds.en...@ebf2705b
import: org.codehaus.classworlds.en...@bb25e54
import: org.codehaus.classworlds.en...@bece5185
import: org.codehaus.classworlds.en...@3fee8e37
import: org.codehaus.classworlds.en...@3fee19d8
this realm = plexus.core
urls[0] = file:/developpement/apache-maven-2.1.0/lib/maven-2.1.0-uber.jar
Number of imports: 10
import: org.codehaus.classworlds.en...@a6c57a42
import: org.codehaus.classworlds.en...@12f43f3b
import: org.codehaus.classworlds.en...@20025374
import: org.codehaus.classworlds.en...@f8e44ca4
import: org.codehaus.classworlds.en...@92758522
import: org.codehaus.classworlds.en...@ebf2705b
import: org.codehaus.classworlds.en...@bb25e54
import: org.codehaus.classworlds.en...@bece5185
import: org.codehaus.classworlds.en...@3fee8e37
import: org.codehaus.classworlds.en...@3fee19d8
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal
'com.cestpasdur.maven:maven-helloworld-plugin:1.0-SNAPSHOT:hello': Unable to
load the mojo 'com.cestpasdur.maven:maven-helloworld-plugin:1.0-SNAPSHOT:hello'
in the plugin 'com.cestpasdur.maven:maven-helloworld-plugin'. A required class
is missing: [Lorg/codehaus/groovy/runtime/callsite/CallSite;
org.codehaus.groovy.runtime.callsite.CallSite
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Sun Jun 28 10:58:16 CEST 2009
[INFO] Final Memory: 11M/80M
[INFO] ------------------------------------------------------------------------
{code}
When i set 1.0-RC5 it's ko
--
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email