Re: Groovy 4.0.0: No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode

2022-03-04 Thread Remko Popma
I checked picocli. picocli-groovy has an AST transformation (PicocliScriptASTTransformation) but the source code of that class also does not contain the word "importPackages". So that is not it either. On Fri, Mar 4, 2022 at 10:28 PM Dirk Heinrichs wrote: > Am Freitag, dem 04.03.2022 um 23:12

Re: GraalVM native image for Groovy apps

2021-01-31 Thread Remko Popma
Wow, very extensive. Impressive! How would you like feedback? As GitHub issues/pull requests, on this mailing list, or some other way? Remko On Sun, Jan 31, 2021 at 2:28 Damir Murat wrote: > Hi, > > I'm writing an article exploring the options for creating GraalVM native > images for >

Re: Congratulations to our newest committer Mikko Värri

2020-06-07 Thread Remko Popma
Congratulations Mikko! On Mon, Jun 8, 2020 at 9:06 AM 孙 岚 wrote: > Congratulations to Mikko Värri who is now an Apache Groovy committer: > > https://projects.apache.org/committee.html?groovy > http://people.apache.org/phonebook.html?unix=groovy > > Mikko has been mostly working on the

Re: [ANNOUNCE] Apache Groovy 2.5.11 released

2020-04-10 Thread Remko Popma
Thanks Paul! Remko. > On Apr 10, 2020, at 19:06, Paul King wrote: > > Dear community, > > The Apache Groovy team is pleased to announce version 2.5.11 of Apache Groovy. > Apache Groovy is a multi-faceted programming language for the JVM. > Further details can be found at the

Re: [ANNOUNCE] Apache Groovy 2.5.9 released

2020-01-14 Thread Remko Popma
Thank you, Paul! > On Jan 14, 2020, at 17:33, Daniel.Sun wrote: > > Nice work, Paul :-) > > Cheers, > Daniel.Sun > > > > - > Apache Groovy committer & PMC member > Blog: http://blog.sunlan.me > Twitter: @daniel_sun > > -- > Sent from:

Re: [ANNOUNCE] Apache Groovy 2.4.18 released

2020-01-14 Thread Remko Popma
Thank you, Paul! > On Jan 14, 2020, at 17:34, Daniel.Sun wrote: > > Nice work, Paul :-) > > Cheers, > Daniel.Sun > > > > - > Apache Groovy committer & PMC member > Blog: http://blog.sunlan.me > Twitter: @daniel_sun > > -- > Sent from:

Re: [ANNOUNCE] Apache Groovy 3.0.0-beta-2 Released

2019-07-15 Thread Remko Popma
URL contains beta-ONE instead of TWO :-) > > On Mon, Jul 15, 2019 at 12:33 PM Remko Popma > wrote: > >> Blogged: >> https://blogs.apache.org/groovy/entry/groovy-3-0-0-beta1 >> >> On Mon, Jul 15, 2019 at 1:22 AM Guillaume Laforge >> wrote: >> >>> Con

Re: [ANNOUNCE] Apache Groovy 3.0.0-beta-2 Released

2019-07-15 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-3-0-0-beta1 On Mon, Jul 15, 2019 at 1:22 AM Guillaume Laforge wrote: > Congrats on this release! > > Le dim. 14 juil. 2019 à 12:57, 孙 岚 a écrit : > >> Dear community, >> >> The Apache Groovy team is pleased to announce version 3.0.0-beta-2

Re: [ANNOUNCE] Groovy 3.0.0-beta-2 Windows Installer Released

2019-07-15 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-3-0-0-beta2 On Mon, Jul 15, 2019 at 2:23 AM Guillaume Laforge wrote: > That was fast  > > Le dim. 14 juil. 2019 à 19:13, Daniel.Sun a écrit : > >> Nice work, Keegan :-) >> >> Cheers, >> Daniel.Sun >> >> >> >> - >> Apache Groovy

Re: Problem running find execute has error

2019-06-11 Thread Remko Popma
Maybe in Groovy you don’t need to escape the semicolon. The semicolon has special meaning in the shell so there it does need to be escaped, but in the Groovy command you can just pass it as the delimiter arg to -exec. Remko. (Shameless plug) Every java main() method deserves

Re: requesting your advice on picocli modules

2019-06-02 Thread Remko Popma
; I agree option 1) is the cleanest, as well as it being the direction all > of Groovy seems to be moving. > > Cheers, > mg > > > On 30/05/2019 14:50, Remko Popma wrote: > > Hi, > > I maintain the picocli library for creating command line applications in > Gr

