https://issues.apache.org/bugzilla/show_bug.cgi?id=55863
Bug ID: 55863
Summary: Create Mac OSX app bundle
Product: JMeter
Version: 2.10
Hardware: Macintosh
OS: Mac OS X 10.4
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Create a Mac OSX app bundle distribution of JMeter. This can be easily done
using Oracle's appbundler ant task [0].
I added this in my github fork of jmeter, see [1] and [2] for a patch file.
This will put the appbundler-1.0.jar into libs/, not sure if it can be
downloaded like all other jars. The bundled app only includes the minimum
(jmeter jar, libs, and bin/*.properties).
Requires Java 1.7 at least. I assume that the ant task should run on all
platforms, but I have only tested it on a Mac.
[0]
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html
[1]
https://github.com/alexkli/jmeter/commit/6a1c1f99e69dfb3fb95c1947daf2c4418ee2dc41
[2]
https://github.com/alexkli/jmeter/commit/6a1c1f99e69dfb3fb95c1947daf2c4418ee2dc41.patch
--
You are receiving this mail because:
You are the assignee for the bug.