Package Details: jmeter 5.6.3-4

Git Clone URL: https://aur.archlinux.org/jmeter.git (read-only, click to copy)
Package Base: jmeter
Description: Java application designed to load test functional behavior and measure performance
Upstream URL: http://jmeter.apache.org/
Keywords: jmeter
Licenses: Apache
Submitter: falconindy
Maintainer: Witko (stick)
Last Packager: stick
Votes: 46
Popularity: 0.169984
First Submitted: 2013-08-15 13:56 (UTC)
Last Updated: 2024-09-10 22:30 (UTC)

Dependencies (1)

Required by (1)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Witko commented on 2017-01-24 11:17 (UTC)

Will you update the version? thx

marco44 commented on 2016-12-07 10:44 (UTC)

Woops, I'm not maintainer anymore :)

marco44 commented on 2016-12-07 10:42 (UTC)

Please do !

benboit commented on 2016-12-07 10:39 (UTC)

This new PKGBUILD works. If no one is interested, i take over ownership. # Maintainer: David Roheim <david dot roheim at gmail dot com> # Contributor: Dave Reisner <d@falconindy.com> pkgname=jmeter pkgver=3.1 pkgrel=1 arch=('any') pkgdesc="A Java desktop application designed to load test functional behavior and measure performance" url="http://jakarta.apache.org/jmeter/" license=("apache") depends=("java-environment>=6") options=('!strip') source=("http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist//jmeter/binaries/apache-${pkgname}-${pkgver}.tgz") sha256sums=('e697a17ef47f645c81f02c8f98f56400e2a182fa580904d329a0d277935edeec') validpgpkeys=('C4923F9ABFB2F1A06F08E88BAC214CAA0612B399') build() { true } package() { install -dm755 "$pkgdir/opt/jmeter" "$pkgdir/usr/bin" cp -a "apache-$pkgname-$pkgver"/* "$pkgdir/opt/jmeter" ln -s /opt/jmeter/bin/jmeter "$pkgdir/usr/bin/jmeter" sed -i '/^java/s|`dirname "$0"`|/opt/jmeter/bin|' "$pkgdir/opt/jmeter/bin/jmeter" } # vim:set ts=2 sw=2 et:

marco44 commented on 2016-08-02 12:45 (UTC)

Disowning, I'm not using it at all…

marco44 commented on 2016-06-18 15:12 (UTC)

Sorry, I had completely forgot about updating this package. If anybody is interested, I can disown it to someone who is more interested :)

rekahsoft commented on 2016-06-02 02:34 (UTC) (edited on 2016-06-02 02:36 (UTC) by rekahsoft)

I found that this PKGBUILD didn't work for later versions. This somewhat hacky PKGBUILD does the trick: # Maintainer: David Roheim <david dot roheim at gmail dot com> # Contributor: Dave Reisner <d@falconindy.com> pkgname=jmeter pkgver=3.0 pkgrel=1 arch=('any') pkgdesc="A Java desktop application designed to load test functional behavior and measure performance" url="http://jakarta.apache.org/jmeter/" license=("apache") depends=("java-environment>=7") options=('!strip') source=("http://apache.mirror.rafal.ca//jmeter/binaries/apache-${pkgname}-${pkgver}.tgz") sha256sums=('9fe33d3d6e381103d3ced2962cdef5c164a06fc58c55e247eadf5a5dbcd4d8fe') validpgpkeys=('C4923F9ABFB2F1A06F08E88BAC214CAA0612B399') build() { true } package() { install -dm755 "$pkgdir/opt/jmeter" "$pkgdir/usr/bin" cp -a "apache-$pkgname-$pkgver"/* "$pkgdir/opt/jmeter" ln -s /opt/jmeter/bin/jmeter "$pkgdir/usr/bin/jmeter" sed -i '/^java/s|`dirname "$0"`|/opt/jmeter/bin|' "$pkgdir/opt/jmeter/bin/jmeter" } # vim:set ts=2 sw=2 et:

mirrorimage commented on 2015-05-28 10:35 (UTC)

if you got: ==> Verifying source file signatures with gpg... apache-jmeter-2.13.tgz ... FAILED (unknown public key AC214CAA0612B399) ==> ERROR: One or more PGP signatures could not be verified! 1. visit the: http://www.us.apache.org/dist/jmeter/binaries/ 2. download: http://www.apache.org/dist/jmeter/KEYS 3. run: >gpg --import KEYS >gpg --verify jmeter-2.13.tar.gz.asc

anjianshi commented on 2015-04-24 00:00 (UTC)

I successfully install this package after run this command: gpg --keyserver pgpkeys.mit.edu --recv-keys AC214CAA0612B399

marco44 commented on 2015-04-02 12:44 (UTC)

Yeah, I told you that you'd have other problems afterwards :) In the topic I posted below, there should be some help.