thank you very much dion. i will give it a try.
At 15:58 03/01/19 +1100, you wrote:
Here's a snippet from the jelly tags:
<!-- Unit test classes -->
<unitTest>
<includes>
<include>**/Test*.java</include>
</includes>
<resources>
<resource>
<directory>src/test</directory>
<includes>
<include>**/*.jelly</include>
<include>**/*.xml</include>
<include>**/*.xsl</include>
<include>**/*.rng</include>
<include>**/*.dtd</include>
<include>**/*.properties</include>
<include>**/*.html</include>
</includes>
</resource>
</resources>
</unitTest>
Note the <resources> section inside the <unitTest>.
<unitTest> goes inside the <build> element.
--
dIon Gillard, Multitask Consulting
Blog: http://www.freeroller.net/page/dion/Weblog
Work: http://www.multitask.com.au
tek1 <[EMAIL PROTECTED]> wrote on 19/01/2003 03:38:28 PM:
> hello all.
>
> is there a way to ask maven to copy test resources (i.e. text/xml files
> that the test cases need) before actually executing tests? i do this
with
> my ant script and wondering how to do it in maven?
>
> thank you.
>
>
> --
> To unsubscribe, e-mail: <mailto:turbine-maven-user-> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:turbine-maven-user-> [EMAIL PROTECTED]>
>
> ForwardSourceID:NT000A51D2
--
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]>
