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 "Mickaël Remars (JIRA)" <ji...@apache.org> on 2013/05/02 16:08:15 UTC

[jira] [Commented] (NPANDAY-582) Default value of testAssemblyPath does not work on linux/mono

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

Mickaël Remars commented on NPANDAY-582:
----------------------------------------

The default value of "reportsDirectory" has the same issue (TesterMojo.java line 97).
                
> 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
>
> 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;
>  

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