I have a question about the next step in testing functionality for maven.
Some unit tests are using the classpath loader for setting up test fixtures.
We need some way to have a directory in the classpath when the tests are
run.  I've thought about just 'hard coding' a conf directory under the
testing source dirs (src/test and src/iutest) and shoving that in the
classpath when the tests are run.  Then developers can decide to add this
directory with configuration files when/if they need to.  This is a little
more tricky with a cactus test since the required config files really need
to be added to the classes directory in the testing war.  We could just add
another <classes/> tag in the war task which points to src/iutest/conf
maybe.

Opinions?

=================================================================
Jeffrey D. Brekke                                   Quad/Graphics
[EMAIL PROTECTED]                              http://www.qg.com

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

Reply via email to