make sure that your <unitTestSourceDirectory> tag in your Project.xml
file is set to the correct directory. (i.e. your test dir relative to
the location of your project.xml)  

The other thing to look at is under the <unitTest> tag to make sure that
you include your test Source files- Mine has the line
<include>**/*Test.java</include>

Depending on how you name your tests, you may have to add more lines
similar to the one above.  We have test suites that we name with the
ending *Tests.java

Hope this helps,

Luciano

-----Original Message-----
From: Kumar, Vaidhyanatha K. [mailto:[EMAIL PROTECTED]
Sent: Friday, July 11, 2003 7:41 AM
To: [EMAIL PROTECTED]
Subject: unitTestSourcesPresent??


How do I set the variable unitTestSourcesPresent?. For some reason,
maven is not able to find my test source files.
Thanks
Vaidhy
----
test:prepare-filesystem:
 
test:test-resources:
 
test:compile:
    [echo] No test source files to compile.
 
test:test:
    [echo] No tests to run.
BUILD SUCCESSFUL
Total time:  6 seconds

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

Reply via email to