Re: Running groovy programs

2022-03-08 Thread Andriy Rysin
So it looks like groovy picks up groovy scripts from the current directory by default. So the users can't just do "/path/to/scripts/TagText.groovy " any more. They would have to do: cd /path/to/scripts/ ./TagText.groovy or they would have to invoke groovy explicitly: groovy -cp /path/to/scripts

[ANNOUNCE] Apache Groovy 4.0.1 Released

2022-03-08 Thread Paul King
Dear community, The Apache Groovy team is pleased to announce version 4.0.1 of Apache Groovy. Apache Groovy is a multi-faceted programming language for the JVM. Further details can be found at the https://groovy.apache.org website. This release is a maintenance release of the GROOVY_4_0_X