svn commit: r1480503 - /incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java

2013-05-08 Thread brett
Author: brett
Date: Thu May  9 00:12:30 2013
New Revision: 1480503

URL: http://svn.apache.org/r1480503
Log:
[NPANDAY-581] switches starting by / fails on Linux/Mono

Modified:

incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java

Modified: 
incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java?rev=1480503r1=1480502r2=1480503view=diff
==
--- 
incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java
 (original)
+++ 
incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java
 Thu May  9 00:12:30 2013
@@ -168,7 +168,7 @@ public class TesterMojo
 
 commands.add( testAssemblyPath + File.separator + getTestFileName() );
 
-String switchChar = /;
+String switchChar = -;
 commands.add( switchChar + xml: + nUnitXmlFilePath.getAbsolutePath() 
);
 
 commands.add( switchChar + output: + 
nUnitResultOutputPath.getAbsolutePath() );




[jira] [Resolved] (NPANDAY-581) [Regression to NPANDAY-238] switches starting by / fails on Linux/Mono

2013-05-08 Thread Brett Porter (JIRA)

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

Brett Porter resolved NPANDAY-581.
--

Resolution: Fixed
  Assignee: Brett Porter

Thanks, I've applied the patch. I believe this would already be exercised by 
the integration tests if we could get that to the point of running. Have you 
worked through any of the other current issues on Linux/Mono in your 
environment?

 [Regression to NPANDAY-238] switches starting by / fails on Linux/Mono
 

 Key: NPANDAY-581
 URL: https://issues.apache.org/jira/browse/NPANDAY-581
 Project: NPanday
  Issue Type: Bug
  Components: Maven Plugins
Affects Versions: 1.5.0-incubating
 Environment: Debian/Mono
Reporter: Mickaƫl Remars
Assignee: Brett Porter
  Labels: linux, mono, patch
 Fix For: 1.5.0-incubating

 Attachments: NPANDAY-581.patch


 The regression seems to appear during NPANDAY-499.
 A simple fix may be to always use - instead of /: nunit-console accepts 
 it on Windows and on 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