Hi,

The docs on the site are a little out of date.  Try the following format:

     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>

         <unitTest>
          <includes>
               <include>**/*Test.java</include>
          </includes>
          <excludes>
               <exclude>**/LoginServletTest.java</exclude>
               <exclude>**/NumberFormatTest.java</exclude>
               <exclude>**/*IDGeneratorTest.java</exclude>
               <exclude>**/*LoaderTest.java</exclude>
          </excludes>
         </unitTest>

Regards,

     Mike





Rapha�l Pi�roni <[EMAIL PROTECTED]> on 23/09/2002 11:20:08

Please respond to "Turbine Maven Users List"
      <[EMAIL PROTECTED]>



To:   maven <[EMAIL PROTECTED]>
cc:
Subject:  unit tests classpath compilation

hello,

when i ask maven to execute the unit tests,
it cannot compile the tests because it seems it cant find the classes
of the regular code.

R

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com

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

Reply via email to