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

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

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
     Fix For: 2.0


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


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

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
     [ 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


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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1246?page=all ]
     
Brett Porter closed MNG-1246:
-----------------------------

    Resolution: Fixed

> 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