You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Vincent Massol (JIRA)" <ji...@codehaus.org> on 2005/06/25 18:09:52 UTC

[jira] Created: (MNG-526) Modifying the project.build.directory property does not modify the project.build.outputDirectory property

Modifying the project.build.directory property does not modify the project.build.outputDirectory property
---------------------------------------------------------------------------------------------------------

         Key: MNG-526
         URL: http://jira.codehaus.org/browse/MNG-526
     Project: Maven 2
        Type: Bug
  Components: maven-plugins  
    Versions: 2.0-alpha-3    
    Reporter: Vincent Massol


If I call:

        this.project.getBuild().setDirectory(this.cloverOutputDirectory);

in a Mojo before the compiler plugin is executed, the outputDirectory remains the same. I would expect it to depend on the project.build.directory property.



-- 
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-526) Modifying the project.build.directory property does not modify the project.build.outputDirectory property

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-526?page=all ]
     
Jason van Zyl closed MNG-526:
-----------------------------

    Resolution: Won't Fix

the project is not reinitialised between steps, you will need to set the output directory explicitly

> Modifying the project.build.directory property does not modify the project.build.outputDirectory property
> ---------------------------------------------------------------------------------------------------------
>
>          Key: MNG-526
>          URL: http://jira.codehaus.org/browse/MNG-526
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-3
>     Reporter: Vincent Massol

>
>
> If I call:
>         this.project.getBuild().setDirectory(this.cloverOutputDirectory);
> in a Mojo before the compiler plugin is executed, the outputDirectory remains the same. I would expect it to depend on the project.build.directory property.

-- 
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