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

Mickaël Remars updated NPANDAY-582:
-----------------------------------

    Description: 
This default value contains a backslash which linux does not like. This should 
be replaced with a slash to work on both windows and linux.
Patch is attached.

  was:
This default value contains a backslash which linux does not like. This should 
be replaced with a slash to work on both windows and linux.

--- 
a/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/AbstractTestrelatedMojo.java
+++ 
b/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/AbstractTestrelatedMojo.java
@@ -28,7 +28,7 @@ public abstract class AbstractTestrelatedMojo
     /**
      * Test Assembly Location
      *
-     * @parameter expression = "${testAssemblyPath}" default-value = 
"${project.build.directory}\\test-assemblies"
+     * @parameter expression = "${testAssemblyPath}" default-value = 
"${project.build.directory}/test-assemblies"
      */
     protected String testAssemblyPath;
 


    
> Default value of testAssemblyPath does not work on linux/mono
> -------------------------------------------------------------
>
>                 Key: NPANDAY-582
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-582
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.5.0-incubating
>         Environment: Debian
>            Reporter: Mickaël Remars
>              Labels: linux, mono, patch
>         Attachments: NPANDAY-582.patch
>
>
> This default value contains a backslash which linux does not like. This 
> should be replaced with a slash to work on both windows and linux.
> Patch is attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to