Re: [ANNOUNCE] Apache Groovy 3.0.0-alpha-2 released

2018-04-19 Thread Daniel Sun
For gradle user: group 'me.sunlan' version '1.0-SNAPSHOT' apply plugin: 'java' sourceCompatibility = 1.8 repositories { mavenCentral() } dependencies { compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '3.0.0-alpha-2' } Cheers, Daniel.Sun -- Sent from: http://gro

Re: [ANNOUNCE] Apache Groovy 3.0.0-alpha-2 released

2018-04-19 Thread Daniel Sun
`pom` is not required. FYI: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";> 4.0.0 me.sunlan try-groovy-via-mvn 1.0-SNA

Re: [ANNOUNCE] Apache Groovy 3.0.0-alpha-2 released

2018-04-19 Thread Daniel Sun
`pom` is the key part Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Apache Groovy 3.0.0-alpha-2 released

2018-04-19 Thread Daniel Sun
Hi Francesco, You should still be able to use groovy-all, but the relevant individual JARs will be downloaded(not the original fat jar file groovy-all.jar). org.codehaus.groovy groovy-all 3.0.0-alpha-2 pom Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.na

Re: [ANNOUNCE] Apache Groovy 3.0.0-alpha-2 released

2018-04-19 Thread Francesco Chicchiriccò
On 2018/04/18 16:45:01, "Daniel.Sun" wrote: > Hi Francesco, > > In order to cater to Java9+, the fat jar, i.e. groovy-all.jar is not > provided any more. The groovy-all.pom you are using relies on other Groovy > module jars, so when you use the dependency groovy-all, which actually > provides a

Re: [ANNOUNCE] Apache Groovy 3.0.0-alpha-2 released

2018-04-18 Thread Daniel.Sun
Hi Francesco, In order to cater to Java9+, the fat jar, i.e. groovy-all.jar is not provided any more. The groovy-all.pom you are using relies on other Groovy module jars, so when you use the dependency groovy-all, which actually provides all individual module jars :-) Cheers, Daniel.Sun

Re: [ANNOUNCE] Apache Groovy 3.0.0-alpha-2 released

2018-04-18 Thread Francesco Chicchiriccò
Hi, congrats for the new release. We have been using org.codehaus.groovy groovy-all 3.0.0-alpha-1 but now with 3.0.0-alpha-2 the dependency cannot be found: I have verified, in fact, that only the pom artifact is available at http://repo1.maven.org/maven

Re: [ANNOUNCE] Apache Groovy 3.0.0-alpha-2 released

2018-04-17 Thread Daniel Sun
Paul, thanks for your help during the release :-) -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Apache Groovy 3.0.0-alpha-2 released

2018-04-17 Thread Paul King
Nice work Daniel! On Tue, Apr 17, 2018 at 3:35 PM, 孙 岚 wrote: > Dear community, > > The Apache Groovy team is pleased to announce version 3.0.0-alpha-2 of > Apache Groovy. > Apache Groovy is a multi-facet programming language for the JVM. > Further details can be found at the http://groovy.apach

[ANNOUNCE] Apache Groovy 3.0.0-alpha-2 released

2018-04-16 Thread 孙 岚
Dear community, The Apache Groovy team is pleased to announce version 3.0.0-alpha-2 of Apache Groovy. Apache Groovy is a multi-facet programming language for the JVM. Further details can be found at the http://groovy.apache.org website. This is a pre-release of a new version of Groovy. We greatl