You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@buildr.apache.org by Victor Hugo Borja <vi...@gmail.com> on 2009/04/15 19:56:34 UTC

Errno::EACCES when running specs in jruby

Hi all,
Yesterday I tried to run the buildr specs on jruby 1.1.6, 1.2.0 but got lots
of permission errors..
     http://pastie.org/447549
Any pointers on how to solve them?
-- 
vic

Quaerendo invenietis.

Re: Errno::EACCES when running specs in jruby

Posted by Assaf Arkin <ar...@intalio.com>.
On Wed, Apr 15, 2009 at 10:56 AM, Victor Hugo Borja <vi...@gmail.com>wrote:

> Hi all,
> Yesterday I tried to run the buildr specs on jruby 1.1.6, 1.2.0 but got
> lots
> of permission errors..
>     http://pastie.org/447549
> Any pointers on how to solve them?


wild guess, based on this thread:

http://groups.google.com/group/paperclip-plugin/browse_thread/thread/4a0a97a08929d3a5

Tempfile.open doesn't close the file when the block exits, and File.mv
refuses to move file with an open handle.

Assaf


>
> --
> vic
>
> Quaerendo invenietis.
>