You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-issues@incubator.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2008/06/30 04:19:26 UTC

[jira] Updated: (NMAVEN-147) DotnetToolchain Improvement, plus dotnet toolchain manager

     [ http://jira.codehaus.org/browse/NMAVEN-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated NMAVEN-147:
--------------------------------

    Fix Version/s: 0.16

> DotnetToolchain Improvement, plus dotnet toolchain manager
> ----------------------------------------------------------
>
>                 Key: NMAVEN-147
>                 URL: http://jira.codehaus.org/browse/NMAVEN-147
>             Project: NMaven
>          Issue Type: Improvement
>    Affects Versions: 0.16
>            Reporter: Leopoldo Agdeppa III
>             Fix For: 0.16
>
>         Attachments: ImprovedDotnetToolChain.patch, toolchains.xml
>
>
> # Patch for improved DotnetToolchain
> - the patch includes a working DotnetToochain,  DotnetToolchainManager and a DotnetTootchainFactory and other supporting files
> - in this imporoved dotnettoolchain creating a toolchain would be as easy as adding some toolchain entry in your ~/.m2/toolchains.xml
> Example:
> <toolchains>
>      <toolchain>
>         <type>dotnet</type>
>         <provides>
>             <frameworkVersion>2.0</frameworkVersion>
>             <vendorVersion>2.0.50727</vendorVersion>
>             <vendor>MICROSOFT</vendor>
>             <id>.NET Framework 2.0</id>
>         </provides>
>         <configuration>
>             <installRoot>C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727</installRoot>
>             <sdkInstallRoot>C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0</sdkInstallRoot>
>         </configuration>
>     </toolchain>
> </toolchains>
> - the improved toolchain also satisfies the toolchain philosophy where in you can specifiy what type of toolchain you want to use in your plugin/configurations/toolchains
> - also included a sample toolchains.xml and a sample-xsd.zip project, (the project will indecate a build error, but the XSD Plugin is a success, you can see its executions in the logs)

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