Maybe this is the reason:
http://jakarta.apache.org/ant/faq.html#always-recompiles


----- Original Message -----
From: "Eric Pugh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 03, 2002 9:09 AM
Subject: Should Maven be recompiling every class on every maven:test?


> Hi all,
>
> I am suffering from a serious speed block running maven.  I built maven
off
> of last night's CVS, and one of the things I noticed is that everytime I
run
> maven:test, all my classes, not just the test classes, are recompiled...
Is
> this what othe Maven user's have going on?  Or is my build patterns messed
> up?
>
> <build>
>     <sourceDirectories>
>       <sourceDirectory>c:\kinaseprofiler\src</sourceDirectory>
>     </sourceDirectories>
>     <aspectSourceDirectories></aspectSourceDirectories>
>
>     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
>
>     <integrationUnitTestSourceDirectory>
>     </integrationUnitTestSourceDirectory>
>
>
>     <unitTestPatterns>
>
>       <unitTestPattern>include = **/*Test*.java</unitTestPattern>
>       <unitTestPattern>exclude = **/DBUnitTest.java</unitTestPattern>
>       <unitTestPattern>exclude = **/*Quartz*.java</unitTestPattern>
>
>     </unitTestPatterns>
>     <jarResources></jarResources>
>     <jars></jars>
>   </build>
>
> Eric
>
>

Reply via email to