Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: JRuby 1.6.4, JRuby 1.7.0.pre1
-
Component/s: Miscellaneous
-
Labels:None
-
Environment:Mac OSX Snow Leopard
-
Patch Submitted:Yes
-
Number of attachments :
Description
I think this may have come from a branch merge. In this commit:
https://github.com/jruby/jruby/commit/af50b6bee7ab688d91b73cd265cbd6f80fdc05fe
A line was added which unzips the dist zip file to build/ in the toplevel directory. However if the build/ directory is already populated with the contents of the dist zip file (through ant dist), unzip will prompt to overwrite the files, causing the build process to hang as it is unable to respond. This patch addresses this by forcing the overwrite of files when running the unzip task.
Fixed on both master ae41af4 and 1.6 branch 4ac8212