Try running clean first. Seems that you've compiled classes with clover and maven is picking those.
On 11/5/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all, > I'm having trouble running the core test:test maven goal to run. > Any ideas on what I'm doing wrong? > Thanks, > Scott > > C:\java\eclipse\workspace\acegisecurity\core>maven test:test __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0.2 > > Attempting to download apacheds-main-0.9-SNAPSHOT.jar. > [echo] Using root dir: C:\java\eclipse\workspace\acegisecurity > build:start: > > java:prepare-filesystem: > > java:compile: > [echo] Compiling to > C:\java\eclipse\workspace\acegisecurity\core/target/classes > > java:jar-resources: > > test:prepare-filesystem: > > test:test-resources: > > test:compile: > > test:test: > [junit] Running net.sf.acegisecurity.acl.AclProviderManagerTests > [CLOVER] FATAL ERROR: Clover could not be initialised. Are you sure you have > Clover in the runtime classpath? (class java.lang.NoCla > ssDefFoundError:com_cenqua_clover/CloverVersionInfo) > [CLOVER] FATAL ERROR: Clover could not be initialised. Are you sure you have > Clover in the runtime classpath? (class java.lang.NoCla > ssDefFoundError:com_cenqua_clover/CloverVersionInfo) > [junit] Tests run: 9, Failures: 0, Errors: 9, Time elapsed: 0.156 sec > [junit] [ERROR] TEST net.sf.acegisecurity.acl.AclProviderManagerTests > FAILED > [junit] Running net.sf.acegisecurity.acl.basic.BasicAclProviderTests > [CLOVER] FATAL ERROR: Clover could not be initialised. Are you sure you have > Clover in the runtime classpath? (class java.lang.NoCla > ssDefFoundError:com_cenqua_clover/CloverVersionInfo) > [CLOVER] FATAL ERROR: Clover could not be initialised. Are you sure you have > Clover in the runtime classpath? (class java.lang.NoCla > ssDefFoundError:com_cenqua_clover/CloverVersionInfo) > [junit] Tests run: 13, Failures: 0, Errors: 13, Time elapsed: 0.297 sec > [junit] [ERROR] TEST > net.sf.acegisecurity.acl.basic.BasicAclProviderTests FAILED > [junit] Running > net.sf.acegisecurity.acl.basic.cache.BasicAclEntryHolderTests > [CLOVER] FATAL ERROR: Clover could not be initialised. Are you sure you have > Clover in the runtime classpath? (class java.lang.NoCla > ssDefFoundError:com_cenqua_clover/CloverVersionInfo) > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.016 sec > [junit] [ERROR] TEST > net.sf.acegisecurity.acl.basic.cache.BasicAclEntryHolderTests FAILED > [CLOVER] FATAL ERROR: Clover could not be initialised. Are you sure you have > Clover in the runtime classpath? (class java.lang.NoCla > ssDefFoundError:com_cenqua_clover/CloverVersionInfo) > > BUILD FAILED > File...... C:\Documents and > Settings\smccrory\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly > Element... junit > Line...... 133 > Column.... 41 > java.lang.NoClassDefFoundError > Total time: 4 seconds > Finished at: Sat Nov 05 14:39:29 EST 2005 > > C:\java\eclipse\workspace\acegisecurity\core> > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Home: http://acegisecurity.sourceforge.net > Acegisecurity-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Home: http://acegisecurity.sourceforge.net Acegisecurity-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
