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