I'm trying to run a MockStrutsTestCase on the client side using Maven.
MockStrutsTestCase requires that the directory that contains WEB-INF be on
the classpath (per http://strutstestcase.sourceforge.net/). This is so it
can find your config files in WEB-INF. In my ant build.xml I was able to
accomplish this by setting up the classpath and including this directory as
a pathelement. How can I accomplish the equivalent using Maven?


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

Reply via email to