The following comment has been added to this issue: Author: Jerome Lacoste Created: Thu, 15 Jul 2004 7:39 PM Body: I may have incorrectly identified my problem badly.
My problem is that I want to only run tests which have been compiled. But the sourceModifications was not taken into account. the test plugin only compiles classes which are not excluded in the sourceModifications excludes. But after that it tries to run tests based on the test source directory. So it tried to run classes that have not been compiled. I thought that the reason for the problem was coming from this strange property which is not referenced anywhere else. But I may be wrong. --------------------------------------------------------------------- View this comment: http://jira.codehaus.org/browse/MPTEST-38?page=comments#action_21845 --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPTEST-38 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPTEST-38 Summary: variable name typo breaks test plugin Type: Improvement Status: Open Priority: Critical Original Estimate: 1 minute Time Spent: Unknown Remaining: 1 minute Project: maven-test-plugin Assignee: Jason van Zyl Reporter: Jerome Lacoste Created: Thu, 15 Jul 2004 7:30 PM Updated: Thu, 15 Jul 2004 7:39 PM Description: <j:set var="maven.test.searchdir" value="${maven.test.dest}"/> <j:if test="${context.getVariable('maven.test.search.classdir') == null}"> ^^^^^ <j:set var="maven.test.searchdir" value="${pom.build.unitTestSourceDirectory}"/> </j:if> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]