[ http://jira.codehaus.org/browse/MCLOVER-3?page=comments#action_54158 ] 

Vincent Massol commented on MCLOVER-3:
--------------------------------------

Hi,

I've tried to reproduce your problem but couldn't. What I've done is create a 
project where the tests are loading some resource files located in 
src/test/resources. It worked fine.

Could you please come up with  a simple example reproducing your problem or 
explain how what you're doing is different from what I've tried to reproduce?

Thanks

> classpath error
> ---------------
>
>          Key: MCLOVER-3
>          URL: http://jira.codehaus.org/browse/MCLOVER-3
>      Project: Maven 2.x Clover Plugin
>         Type: Bug

>     Versions: 2.0-alpha-1
>  Environment: Windows XP, JDK 5.0 update 6, Maven 2.0, 
> maven-clover-plugin-2.0-alpha-1
>     Reporter: YueNi
>      Fix For: 2.0

>
>
> I used maven clover plugin to generate test report but got 
> FileNotFoundException. I employ spring in my project, so I use 
> ClassPathXmlApplicationContext in my JUnit test case to get the application 
> context. When the "clover:report" goal is executed, I got the error message 
> "Caused by: java.io.FileNotFoundException: class path resource 
> [net/sf/psm4j/applicationContext.xml] cannot be opened because it does not 
> exist"(Actually, the file exists in the right path) . When I executed the 
> "mvn test"  goal, the unit test can be run without exception. In the same 
> time, I can also run the test case in Eclipse without exception(The Eclipse 
> ".classpath" file is generated by maven "eclipse:eclipse" goal). Therefore, I 
> think there's something wrong in the maven clover plugin dealing with the 
> classpath. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to