Issue Details (XML | Word | Printable)

Key: RIO-282
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Dennis Reedy
Reporter: Ronald A. Bowers
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Rio

The rio scripts installed via the mvn-downloaded zip are not executable

Created: 10/Aug/10 05:46 PM   Updated: 10/Aug/10 06:33 PM
Component/s: Tools
Affects Version/s: 4.1
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. XML File pom.xml (2 kB)

Environment: Mac OS X, Linux


 Description  « Hide
When using the new maven-based distribution updating mechanism, the scripts that are installed in $RIO_HOME/bin are not set to be executable.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dennis Reedy added a comment - 10/Aug/10 06:30 PM
Adding the following lines to the maven-antrun-plugin will do the job:

<chmod perm="ugo+rx" verbose="true">
<fileset dir="target/rio-${rio.version}/bin"/>
</chmod>


Dennis Reedy added a comment - 10/Aug/10 06:32 PM
The attached pom can be used to download, extract and set the scripts as executable.