Project names are not valid filenames on windows
------------------------------------------------
Key: BUILDR-193
URL: https://issues.apache.org/jira/browse/BUILDR-193
Project: Buildr
Issue Type: Bug
Reporter: Alexis Midon
Attachments: 0001-windows-friendly-suite-names.patch
Windows does not support colon in file names. So windows complains when
creating a directory based on a project name.
This was revealed by TestNG which creates a directory with the suite name, the
suite name being the project name.
Here is the exception:
[[Utils]] The filename, directory name, or volume label syntax is incorrect
java.io.FileNotFoundException: C:\Intalio\ODE\axis2-war\reports\testng\ode:a
xis2-war\Command line test.xml (The filename, directory name, or volume labe
l syntax is incorrect)
Should we remove the colon from the suite name on all platforms so that the dir
name is constant or should we have a windows-specific name ?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.