Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-2
-
Fix Version/s: 1.1-beta-1
-
Component/s: installer
-
Labels:None
-
Environment:Linux (Unix)
-
Number of attachments :
Description
When bootstrapping the build from source (revision 157789)
the 'Running touchstone against the new Maven install...' using maven maven:build-install
will fail because 'maven' script is not executable.
This is a known feature of the ant:copy task (file permissions arent kept during
copy).
Changing the permissions and re-running won't help since then the target/ directory
gets deleted.
I've attached a patch to fix this.
The trivial patch for this issue.