[ 
https://issues.apache.org/jira/browse/NPANDAY-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John R. Fallows resolved NPANDAY-462.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.1-incubating

Resolved in revision 1159830.

> Add plugin to support ILMerge similar to shade plugin for Java
> --------------------------------------------------------------
>
>                 Key: NPANDAY-462
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-462
>             Project: NPanday
>          Issue Type: Improvement
>          Components: Maven Plugins
>    Affects Versions: 1.4-incubating
>         Environment: >mvn -v
> Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> Java version: 1.6.0_24
> Java home: C:\Progra~1\Java\jdk1.6.0_24\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7" version: "6.1" arch: "amd64" Family: "windows"
>            Reporter: John R. Fallows
>             Fix For: 1.4.1-incubating
>
>
> ILMerge is a Microsoft tool that can merge together multiple .NET assemblies 
> into a single .NET assemblies and optionally internalize the public APIs that 
> are not intended to be exposed by the output merged assembly.
> http://research.microsoft.com/en-us/people/mbarnett/ILMerge.aspx
> ILMerge is delivered as a native binary raising issues on non-Windows 
> platforms.  However, a pure .NET implementation called ILRepack is available 
> and designed to be command-line flag compatible with ILMerge.
> http://code.google.com/p/il-repack/
> A plugin for ilmerge, with the ability to swap in ilrepack as a replacement 
> executable, would provide cross platform, shade-like functionality for a .NET 
> codebase built with NPanday.

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

        

Reply via email to