[ 
https://issues.apache.org/jira/browse/NPANDAY-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022136#comment-13022136
 ] 

Lars Corneliussen commented on NPANDAY-400:
-------------------------------------------

As you are a committer now, would you apply the patches yourself? Or should I?

> Mono missing system libraries references during compilation
> -----------------------------------------------------------
>
>                 Key: NPANDAY-400
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-400
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.3.1-incubating
>         Environment: $ mvn -v
> Apache Maven 2.2.1 (rdebian-4)
> Java version: 1.6.0_24
> Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.35-28-generic" arch: "amd64" Family: "unix"
>            Reporter: John R. Fallows
>         Attachments: mono-system-references.diff
>
>
> CSharpCompilerForProfile used by MICROSOFT 3.5 compiler automatically adds 
> system library references during compilation, so code using System libraries 
> will compile as desired on .Net.
> DefaultCompiler used by MONO compiler does not add any system library 
> references during compilation, so code using System libraries fails to 
> compile on Mono.
> Fix discussed on IRC would add the Mono system libraries in DefaultCompiler 
> to get consistent behavior with Mono and .Net.

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

Reply via email to