Great...  Then I will hold off a little on teh test resources..  I was kinda
flailing around, hoping either resources or testResources would work!

I look forward to the summary!
Eric

-----Original Message-----
From: Jason van Zyl [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 06, 2002 3:45 PM
To: Turbine Maven Developers List
Subject: Re: Changes to Test Plugin causes testResources to not copy..


On Fri, 2002-12-06 at 12:49, [EMAIL PROTECTED] wrote:
> Hi,
> 
> I just updated to CVS head of maven to take advantage of jvz's fix to
> getDependencyPath, but now my tests that required <testResources> seem to
> fail.  I am not getting the test resources copied into my
> target/test-classes directory...
> 
> Here is my POM:
>     <unitTestSourceDirectory>tests/test</unitTestSourceDirectory>
>     
>     
>     <unitTest>
>       <includes>
>         <include>**/*Test.java</include>
>         <include>**/Test*.java</include>
>         
>       </includes>
>       <resources>
>         <include>**/*.txt</include>
>       </resources>
>     </unitTest>
>     
>     <testResources>
>       <testResource>
>         <directory>tests/test</directory>
>         <includes>
>           <include>**/*.txt</include>
>         </includes>
>       </testResource>
>     </testResources>
> 
> Has the POM format for testResources changed?

Yes, once I'm finished I'm going to post the summary. But stick them
inside the <unitTest/> element. You seem to be using both?

> Eric Pugh
>     
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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

Reply via email to