Re: requesting your advice on picocli modules

2019-05-30 Thread Remko Popma
t; *Sent:* Thursday, May 30, 2019 3:05 PM > *To:* users@groovy.apache.org > *Cc:* d...@groovy.apache.org > *Subject:* Re: requesting your advice on picocli modules > > + 1 picoli-groovy.jar > > Great project BTW! > > El jue., 30 may. 2019 a las 14:51, Remko Popma () > escribi

requesting your advice on picocli modules

2019-05-30 Thread Remko Popma
Hi, I maintain the picocli library for creating command line applications in Groovy, Java, and other JVM languages. I have a question for the Groovy community (both users and developers): Currently, the picocli main jar contains both the core `picocli` package and a `picocli.groovy` package with

Re: new GroovyCliBuilder

2019-05-24 Thread Remko Popma
The new CliBuilder annotations API works well for both the Commons CLI and the picocli implementation. (And I agree that the annotations API has some advantages over the previous DSL style, but that may be a matter of taste.) Note that you can swap the implementation from Commons CLI to picocli

Re: [ANNOUNCE] Groovy 2.5.7 and 3.0.0-beta-1 Windows Installers Released

2019-05-12 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-5-7-and On Sat, May 11, 2019 at 11:49 PM Daniel.Sun wrote: > Nice work, Keegan! > > Cheers, > Daniel.Sun > > > > > - > Apache Groovy committer & PMC member > Blog: http://blog.sunlan.me > Twitter: @daniel_sun > > -- > Sent from:

Re: Grape resolve broke in 2.5.6 ?

2019-02-28 Thread Remko Popma
Fixed in the master and GROOVY_2_5_X branches. Please verify. On Thu, Feb 28, 2019 at 6:25 PM Remko Popma wrote: > I raised https://issues.apache.org/jira/browse/GROOVY-9012 for this issue. > > On Thu, Feb 28, 2019 at 5:38 PM Remko Popma wrote: > >> That’s a bug. Th

Re: Grape resolve broke in 2.5.6 ?

2019-02-28 Thread Remko Popma
I raised https://issues.apache.org/jira/browse/GROOVY-9012 for this issue. On Thu, Feb 28, 2019 at 5:38 PM Remko Popma wrote: > That’s a bug. Thanks for reporting this. > > I’ll try to fix this today or tomorrow. > > Remko. > > On Feb 28, 2019, at 13:52, Nelson, Erick >

Re: Grape resolve broke in 2.5.6 ?

2019-02-28 Thread Remko Popma
That’s a bug. Thanks for reporting this. I’ll try to fix this today or tomorrow. Remko. > On Feb 28, 2019, at 13:52, Nelson, Erick wrote: > > Am I calling it wrong? > > $ groovy -v > Groovy Version: 2.5.6 JVM: 1.8.0_77 Vendor: Oracle Corporation OS: Mac OS X > > $ grape list | grep

Re: [ANNOUNCE] Groovy 3.0.0-alpha-4 Windows Installer Released

2019-01-01 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-3-0-0-alpha1 Please share on social media. On Mon, Dec 31, 2018 at 11:57 AM Keegan Witt wrote: > I didn't see any groovy-3.0 snapshots in the snapshot repo: >

Re: [ANNOUNCE] Groovy 2.5.5 Windows Installer Released

2018-12-24 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-5-5-windows Please share on social media. On Tue, Dec 25, 2018 at 2:24 AM Keegan Witt wrote: > The Windows installer for Groovy 2.5.5 is available from the usual place: >

Re: [ANNOUNCE] Apache Groovy 2.5.5 released

2018-12-24 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-5-5-released Please share on social media. On Mon, Dec 24, 2018 at 5:09 PM Guillaume Laforge wrote: > Congrats everyone! > > On Mon, Dec 24, 2018 at 5:14 AM Daniel.Sun wrote: > >> Nice work, Paul. >> >> Cheers, >> Daniel.Sun >> >> >> >>

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

2018-12-19 Thread Remko Popma
You may be interested in the Gradle application plugin. This creates a distribution zip file with all the dependencies and some starter scripts. https://docs.gradle.org/current/userguide/application_plugin.html The only customization would be to add your custom script to the bin/ directory

Re: [ANNOUNCE] Groovy 2.4.16 Windows Installer Released

2018-12-18 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-4-16-windows On Mon, Dec 17, 2018 at 2:51 AM Keegan Witt wrote: > The Windows installer for Groovy 2.4.16 is available from the usual > place: > https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.4.16-installer > . > >

