Re: Re: making the most of Groovy in Action 2nd edition

2024-04-03 Thread Dimitar Vassilev
m err) { } > > }) > > ab > > } > > } > > > > > > *From: *Paul King > *Date: *Tuesday, April 2, 2024 at 5:37 AM > *To: *users@groovy.apache.org > *Subject: *[EXT] Re: making the most of Groovy in Action 2nd edition >

Re: Re: making the most of Groovy in Action 2nd edition

2024-04-02 Thread Nelson, Erick
ublic void setErrorPrintStream (PrintStream err) { } }) ab } } From: Paul King Date: Tuesday, April 2, 2024 at 5:37 AM To: users@groovy.apache.org Subject: [EXT] Re: making the most of Groovy in Action 2nd edition Hi Dimitar, From Groovy 4, Groovy's "mo

Re: making the most of Groovy in Action 2nd edition

2024-04-02 Thread Paul King
Hi Dimitar, >From Groovy 4, Groovy's "module" jars are fully-compliant with the JPMS rule disallowing split packages. The Groovy 3 and 4 release notes have more details. But basically, for the example you are showing, AntBuilder is now in the groovy.ant package, so if you add the appropriate impo

making the most of Groovy in Action 2nd edition

2024-04-02 Thread Dimitar Vassilev
Hi all, After a bit of extensive bashing, I found some time to re-read Groovy in Action 2nd edition. I've downloaded the source code from the publisher also and am wondering how to make the most from the book provided I run Groovy 4.0.20/Mac 12.7.4 Running groovysh from the console is fine, but it