On 1/4/06, Jeff Lowe <[EMAIL PROTECTED]> wrote:

> Some of my unit tests need to access files as resources, which are
> sitting in a directory within the source tree.  Is there a setting for
> testing, where I can add a directory to the classpath, which will allow
> the tests to access the files?

Assuming you're on Maven 2, here's an example of using <testResources>
to add files outside of the standard src/test/resources directory:

   http://svn.apache.org/repos/asf/struts/action/trunk/pom.xml

--
Wendy

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

Reply via email to