osdir.com
mailing list archive F.A.Q. -since 2001!



Subject: Re: FW: Trouble getting maven test:test goal to
run - msg#00026

List: java.springframework.acegisecurity.devel

Mail Archive Navigation:
by Date: Prev Next Date Index by Thread: Prev Next Thread Index

Try running clean first. Seems that you've compiled classes with
clover and maven is picking those.

On 11/5/05, scott-IG2HqgpB3eOcqzYg7KEe8g@xxxxxxxxxxxxxxxx
<scott-IG2HqgpB3eOcqzYg7KEe8g@xxxxxxxxxxxxxxxx> 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
> Acegisecurity-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
> 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
Acegisecurity-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer



Thread at a glance:

Previous Message by Date:

FW: Trouble getting maven test:test goal to run

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 Acegisecurity-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Next Message by Date:

RE: FW: Trouble getting maven test:test goal to run

Carlos, That did it - thanks! Scott > -----Original Message----- > From: Carlos Sanchez [mailto:carlos-1oDqGaOF3Lkdnm+yROfE0A@xxxxxxxxxxxxxxxx] > Sent: Saturday, November 05, 2005 5:56 PM > To: acegisecurity-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx > Subject: Re: [Acegisecurity-developer] FW: Trouble getting > maven test:test goal to run > > Try running clean first. Seems that you've compiled classes > with clover and maven is picking those. ------------------------------------------------------- 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 Acegisecurity-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Previous Message by Thread:

FW: Trouble getting maven test:test goal to run

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 Acegisecurity-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Next Message by Thread:

RE: FW: Trouble getting maven test:test goal to run

Carlos, That did it - thanks! Scott > -----Original Message----- > From: Carlos Sanchez [mailto:carlos-1oDqGaOF3Lkdnm+yROfE0A@xxxxxxxxxxxxxxxx] > Sent: Saturday, November 05, 2005 5:56 PM > To: acegisecurity-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx > Subject: Re: [Acegisecurity-developer] FW: Trouble getting > maven test:test goal to run > > Try running clean first. Seems that you've compiled classes > with clover and maven is picking those. ------------------------------------------------------- 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 Acegisecurity-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
blog comments powered by Disqus

Home | News | Sitemap | FAQ | advertise | OSDir is an Inevitable website. GBiz is too!