You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Allan Ramirez (JIRA)" <ji...@codehaus.org> on 2005/10/24 10:11:11 UTC

[jira] Updated: (MNG-1246) target/test-classes isn't added to ${project.testClasspathElements} variable

     [ 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org