You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Joe Ocaba (JIRA)" <ji...@apache.org> on 2011/05/05 17:24:03 UTC

[jira] [Created] (NPANDAY-425) Msbuild Plugin does not have frameworkVersion configuration

Msbuild Plugin does not have frameworkVersion configuration
-----------------------------------------------------------

                 Key: NPANDAY-425
                 URL: https://issues.apache.org/jira/browse/NPANDAY-425
             Project: NPanday
          Issue Type: Bug
          Components: Maven Plugins
            Reporter: Joe Ocaba
            Assignee: Joe Ocaba
             Fix For: 1.4-incubating


At the moment it only uses the first instance of the .Net Framework in the environment path. Msbuild should respect the configuration of frameworkVersion.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NPANDAY-425) Msbuild Plugin does not have frameworkVersion configuration

Posted by "Joe Ocaba (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Ocaba updated NPANDAY-425:
------------------------------

    Fix Version/s:     (was: 1.4-incubating)
                   1.4.1-incubating

> Msbuild Plugin does not have frameworkVersion configuration
> -----------------------------------------------------------
>
>                 Key: NPANDAY-425
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-425
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>            Reporter: Joe Ocaba
>            Assignee: Joe Ocaba
>             Fix For: 1.4.1-incubating
>
>
> At the moment it only uses the first instance of the .Net Framework in the environment path. Msbuild should respect the configuration of frameworkVersion.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (NPANDAY-425) Msbuild Plugin does not have frameworkVersion configuration

Posted by "Brett Porter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter reopened NPANDAY-425:
----------------------------------

      Assignee: Brett Porter  (was: Joe Ocaba)

In my opinion, this should be revised. It doesn't make sense to force MSBuild to use a particular framework version to *run* with - consider the case of a project file created with VS 2010 which will refer to the new tools, but target an older framework. This fails under this patch.

The patch doesn't actually provide any benefit unless it were setting the /toolsversion or /p:TargetFramework command line arguments.

We should defer this until we have a separate concept of the tools version and the target version.

> Msbuild Plugin does not have frameworkVersion configuration
> -----------------------------------------------------------
>
>                 Key: NPANDAY-425
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-425
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>            Reporter: Joe Ocaba
>            Assignee: Brett Porter
>             Fix For: 1.4.1-incubating
>
>
> At the moment it only uses the first instance of the .Net Framework in the environment path. Msbuild should respect the configuration of frameworkVersion.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (NPANDAY-425) Msbuild Plugin does not have frameworkVersion configuration

Posted by "Joe Ocaba (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Ocaba resolved NPANDAY-425.
-------------------------------

    Resolution: Fixed

Fixed in trunk, added in the framework configuration. This should also be reflected once the plugin is shifted to java code.

> Msbuild Plugin does not have frameworkVersion configuration
> -----------------------------------------------------------
>
>                 Key: NPANDAY-425
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-425
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>            Reporter: Joe Ocaba
>            Assignee: Joe Ocaba
>             Fix For: 1.4.1-incubating
>
>
> At the moment it only uses the first instance of the .Net Framework in the environment path. Msbuild should respect the configuration of frameworkVersion.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NPANDAY-425) Msbuild Plugin does not have frameworkVersion configuration

Posted by "Lars Corneliussen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NPANDAY-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13029556#comment-13029556 ] 

Lars Corneliussen commented on NPANDAY-425:
-------------------------------------------

Do you mean 1.4.1?

It is currently a netplugin, but shouldn't be. There is an issue for that somewhere. 

> Msbuild Plugin does not have frameworkVersion configuration
> -----------------------------------------------------------
>
>                 Key: NPANDAY-425
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-425
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>            Reporter: Joe Ocaba
>            Assignee: Joe Ocaba
>             Fix For: 1.4-incubating
>
>
> At the moment it only uses the first instance of the .Net Framework in the environment path. Msbuild should respect the configuration of frameworkVersion.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (NPANDAY-425) Msbuild Plugin does not have frameworkVersion configuration

Posted by "Lars Corneliussen (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Corneliussen resolved NPANDAY-425.
---------------------------------------

    Resolution: Not A Problem
    
> Msbuild Plugin does not have frameworkVersion configuration
> -----------------------------------------------------------
>
>                 Key: NPANDAY-425
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-425
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>            Reporter: Joe Ocaba
>            Assignee: Brett Porter
>             Fix For: 1.4.1-incubating
>
>
> At the moment it only uses the first instance of the .Net Framework in the environment path. Msbuild should respect the configuration of frameworkVersion.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NPANDAY-425) Msbuild Plugin does not have frameworkVersion configuration

Posted by "Joe Ocaba (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NPANDAY-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039512#comment-13039512 ] 

Joe Ocaba commented on NPANDAY-425:
-----------------------------------

Yup, but for the meantime until it is moved to java, I will just add the configuration needed for the msbuild plugin.

> Msbuild Plugin does not have frameworkVersion configuration
> -----------------------------------------------------------
>
>                 Key: NPANDAY-425
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-425
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>            Reporter: Joe Ocaba
>            Assignee: Joe Ocaba
>             Fix For: 1.4.1-incubating
>
>
> At the moment it only uses the first instance of the .Net Framework in the environment path. Msbuild should respect the configuration of frameworkVersion.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira