It will not work without it, so to speak, since the resources specified is something else than unitTest ;).. If I don't override the arraylist also in the class, it things it must used the uniteTest includes/excludes instead of the unitTest/resources/includes/excludes..
Mvgr, martin On Mon, 2002-07-22 at 23:33, bob mcwhirter wrote: > On 22 Jul 2002, Martin van den Bemt wrote: > > > Hi everyone, > > > > I added some targets to the maven generated build.xml > > (javadoc and tests). This need came up (at least for the tests) when > > someone had a bad day and wasn't able to get maven installed in a normal > > timespan.. > > > > I also added the following tags to the project.xml : > > > > <unitTest> > > <resources> > > <excludes/> > > <includes/> > > </resources> > > </unitTest> > > > > These tags are needed to have a simple way to copy over resources that > > are needed by testcase (eg .betwixt, .properties files).. > > I don't think you need the <resources> tag there, though. > > UnitTest extends Resources. > > -bob > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
