On 28 January 2012 23:46, Milamber <[email protected]> wrote: > > > Le 28/01/2012 21:44, sebb a ecrit : >> On 28 January 2012 19:18, Milamber <[email protected]> wrote: >> >>> Hello, >>> >>> The first release candidate for JMeter 2.6 has been prepared, and your >>> votes are solicited. >>> >>> This release brings some valuable improvements and fixes some bugs. >>> >>> If you can, some tests of this release candidate (load tests and/or >>> functional tests) with JVM 5/6/7 on Linux/Windows/Mac OS on changes are >>> welcome. >>> >>> New and Noteworthy with some screenshots to illustrate improvements and >>> list of changes: >>> http://people.apache.org/~milamber/jmeter-2.6RC1/docs/changes.html >>> >>> JMeter is a Java desktop application designed to load test functional >>> behavior and measure performance. The current version is targeted at >>> Java 1.5+. >>> >>> Archives/hashes/sigs and RAT report: >>> >>> http://people.apache.org/~milamber/jmeter-2.6RC1/dist >>> >>> MD5 hashes of archives for this vote: >>> >>> 1ae3982f0aa9b1691df1cddb1b514343 *apache-jmeter-2.6.tgz >>> 6298bdcd9349b2653905bb547f49429a *apache-jmeter-2.6.zip >>> a638a0b8339bcde1efbed070210ceb72 *apache-jmeter-2.6_src.tgz >>> 6cef0613f92174f90875cdbec613755c *apache-jmeter-2.6_src.zip >>> >> What about the Maven jars? >> >> I assume you still have your work area available, in which case could >> you please run >> >> ant _dist_maven -Djmeter.version=2.6 >> >> Then sign the jars and poms in dist/maven, e.g. using >> >> ant sign_dist ... >> >> Then the contents of dist/maven need to be uploaded using: >> >> ant maven_upload -DrepoType=releases >> >> Let me know if there are any problems with the process. >> > > The three ant actions are done with success (but with a build.xml patched)
OK, now you need to login to Nexus, and close the staging repo. For details, see: https://docs.sonatype.org/display/Repository/Closing+a+Staging+Repository The repo can then be added to the vote. > I suppose I must stop the RC1 vote, commit build.xml waitFor patch and > restart release process for a RC2? No, the maven_upload target is not part of the JMeter release itself - it's just a convenience feature for the RM (or it would be if it had worked on Java 1.5!). It's definitely not a blocker for the release. I'm more concerned about the tag creation e-mail with the multiple source revisions. > Milamber > > >> >>> Site Docs are here: >>> http://people.apache.org/~milamber/jmeter-2.6RC1/docs/ >>> >>> Tag: >>> http://svn.apache.org/repos/asf/jmeter/tags/v2_6_RC1 (r1237128) >>> >> The commit message for the tag looks wrong. >> Was it done from a clean checkout? And/or did you run svn update first? >> >> >>> Keys are here: >>> http://svn.apache.org/repos/asf/jmeter/dist/ >>> also >>> http://people.apache.org/~milamber/ >>> >>> N.B. >>> To download the dependencies: "ant download_jars" >>> >>> To create the jars and test JMeter: "ant package test". >>> >>> JMeter 2.6 requires Java 1.5 or later. >>> >>> Note that there is a bug in Java on some Linux systems that manifests >>> itself as the following error when running the test cases or JMeter itself: >>> >>> [java] WARNING: Couldn't flush user prefs: >>> java.util.prefs.BackingStoreException: >>> java.lang.IllegalArgumentException: Not supported: indent-number >>> >>> This does not affect JMeter operation. >>> >>> >>> All feedback (and votes!) welcome. >>> >>> [ ] +1 I support this release >>> [ ] +0 I am OK with this release >>> [ ] -0 OK, but.... >>> [ ] -1 I do not support this release (please indicate why) >>> >>> The vote will remain open for at least 72 hours. >>> >>> Note: If the vote passes, the intention is to release the archive files >>> and rename the RC tag as the release tag. >>> >>> Thanks in advance! >>> >>> Milamber >>> >>> >>> >>> >> >
