dansmith65 Posted July 8, 2011 Posted July 8, 2011 I'd like to use the new native JSON support in Groovy 1.8. Any chance of an update to ScriptMaster? http://docs.codehaus.org/display/GROOVY/Groovy+1.8+release+notes
john renfrew Posted July 10, 2011 Posted July 10, 2011 Plus one from me on 1.8 for the same reason as Dan - JSON slurper
Russell Barlow Posted July 21, 2011 Posted July 21, 2011 +1 to this request. Same reason, JSON slurper.
john renfrew Posted September 17, 2011 Posted September 17, 2011 And now can that request be updated to 1.8.1 Why? Take() and Drop() FindAll on ALL objects which match Groovy truth sort() reverse() unique() with Boolean switch to keep original list/map and return new one additions to groupBy() and JSON slurper we are still missing from earlier
Jesse Barnum Posted September 19, 2011 Posted September 19, 2011 Groovy 1.8.1 is not released yet. If you'll post a reminder on here when that is shipping, I'll go ahead and update ScriptMaster with that (I don't want to do 1.8 now if 1.8.1 is imminent).
john renfrew Posted September 20, 2011 Posted September 20, 2011 Thanks very much Jesse... It is there at: http://groovy.codehaus.org/Download Stable Releases: Groovy 1.8 Groovy 1.8 is the latest and current stable branch. The latest version of that branch is Groovy 1.8.2.
NovaChan Posted November 19, 2011 Posted November 19, 2011 +1 for Groovy with native JSON support in ScriptMaster. I see they're up to 1.8.4 now. Just so you know there's one more in the following for this. Thanks!
wbasham Posted January 10, 2012 Posted January 10, 2012 For anyone still following this thread... ScriptMaster 4.13 has just been released and it includes Groovy 1.8.5. Sorry it took so long. :smile: 2
Larry Goldman Posted January 11, 2012 Posted January 11, 2012 ScriptMaster 4.13 is broken. To see for yourself, open ScriptMaster sample file, try to run "Access the FileMaker Calculation Engine Part 3". Result: java.lang.IllegalStateException: FileMaker called plugin on thread: Thread[AWT-AppKit,5,main]; but plugin is trying to call back to FileMaker on a different thread: Thread[AWT-EventQueue-0,6,main]. This is not allowed.
Larry Goldman Posted January 11, 2012 Posted January 11, 2012 Furthermore, I find that when using Filemaker 11 on either Windows or Mac systems, to revert the version of ScriptMaster being used, I have to look in: ~/Library/Application Support/Filemaker/Extensions (Mac OS X) C:Users<username>AppDataLocalFileMakerExtensions (Windows 7) Replacing Scriptmaster in /Applications/Filemaker Pro11/Extensions is not sufficient.
David Wikström Posted January 11, 2012 Posted January 11, 2012 Just to confirm that I can reproduce this too...
Jesse Barnum Posted January 11, 2012 Posted January 11, 2012 Hi Larry, thanks for reporting the problem - ScriptMaster 4.131 is now released to fix that specific issue. The second issue you're talking about is the way plug-ins are designed to work with FileMaker; that location is the auto-update folder. Plugins installed via auto-update are put in that location, and take priority over plug-ins installed in the application directory. I wish Apple had not decided to make that folder hidden in OS X 10.7 Lion, it used to be visible. ScriptMaster 4.13 is broken. To see for yourself, open ScriptMaster sample file, try to run "Access the FileMaker Calculation Engine Part 3". Result: java.lang.IllegalStateException: FileMaker called plugin on thread: Thread[AWT-AppKit,5,main]; but plugin is trying to call back to FileMaker on a different thread: Thread[AWT-EventQueue-0,6,main]. This is not allowed.
Ocean West Posted January 12, 2012 Posted January 12, 2012 If there are custom plugins created with ScriptMaster Advance, is it necessary to have these upgraded as well to include the upgrade to Groovy?
wbasham Posted January 12, 2012 Posted January 12, 2012 The new version of Groovy is important for development as opposed to deployment. There is no need to regenerate existing plugins.
wbasham Posted January 23, 2012 Posted January 23, 2012 It has been brought to our attention that another module "Access the FileMaker Calculation Engine Part 1" resulted in an IllegalStateException when executed. This has now been fixed. However, we are not currently doing a live deploy of ScriptMaster. If anyone needs this module for development, please contact me via email ([email protected]) and I'll be happy to send you the modified plugin. The change will also be reflected in the next deployment of ScriptMaster.
Recommended Posts
This topic is 4696 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now