[ http://jira.codehaus.org/browse/MNG-1246?page=all ]
Allan Ramirez updated MNG-1246: ------------------------------- Attachment: MNG-1246.patch added the line > target/test-classes isn't added to ${project.testClasspathElements} variable > ---------------------------------------------------------------------------- > > Key: MNG-1246 > URL: http://jira.codehaus.org/browse/MNG-1246 > Project: Maven 2 > Type: Bug > Components: maven-project > Versions: 2.0 (RC) > Environment: hmm, doesnt matter i think > Reporter: Piotr Burdylo > Assignee: Allan Ramirez > Fix For: 2.0.1 > Attachments: MNG-1246.patch > > > MavenProject.getTestClasspathElemets() > Following line should be added: > list.add( getBuild().getTestOutputDirectory() ); > right after line: > list.add( getBuild().getOutputDirectory() ); -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]