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 "Brett Porter (JIRA)" <ji...@apache.org> on 2010/12/02 23:48:12 UTC

[jira] Updated: (NPANDAY-345) avoid use of backslash in pom.xml

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

Brett Porter updated NPANDAY-345:
---------------------------------

    Fix Version/s: Backlog

added to backlog for revision of patch

> avoid use of backslash in pom.xml
> ---------------------------------
>
>                 Key: NPANDAY-345
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-345
>             Project: NPanday
>          Issue Type: Bug
>          Components: Visual Studio Add-in
>    Affects Versions: 1.2.1
>         Environment: linux
>            Reporter: Luca Di Stefano
>             Fix For: Backlog
>
>         Attachments: maven-compile-plugin_backslashfix-1.patch
>
>
> if backslash is used in pom like here below
>             <includeSource>Form1.cs</includeSource>
>             <includeSource>Form1.Designer.cs</includeSource>
>             <includeSource>Program.cs</includeSource>
>             <includeSource>Properties\AssemblyInfo.cs</includeSource>
>             <includeSource>Properties\Resources.Designer.cs</includeSource>
> it will work only on windows
> using the slash will be compatible with all platforms
> in this case the last 2 sources will be not compiled

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.