Re: [ANNOUNCE] Apache Groovy 2.4.16 released

2018-12-18 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-4-16-released On Thu, Dec 13, 2018 at 7:17 PM Paul King wrote: > Dear community, > > The Apache Groovy team is pleased to announce version 2.4.16 of Apache > Groovy. > Apache Groovy is a multi-faceted programming language for the JVM. >

Re: [ANNOUNCE] Apache Groovy 2.5.4 released

2018-11-12 Thread Remko Popma
> On Mon, 12 Nov 2018 at 13:07, Remko Popma wrote: >> >>> Blogged: https://blogs.apache.org/groovy/entry/groovy-2-5-4-released >>> >>> Please share on social media. >>> >>> On Monday, November 12, 2018, Paul King wrote: >>> >>

Re: [ANNOUNCE] Groovy 2.5.4 Windows Installer Released

2018-11-12 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-5-4-windows Please share on social media. On Monday, November 12, 2018, Keegan Witt wrote: > The Windows installer for Groovy 2.5.4 is available from the usual place: >

Re: [ANNOUNCE] Apache Groovy 2.5.4 released

2018-11-12 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-5-4-released Please share on social media. On Monday, November 12, 2018, Paul King wrote: > Dear community, > > The Apache Groovy team is pleased to announce version 2.5.4 of Apache > Groovy. > Apache Groovy is a multi-faceted programming

Re: [ANNOUNCE] Apache Groovy 2.5.4 released

2018-11-11 Thread Remko Popma
Nice! Planning to do the usual Apache blog entries later today. Remko. (Shameless plug) Every java main() method deserves http://picocli.info > On Nov 12, 2018, at 11:16, Daniel Sun wrote: > > Nice work, Paul. > > Cheers, > Daniel.Sun > > > > > -- > Sent from:

Re: GMavenPlus 1.6.2 Released

2018-10-14 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/gmavenplus-1-6-2-released Please share on social media. On Mon, Oct 15, 2018 at 6:34 AM Paul King wrote: > Excellent work! > > On Mon, Oct 15, 2018 at 6:29 AM Keegan Witt wrote: > >> GMavenPlus 1.6.2 has been released to Sonatype OSS >>

Re: [ANNOUNCE] Groovy 2.5.3 Windows Installer Released

2018-10-14 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-5-3-windows Please share on social media. On Mon, Oct 15, 2018 at 6:33 AM Paul King wrote: > That was quick! Thanks! > > On Mon, Oct 15, 2018 at 6:32 AM Keegan Witt wrote: > >> The Windows installer for Groovy 2.5.3 is available from the

Re: [ANNOUNCE] Apache Groovy 2.5.3 Released

2018-10-14 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-5-3-released Please share on social media. On Sun, Oct 14, 2018 at 10:09 PM Daniel.Sun wrote: > Great! > Nice work, Paul :-) > > > > > - > Daniel Sun > Apache Groovy committer > Blog: http://blog.sunlan.me > Twitter: @daniel_sun > >

Re: [ANNOUNCE] Groovy 2.5.2 Windows Installer Released

2018-08-19 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-5-2-windows please share on social media. On Sun, Aug 19, 2018 at 12:29 PM, Paul King wrote: > Thanks Keegan. I added it to the download page. > > On Sat, Aug 18, 2018 at 3:14 PM Keegan Witt wrote: > >> The Windows installer for Groovy

Re: [ANNOUNCE] Apache Groovy 2.5.2 Relased

2018-08-15 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-5-2-released Please share on social media! On Tue, Aug 14, 2018 at 4:31 PM, Paul King wrote: > Dear community, > > The Apache Groovy team is pleased to announce version 2.5.2 of Apache > Groovy. > Apache Groovy is a multi-facet

Re: [ANNOUNCE] Apache Groovy 2.5.1 released

2018-07-13 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/groovy-2-5-1-released Please share on social media. On Fri, Jul 13, 2018 at 11:12 PM, Paul King wrote: > Dear community, > > The Apache Groovy team is pleased to announce version 2.5.1 of Apache > Groovy. > Apache Groovy is a multi-faceted

Re: [ANN] Announcing CodeNarc 1.2

2018-07-10 Thread Remko Popma
Blogged: https://blogs.apache.org/groovy/entry/announce-announcing-codenarc-1-2 On Tue, Jul 10, 2018 at 3:46 AM, wrote: > The *CodeNarc** Team *is proud to announce the release of version *1.**2*. > > *CodeNarc* is a static analysis tool for Groovy > source code. > >