Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.4
-
Fix Version/s: 1.5.5, 1.6-beta-1
-
Component/s: groovy-jdk
-
Labels:None
-
Environment:Windows
-
Testcase included:yes
-
Number of attachments :
Description
to reproduce the bug, do following on Windows XP prompt:
mkdir test-super
echo println(new Date()) > test-super\test.groovy
groovy test-super\test.groovy
I wil get this error:
c:\opt\java_projects>groovy test-super\test.groovy
Caught: java.io.IOException: Invalid argument
looks like a problem from commons cli to me... you could try this:
groovy "test-super\test.groovy"