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

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

Hi YueNi,

Ok I've played with your example. The problem is that it's not correct. You're 
putting a resource file in src/main/java whereas it must be put in 
src/main/resources.

Also, I've tried it and it doesn't work *without* clover either. Putting the 
xml file in resources make it work both without and with clover.

Let me kow if I can close the issue.

Thanks
-Vincent

> 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: Yue Ni
>     Assignee: Vincent Massol
>      Fix For: 2.0
>  Attachments: cloverplugin-test.zip
>
>
> 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