All right, here goes:

1. I can't reproduce this. Is the problem that closing the acceptor
thread doesn't block on JRuby? Or is it that the thread dies, but the
system still takes a few moments to release the socket?

2. FileUtils#mkdir_p causes test suites to not register if the mkdir_p
argument already exists. Easily worked around but seems like a bug.
Here's a minimal example:

require 'test/unit'
require 'fileutils'
FileUtils.mkdir_p "some_dir"

class TrueTest < Test::Unit::TestCase
  def test_true; assert true; end
end

It works as long as "some_dir" doesn't already exist, mkdir_p is not
called, or mkdir_p is called from within a TrueTest instance method
rather than at load time.

3. You have my JDK versions already... any more tips on how to debug
this? I'm using a 32bit system, for what it's worth.

4. HttpServer is in the Mongrel module, so somehow it's not finding
that reference appropriately. I haven't looked at this in detail yet.

Thanks

Evan

On 10/17/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote:
> Evan Weaver wrote:
> > Thanks very much. I'll work through your suggestions and report back.
> >
> > My Java version is whatever OS X 10.4.10 has given me:
> >
> > mackenzie:~ eweaver$ java -version
> > java version "1.5.0_07"
> > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
> > Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
> >
> > mackenzie:~ eweaver$ javac -version
> > javac 1.5.0_07
> > javac: no source files
> >
> > However, I reinstalled Ant myself:
> >
> > mackenzie:~ eweaver$ ant -version
> > Apache Ant version 1.7.0 compiled on December 13 2006
> >
> > The JRuby version is from yesterday's JRuby trunk:
> >
> > mackenzie:~ eweaver$ jruby --version
> > ruby 1.8.5 (2007-10-16 rev 3876) [i386-jruby1.1]
>
> All should be ok...I'll wait to hear back from you with more results.
> I'm *very* interested in helping to get mongrel passing all tests and a
> JRuby-based version released.
>
> - Charlie
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>


-- 
Evan Weaver
Cloudburst, LLC

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

    http://xircles.codehaus.org/manage_email

Reply via email to