Re: How to generate groovydoc?

2020-07-30 Thread Keith Suderman
What version of IntelliJ are you using? The option to generate Groovydoc is still there for me in 2020.1 Ultimate. If you are not using a build tool like Gradle or Maven then you can also generate documentation with the groovydoc command: $> groovydoc -sourcepath=./src/main/groovy -d output

Re: How to test and deploy without groovy-all? (was: More Groovy 3 woes)

2020-05-18 Thread Keith Suderman
I can only comment on our experience: - For most of our projects simply replacing groovy-all with the core groovy module has worked fine as most of our projects don't (didn't) make use of the classes that are not present in the core groovy module. - For the projects that did need missing

Re: What is the best replacement for running scripts using groovy-all?

2018-12-18 Thread Keith Suderman
Option 4) Use the Maven Assembly plugin or the Shade plugin to build your own groovy-all Jar file. Or just use https://github.com/gradle/gradle-groovy-all - Keith > On Dec 17, 2018, at 3:49 AM, Paul Moore > wrote: >

Re: Start shell/REPL without launching java monitor?

2018-10-20 Thread Keith Suderman
. > > What I am suffering is 3 and 4, each time I want to interact with REPL I have > to switch the focus. Think about `jshell` or `python`, the REPL is of course > a process, but not another window and even force switch the focus. > > Also photos in attach links, please pay attention to

Re: Start shell/REPL without launching java monitor?

2018-10-15 Thread Keith Suderman
performQuit(_AppEventHandler.java:145) > at com.apple.eawt.QuitResponse.performQuit(QuitResponse.java:51) > at > com.apple.eawt._AppEventHandler$_QuitDispatcher.performDefaultAction(_AppEventHandler.java:390) > at > com.apple.eawt._AppEventHandler$_AppEventDispatcher.dispatch(_AppEventHandle

Re: Availability of 2.5.0 groovy-all in Maven Central

2018-06-03 Thread Keith Suderman
FO] Total time: 02:47 min > [INFO] Finished at: 2018-06-04T09:42:43+08:00 > [INFO] Final Memory: 17M/216M > [INFO] > > ``` > > No matter it works or not, please let me know. > > Cheers, > Daniel

Re: [Poll] About supporting Java-like array

2018-04-29 Thread Keith Suderman
le:2 .properties") >> }) >> public class Controller {} >> ``` >> >> *More examples* >> Please see the examples on the PR page[1] >> >> *Known breaking changes* >> 1. Closure array in the dynamic mode >> Before >> ``` >> C

Re: Groovy Champions proposal feedback

2018-02-20 Thread Keith Suderman
ces > the whole community but fits in with Apache project governance > around trademarks/branding. > > So, the first question is: are we as a project in favor of such a scheme? > > Cheers, Paul. -- Keith Suderman Research Associate Department of Computer Science Vassar College, Poughkeepsie NY suder...@cs.vassar.edu

Re: Unknown type: METHOD_DEF

2018-01-05 Thread Keith Suderman
n then we call this*/ > def sleeper() { > try{ > > Thread.sleep ms > > }catch( InterruptedException ie ){ > throw new SleepInterruptedException( ie, "Thread.sleep is > interrupted for "+ >

Re: Binary to Base64 Conversion

2017-05-16 Thread Keith Suderman
ttp://www.hdsupply.com/email>. > > From: RJ <ssogu...@gmail.com <mailto:ssogu...@gmail.com>> > Reply-To: "users@groovy.apache.org <mailto:users@groovy.apache.org>" > <users@groovy.apache.org <mailto:users@groovy.apache.org>> > Date: Friday, May 12, 2017 at 7:05 PM > To: "users@groovy.apache.org <mailto:users@groovy.apache.org>" > <users@groovy.apache.org <mailto:users@groovy.apache.org>> > Subject: Binary to Base64 Conversion > > I have to deal with a binary value of base64 ID in a groovy script. So, first > I need to covert binary data to base64 format and then decodeBase64(). > > Any clues/thoughts ? Thanks!! > > > > > -- Keith Suderman Research Associate Department of Computer Science Vassar College, Poughkeepsie NY suder...@cs.vassar.edu

Re: Optimising a Groovy script

2017-03-29 Thread Keith Suderman
ashMap.putAt > 4.00.12 0.00 1 5.25 125.625.25 125.62 > 5.25 125.62 java.lang.Integer.times > 3.90.12 0.00 9984 0.00 0.000.000.00 > 0.020.02 java.util.LinkedHashMap.getAt > 2.2 0.12 0.00 1 2.85 128.48

Re: Maven coordinates going forward

2017-03-29 Thread Keith Suderman
yes... it is only a problem for Groovy as named or automatic > module though. As long as Groovy stays in the classpath/annonymous module > variant, there is no such problem with multiple jars, as long as the > overlapping package names are all from the classpath/annonymous module > > > bye Jochen > > > -- Keith Suderman Research Associate Department of Computer Science Vassar College, Poughkeepsie NY suder...@cs.vassar.edu