Open figazin opened 10 years ago
That would be the GreenMail plugin used for simulating outbound email delivery.
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
@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 ?
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?