daz
March 17, 2013, 1:42am
1
A new release candidate for Gradle 1.5 is out. This release addresses a couple of issues discovered in the first release candidate:
GRADLE-2705 : Cannot run Gradle with 64-bit JVM on Windows 2003 and earlier - GRADLE-2706 : PMD Plugin applying basic rules even when they are not included in our rule set files
If you encountered either of these problems, or if you haven’t yet tried out the first release candidate, we’d really appreciate it if you could try this one out and let us know if you experience any issues.
http://www.gradle.org/release-candidate
You would likely get more people testing if you included the download link in the announcement.
$0.02 Philip
daz
March 17, 2013, 3:17pm
3
Thanks - fixed now. That was a bit of an oversight!
Thomas
(thomas.glaeser)
March 21, 2013, 2:46pm
4
Why does Gradle 1.5 try to access Maven metadata when having Ivy repositories configured only resulting in unnecessary network access?
Cached resource is up-to-date (lastModified: Fri Mar 01 12:11:59 EST 2013). [HTTP: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.7.1.3/ivy-6.7.1.3.xml]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/maven-metadata.xml]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.7.1.3/lfw-messageeditor-6.7.1.3.pom]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.7.1.3-SNAPSHOT/lfw-messageeditor-6.7.1.3-SNAPSHOT.pom]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.6.2.2/lfw-messageeditor-6.6.2.2.pom]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.5.1.15/lfw-messageeditor-6.5.1.15.pom]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.4.1.11/lfw-messageeditor-6.4.1.11.pom]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.4.1.9/lfw-messageeditor-6.4.1.9.pom]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.4.1.8/lfw-messageeditor-6.4.1.8.pom]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.4.1.7/lfw-messageeditor-6.4.1.7.pom]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.4.1.2/lfw-messageeditor-6.4.1.2.pom]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.1.2.1/lfw-messageeditor-6.1.2.1.pom]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.1.1.14/lfw-messageeditor-6.1.1.14.pom]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.1.1.5/lfw-messageeditor-6.1.1.5.pom]
Resource missing. [HTTP GET: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/maven-metadata.xml]
Cached resource is up-to-date (lastModified: Fri Mar 01 12:11:59 EST 2013). [HTTP: http://bas.eur.ad.sag:8081/artifactory/build-snapshot/com/softwareag/g11n/lfw/lfw-messageeditor/6.7.1.3/lfw-messageeditor-6.7.1.3.jar]
daz
March 21, 2013, 3:19pm
5
Hi Thomas. Can you please open a separate forum topic for this issue? Seems like it warrants it’s own thread.
Thomas
(thomas.glaeser)
March 21, 2013, 4:11pm
6
Hi Daz - Here it is … http://gsfn.us/t/3tsep . Any comment on the why? This might be intentionally, but it seems to be an expensive operation considering that the POM files shouldn’t be relevant…/Thomas