Vladimir,

Thanks for your help! I've posted a patch that fixes the problems I've run
into:
http://jira.codehaus.org/browse/JRUBY-2963

On Mon, Sep 1, 2008 at 1:54 AM, Vladimir Sizikov <[EMAIL PROTECTED]> wrote:

> 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