The test can be run from the command line like so:
$ cd application
$ mvn test -Dtest=FeeActionStrutsTest
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
> /WEB-INF/web.xml was not found."
No, good call. But a parent folder is, and I'm not sure how Eclipse
handles nested source folders.
The attached patch allows me to run mock struts tests in Eclipse. I'm
running the test suite now before committing it to the trunk.
Udai wrote:
> I do this application directory
> "mvn clean install -Dmaven.test.skip=true"
> it will process resources, then again try from eclipse
> to run this test.
Also a good idea. I tried that (and various other cleanup-y steps) to no
avail.