https://bz.apache.org/bugzilla/show_bug.cgi?id=59397
Bug ID: 59397
Summary: build.xml does not make dist.executables executable on
Unix systems
Product: JMeter
Version: Nightly (Please specify date)
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
The dist.executables property contains a list of files that need to be
executable on Unix systems.
However it only does this for the binary tar archive.
This means that the bin/jmeter script (and others) won't be executable if the
user builds JMeter from the tar source archive, and it won't be executable on
Unix systems if either Zip archive is used.
Ant supports the filemode parameter for the zip task, however some unzip
implementations may not support it.
So the install target should also fix the mode.
--
You are receiving this mail because:
You are the assignee for the bug.