MacOSX Installer Build Task Unzip Overwrite Issue w/ patch
----------------------------------------------------------

                 Key: JRUBY-5989
                 URL: https://jira.codehaus.org/browse/JRUBY-5989
             Project: JRuby
          Issue Type: Bug
          Components: Miscellaneous
    Affects Versions: JRuby 1.7
         Environment: Mac OSX Snow Leopard
            Reporter: Chris White
             Fix For: JRuby 1.7
         Attachments: 
0001-Overwrite-files-when-doing-unzip-task.-Prevents-buil.patch

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. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to