CI has had a lot of red builds, so I spent some time tonight cleaning them up. Here's a summary of changes.
* The jruby-base build was failing because some combination of environment stuff was causing verification errors in the jzlib library we've incorporated on master. I traced it to ant, and noticed it was always trying to use Java 6, even though we launch with Java 5. Modified Jenkins to install ant 1.8.2 itself and use that rather than any on-system ant copies. jruby-base is green now. * The jruby-dist build was failing for the same reason, but also because "hoe" attempted to active rdoc for something when building the jruby-jars gem. I added rdoc to the list of gems installed for "dist" and now jruby-dist is green (and we have snapshots again). * The spec targets were red because I broke Module#name behavior and because the new jzlib work is in-progress and was failing one spec. I fixed the Module#name regression and tagged the zlib failure for now (the fix is pending, just not ready to merge). Other targets were failing because of some combination of these issues. Hopefully more of them will green up over the next couple days and we'll see what we can do. Summary of Jenkins changes: * Added ant install "ant182" that is set up to install from Apache directly. Set several builds to use it. * Replaced openjdk7 EA with openjdk7 GA. It *should* be green for ant test. - Charlie --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email