You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/04/29 16:23:22 UTC

[Bug 59397] New: build.xml does not make dist.executables executable on Unix systems

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: issues@jmeter.apache.org
          Reporter: sebb@apache.org

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.

[Bug 59397] build.xml does not make dist.executables executable on Unix systems

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59397

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/viewvc?rev=1741638&view=rev
Log:
build.xml does not make dist.executables executable on Unix systems
Bugzilla Id: 59397

Modified:
    jmeter/trunk/build.xml
    jmeter/trunk/xdocs/changes.xml

URL: http://svn.apache.org/viewvc?rev=1741640&view=rev
Log:
build.xml does not make dist.executables executable on Unix systems
Oops need dir as well
Bugzilla Id: 59397

Modified:
    jmeter/trunk/build.xml

URL: http://svn.apache.org/viewvc?rev=1741641&view=rev
Log:
build.xml does not make dist.executables executable on Unix systems
Oops wrong attribute name
Bugzilla Id: 59397

Modified:
    jmeter/trunk/build.xml

URL: http://svn.apache.org/viewvc?rev=1741642&view=rev
Log:
build.xml does not make dist.executables executable on Unix systems
Needs prefix
Bugzilla Id: 59397

Modified:
    jmeter/trunk/build.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.