Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-2
-
Fix Version/s: 1.7.1, 1.8-beta-1
-
Component/s: None
-
Labels:None
-
Environment:Java 6
-
Number of attachments :
Description
I'm using wildcards in my Java classpath, as is supported (finally!) by Java 6. I'd like to have Groovy honor that kind of classpath, and not fail to resolve items that Java can resolve.
See, e.g., http://blogs.sun.com/mr/entry/class_path_wildcards_in_mustang
It seems to me that this issue is still present in groovy 1.6-RC3.
Is it supposed to be this way?