Re: [VOTE] Release JMeter 2.4 based on RC3

2010-07-10 Thread sebb AT ASF
Here's my vote:

+1

On 9 July 2010 00:10, sebb AT ASF s...@apache.org wrote:
 Please can I have votes for the release of JMeter 2.4?

 Archives/hashes/sigs and RAT report:

 http://people.apache.org/~sebb/jmeter-2.4_RC3/dist

 MD5 hashes of archives for this vote:

 01ac101b161643a77267baec99b3acfe *jakarta-jmeter-2.4.tgz
 8b1e592d88523c9594560be3b497a6fd *jakarta-jmeter-2.4.zip
 c8176c116c6273d6ce75606992de24a5 *jakarta-jmeter-2.4_src.tgz
 90d2645cac7b15323830d29d2aa16def *jakarta-jmeter-2.4_src.zip

 Site Docs are here:

 http://people.apache.org/~sebb/jmeter-2.4_RC3/docs

 Tag:

 http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_4_RC3 (r961953)

 Keys are here:

 http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
 also
 http://www.apache.org/dist/jakarta/jmeter/KEYS

 N.B.
 To download the dependencies: ant download_jars

 To create the jars and test JMeter: ant package test.

 JMeter 2.4 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!

 S///


-
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org



[VOTE] Release JMeter 2.4 based on RC3

2010-07-08 Thread sebb AT ASF
Please can I have votes for the release of JMeter 2.4?

Archives/hashes/sigs and RAT report:

http://people.apache.org/~sebb/jmeter-2.4_RC3/dist

MD5 hashes of archives for this vote:

01ac101b161643a77267baec99b3acfe *jakarta-jmeter-2.4.tgz
8b1e592d88523c9594560be3b497a6fd *jakarta-jmeter-2.4.zip
c8176c116c6273d6ce75606992de24a5 *jakarta-jmeter-2.4_src.tgz
90d2645cac7b15323830d29d2aa16def *jakarta-jmeter-2.4_src.zip

Site Docs are here:

http://people.apache.org/~sebb/jmeter-2.4_RC3/docs

Tag:

http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_4_RC3 (r961953)

Keys are here:

http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
also
http://www.apache.org/dist/jakarta/jmeter/KEYS

N.B.
To download the dependencies: ant download_jars

To create the jars and test JMeter: ant package test.

JMeter 2.4 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!

S///

-
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org



[ANNOUNCE] Apache Jakarta BSF 3.1 released

2010-06-25 Thread sebb AT ASF
The Apache Jakarta BSF team is pleased to announce the release of BSF 3.1.

 Apache Jakarta BSF 3.1 is an open-source implementation of JSR-223
(javax.script),
Scripting for the Java Platform.

 [BSF3 was developed according to the JSR-223 specs, but has not yet
 been tested using the JSR-223 TCK.]

 See http://jakarta.apache.org/bsf/

The 3.1 release is a maintenance release update to fix a few bugs.

Compared with the previous release of 3.0 (beta3), the 3.1 release
fixes the following:
* BSF-30 ScriptEngineManager no longer catches ThreadDeath
* BSF-29 ScriptException constructed via chained constructor
  ScriptException(Exception) always returns String null for getMessage()

IMPORTANT
=
Note that BSF 3.1 no longer contains bsf-engines.jar, which was a repackaging
of the JSR-223 factories from https://scripting.dev.java.net/.

This is because:
- the jar contained all the engine factories as a single bundle. It was not
  possible to select individual factories, and this could lead to clashes with
  other factories on the classpath.
- the jar did not contain any implementations, so it was still
necessary to download
  the engine.

Many engines contain their own factories now; for those that don't the
factory can
still be downloaded from https://scripting.dev.java.net/.

This version of BSF requires Java 1.4 or later.

The release can be downloaded from:

 http://jakarta.apache.org/site/downloads/downloads_bsf.cgi

 When downloading, please verify signatures using the KEYS file.

 All users running earlier versions of 3.x are recommended to upgrade.

The release is also available from your local Maven repository:

groupIdorg.apache.bsf/groupId
artifactIdbsf-api/artifactId !-- the javax.script API --
version3.1/version

groupIdorg.apache.bsf/groupId
artifactIdbsf-utils/artifactId !-- CLI tool and helper classes --
version3.1/version

 Note that BSF 3.x is not compatible with BSF 2.4, which uses a different API.

 Enjoy!
 The BSF team

-
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org



[VOTE] Release BSF 3.0 RC1

2009-08-12 Thread sebb AT ASF
Please review and vote on the BSF 3.0 RC1 release.
The artifacts are available at:

http://people.apache.org/~sebb/bsf-3.0-RC1/

and the an SVN tag is at:

http://svn.apache.org/repos/asf/jakarta/bsf/tags/bsf-3.0-rc1/

The vote will be open for at least 72 hours.

S///

-
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org



[ANNOUNCE] Apache JMeter 2.3RC3 has been released

2007-07-11 Thread sebb AT ASF

We're pleased to announce the release of Apache JMeter 2.3RC3.

Apache JMeter is a Java application designed to load test functional
behavior and measure performance.

See http://jakarta.apache.org/jmeter/


The release can be downloaded from:

http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi

Only the binary archive is needed to run JMeter - there is no need to
download the source archive.

You may need to download some additional optional libraries - see the
getting started page for details:

http://jakarta.apache.org/jmeter/usermanual/get-started.html

The full list of changes can be found at:

http://jakarta.apache.org/jmeter/changes.html

Please read the changes carefully as there are some minor
incompatibilities with the previous release (2.2).

Enjoy!
The JMeter team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]