Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The GDK adds a bunch of methods to java.io.File and directory
searching stuff. We'll need to add some sor tof parity for the new
NIO2 API.
The good news is NIO 2 is finished and hasn't changed in a while, and
it is well documented.
This is a fun and sort of easy bit of work. Mostly analysis and then a
bunch of new DGM methods.
Issue Links
- depends upon
-
GROOVY-4391
Groovy build fails test target using Java 1.7.0
-
Attached
GROOVY-4390_Path_getText.patch. Includes org.codehaus.groovy.vmplugin.v7.PluginDefaultGroovyMethodsTest. I've tested the Ant build behaviour with both Java 1.6 and Java 1.7. When building using Java 1.7 the distribution will include the org.codehaus.groovy.vmplugin.v7.PluginDefaultGroovyMethods methods.This patch includes just two new DGM methods:
I'll gladly code more DGM methods. Is this general approach to our liking?