Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.7.2
-
Fix Version/s: None
-
Component/s: class generator
-
Labels:None
-
Number of attachments :
Description
Hi,
In version 1.6.5 the API groovy.util.GroovyScriptEngine.loadScriptByName used to accept groovy script name with extension.
Now I have installed 1.7.2 and it is throwing exception for groovy script name without extension.
Please let me know if this is bug or done purposely, so that I can change my code accordingly
Thanks,
Rajendra
What is the exception you are getting? I just tried a script without any file extension and didn't have any issue in calling groovy.util.GroovyScriptEngine.loadScriptByName() - on both 1.7.x as well as 1.8.x.