You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-dev@incubator.apache.org by "Brett Porter (JIRA)" <ji...@apache.org> on 2014/08/22 03:37:11 UTC

[jira] [Resolved] (NPANDAY-454) maven-compile-plugin: "includeSources" section has issues with the path delimiter

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

Brett Porter resolved NPANDAY-454.
----------------------------------

    Resolution: Fixed

Either separator now correctly translated on Mono now.

> maven-compile-plugin: "includeSources" section has issues with the path delimiter
> ---------------------------------------------------------------------------------
>
>                 Key: NPANDAY-454
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-454
>             Project: NPanday
>          Issue Type: Bug
>         Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
> Java version: 1.6.0_24
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x" version: "10.6.7" arch: "x86_64" Family: "mac"
> Mono 2.6.7
> NPanday: 1.4.0-incubating
>            Reporter: Matthias Weßendorf
>            Assignee: Brett Porter
>             Fix For: 1.5.0-incubating
>
>
> The pom.xml (sample) files in NPanday are using the following syntax to include the AssemblyInfo.cs file:
> {code}
> <includeSources>
>   <includeSource>Properties\AssemblyInfo.cs</includeSource>	
> </includeSources>
> {code}
> However on Mac/Mono this seems to be ignored. Changing to this
> {code}
> <includeSources>
>   <includeSource>Properties/AssemblyInfo.cs</includeSource>	
> </includeSources>
> {code}
> make it working...



--
This message was sent by Atlassian JIRA
(v6.2#6252)