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

2019-07-14 Thread Daniel.Sun
Nice work, Keegan :-)

Cheers,
Daniel.Sun



-
Apache Groovy committer & PMC member 
Blog: http://blog.sunlan.me 
Twitter: @daniel_sun 

--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html


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

2019-07-14 Thread Keegan Witt
The Windows installer for Groovy 3.0.0-beta-2 is now available from
Bintray:
https://bintray.com/groovy/Distributions/download_file?file_path=groovy-3.0.0-beta-2-installer.exe
.

I've again included a preview of an msi built with WiX, which I'm seeking
feedback on:
https://bintray.com/groovy/Distributions/download_file?file_path=groovy-3.0.0-beta-2+%28preview+installer%29.msi

Be aware that you need to fully uninstall the NSIS based Groovy installation
before installing with an MSI installer.


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

2019-07-14 Thread Daniel.Sun
> Note: Apache Groovy 3.0.0-beta-2 was compiled with JDK8, so the illegal
access warnings will come back if you use JDK9+. 

If you want to try Groovy 3.0.0-beta-2 with JDK9+ and do not want to see the
illegal access warnings, you can download the source code and build by
yourself:

1) Download the source code from the page:
http://www.apache.org/dyn/closer.cgi/groovy/3.0.0-beta-2/sources/apache-groovy-src-3.0.0-beta-2.zip
2) Unzip the zip file "apache-groovy-src-3.0.0-beta-2.zip"
3) Run `gradle installGroovy` (Require gradle 5.5 and JDK9+ to build)
4) Get the distribution from the generated directory "install"

Cheers,
Daniel.Sun




-
Apache Groovy committer & PMC member 
Blog: http://blog.sunlan.me 
Twitter: @daniel_sun 

--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html


[ANNOUNCE] Apache Groovy 3.0.0-beta-2 Released

2019-07-14 Thread 孙 岚
Dear community,

The Apache Groovy team is pleased to announce version 3.0.0-beta-2 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 is a pre-release of a new version of Groovy.
We greatly appreciate any feedback you can give us when using this version.

This release includes 40 bug fixes/improvements as outlined in the changelog:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123=12345498

Sources, convenience binaries, downloadable documentation and an SDK
bundle can be found at: https://groovy.apache.org/download.html
We recommend you verify your installation using the information on that page.

Jars are also available within the major binary repositories.

We welcome your help and feedback and in particular want
to thank everyone who contributed to this release.

For more information on how to report problems, and to get involved,
visit the project website at https://groovy.apache.org/

Note: Apache Groovy 3.0.0-beta-2 was compiled with JDK8, so the illegal access 
warnings will come back if you use JDK9+. But don't worry, we will do another 
release in a week or two. Please verify the issues you reported first and give 
us feedback, which will help us improve the quality of next release.


Best regards,

The Apache Groovy team.