groovy / gmaven

Groovy integration for Maven
http://groovy.github.io/gmaven/
Apache License 2.0
51 stars 21 forks source link

groovy:shell :exit causes NoClassDefFoundError #12

Open jdillon opened 6 years ago

jdillon commented 6 years ago

Unsure why...

Exception in thread "Thread-5" java.lang.NoClassDefFoundError: org/codehaus/groovy/runtime/ExceptionUtils
    at groovy.lang.Closure.call(Closure.java:416)
    at groovy.lang.Closure.call(Closure.java:408)
    at groovy.lang.Closure.run(Closure.java:495)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.ExceptionUtils
    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)

Unsure what this thread is for or what its doing.