Re: Réf. : MockStrutsTestCase/Maven

2003-11-03 Thread David Chelimsky
Thanks!

- Original Message - 
From: [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Monday, November 03, 2003 7:11 AM
Subject: Réf. : MockStrutsTestCase/Maven


In your project.xml include test resources in your classpath by adding :

  build
...
unitTest
  resources
resource
  directory${basedir}/src/path_to_web-inf/directory
  includes
include**/*.properties/include
include**/*.xml/include
  /includes
/resource
  /resources
/unitTest

  /build

Nicolas,

---




David Chelimsky [EMAIL PROTECTED]
02/11/2003 19:26
Veuillez répondre à Maven Users List


Pour :  Maven Users List [EMAIL PROTECTED]
cc :
Objet : MockStrutsTestCase/Maven


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]





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




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



MockStrutsTestCase/Maven

2003-11-02 Thread David Chelimsky
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]