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]>