grails-samples / grails-website

Grails Web Site
157 stars 174 forks source link

NoClassDefFoundError #52

Open figazin opened 10 years ago

figazin commented 10 years ago

Hi! I'm trying to get this app running and I keep getting this error while trying to import it on GGTS

Fatal error during compilation java.lang.NoClassDefFoundError: com/icegreen/greenmail/util/GreenMail

Any Ideas?

kenliu commented 10 years ago

That would be the GreenMail plugin used for simulating outbound email delivery.

figazin commented 10 years ago

Sorry,

Any Ideas on how to fix it? :) I actually don't know what the project is about and I'd like to use it as a way of learning a little grails since I'm fairly new with this. I'd like to see it up an running so I can understand some of the code

gauravchauhan commented 10 years ago

@figazin : I faced the same error which is show below :

Note: Recompile with -Xlint:unchecked for details. | Compiling 551 source files. | Error Fatal error during compilation java.lang.NoClassDefFoundError: com/icegreen/greenmail/util/GreenMail (Use --stacktrace to see the full trace) | Compiling 10 source files

But "grails clean; grails run-app" fixed it for me. Did you try that ?