Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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 ?