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
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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira