On Wednesday 26 July 2006 7:14 am, Kaare Nilsen wrote: > This is at least the setup that works for me. I see that a little more > documentation is needed on the mojo site. > But for any further question, please use the mojo user group .
Thanks for your help... in fact, my problem was that the class I was trying to run had a runtime dependency (mysql driver) that was not listed in my pom.xml and I jumped to conclusions about the classpath. Your configuration worked fine once I sorted this out, as did a simple mvn exec:java -Dexec.mainClass=com.caribbeancricket.walcott.tools.ArticleImporter Cheers, Sean --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
