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/11/16 05:47:15 UTC

[jira] Issue Comment Edited: (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=12932348#action_12932348 ] 

Brett Porter edited comment on NPANDAY-345 at 11/16/10 12:46 AM:
-----------------------------------------------------------------

I think this would be best patched in the VS addin that generates the path instead of working around it in the compile plugin, though it would be good to apply both

      was (Author: brettporter):
    I think this would be best patched in the VS addin that generates the path instead of working around it in the compile plugin
  
> 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.