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 "Luca Di Stefano (JIRA)" <ji...@apache.org> on 2010/11/03 15:45:28 UTC

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

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

Luca Di Stefano commented on NPANDAY-345:
-----------------------------------------

a simple workaround

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