|
From: 刘开玄 <liu...@gm...> - 2010-03-16 05:22:43
|
Hi All, How to make codecover work with "classpath:xxxx.xml" ? We have test case using a lot of resource files under the source-code folder (ehcache.xml, log4j.properties, xx.hbm.xml, properties etc.). Our normal TestCase is fine as Eclipse will copy it to the bin directory while compiling, but the codecover is unhappy with that. Anything located by "classpath://xxxx" goes wrong. so, is there a setting for me to choose what files should be copied ? Thanks in advance! |