Adrian Crum wrote:
> I have a run-tests target set up in the base component. I'm having one small 
> problem that I hope a junit guru can help me with...
> 
> The tests that require properties files are failing with a 
> MissingResourceException. I know what the problem is - the classloader can't 
> find the properties files, but I can't figure out how to fix it.
> 
> Here is the classpath I set up for the junit tests:
> 
>     <path id="junit.class.path">
>         <fileset dir="${build.dir}/lib" includes="*.jar"/>
>         <fileset dir="config" includes="*.properties"/>

Remove the includes attribute, and all will be well.

Reply via email to