Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.6
-
Fix Version/s: 1.6-rc-1, 1.5.8, 1.7-beta-1
-
Component/s: bytecode
-
Labels:None
-
Environment:Ubuntu 7.10
SunOS 5.10
-
Number of attachments :
Description
To reproduce this error just generate a folder with the name "test-7.2"
and generate in it an easy script file named Test:
//script file
println 'foo'
When you run this script the following Exception is thrown:
Caught: java.lang.ClassFormatError: Illegal class name "test-7" in class file test-7
If you rename the file to something with a dot extension (e.g. Test.groovy or Test.test) it works.
Activity
blackdrag blackdrag
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.6-rc-1 [ 14009 ] | |
| Fix Version/s | 1.5.8 [ 14630 ] |
Paul King
made changes -
| Assignee | Paul King [ paulk ] |
Paul King
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 1.7-beta-1 [ 14014 ] | |
| Resolution | Fixed [ 1 ] |
Paul King
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Doesn't appear to be a problem on Windows on trunk using the batch startup script