Hi Dmitry,

On Sun, Aug 31, 2008 at 11:39 PM, Dmitry Jemerov <[EMAIL PROTECTED]> wrote:
> Hi Vladimir,
>
> Thanks again! rake:ji works for me now, and the build script downloads mspec
> and rubyspecs correctly (or looks like it does), but I get the following
> error when running the specs:
>
> run-specs-precompiled:
>      [echo] Excludes: C:\Src\jruby\jruby/spec/tags
>      [echo] compile=FORCE, threshold=0, objectspace=true threadpool=false
> reflection=false
>      [java] <script>:1:in `run': No such file or directory - cannot execute
> (Errno::ENOENT)
>      [java]     from
> C:/Src/jruby/jruby/spec/mspec/lib/mspec/utils/script.rb:86:in `main'
>      [java]     from C:\Src\jruby\jruby/spec/mspec/bin/mspec:7
>      [java] Java Result: 1
>
> Do you have any idea why this happens?

Yeah. The mspec script is a unix shell script, and it seems that you
can't execute it directly.
One of the solutions would be to use jruby to run it:

jruby C:\Src\jruby\jruby/spec/mspec/bin/mspec ....

Thanks,
  --Vladimir

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

    http://xircles.codehaus.org/manage_email


Reply via email to