RCov for Jruby is complete

View: New views
6 Messages — Rating Filter:   Alert me  

RCov for Jruby is complete

by Jay McGaffigan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

As of JRuby 1.1.4, the Java extension for RCov is complete, and all the tests pass, and it works faster than before (thanks to Charles, Thomas, and all the JRuby core team).  We have fixed the last couple of bugs, and it’s all integrated into RCov (so it’s not a separate install).  It is currently located at github as hooligan495-rcov.  I am working on getting it pulled into the spicycode fork over at git hub (apparently they’ve been fixing bugs on RCov as the rubyforge project has been quiet for a while).  So I’ll update you more as that rolls out.  But for now add github to your gem sources (gem sources –a http://gems.github.com) and do a “sudo gem install hooligan495-rcov”

 

It should automatically pull down the jruby one if you are using jruby.

 

Please let me know if you have any issues.

 

Jay


Re: RCov for Jruby is complete

by Charles Oliver Nutter-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jay McGaffigan wrote:

> As of JRuby 1.1.4, the Java extension for RCov is complete, and all the
> tests pass, and it works faster than before (thanks to Charles, Thomas,
> and all the JRuby core team).  We have fixed the last couple of bugs,
> and it’s all integrated into RCov (so it’s not a separate install).  It
> is currently located at github as hooligan495-rcov.  I am working on
> getting it pulled into the spicycode fork over at git hub (apparently
> they’ve been fixing bugs on RCov as the rubyforge project has been quiet
> for a while).  So I’ll update you more as that rolls out.  But for now
> add github to your gem sources (gem sources –a http://gems.github.com)
> and do a “sudo gem install hooligan495-rcov”

This is great news! What would be the best way for us to ensure it keeps
working? I'd like to make sure all the JRuby-related gems get CI builds
set up somewhere so we know we're not breaking them with any future changes.

- Charlie


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

    http://xircles.codehaus.org/manage_email



RE: RCov for Jruby is complete

by Jay McGaffigan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

A CI system somewhere would be great.  That way if JRuby changes in a way that breaks rcov we could find out quickly and fix it up.  

Jay  


-----Original Message-----
From: Charles.O.Nutter@... [mailto:Charles.O.Nutter@...] On Behalf Of Charles Oliver Nutter
Sent: Sunday, August 31, 2008 1:41 PM
To: user@...
Subject: Re: [jruby-user] RCov for Jruby is complete

Jay McGaffigan wrote:

> As of JRuby 1.1.4, the Java extension for RCov is complete, and all the
> tests pass, and it works faster than before (thanks to Charles, Thomas,
> and all the JRuby core team).  We have fixed the last couple of bugs,
> and it’s all integrated into RCov (so it’s not a separate install).  It
> is currently located at github as hooligan495-rcov.  I am working on
> getting it pulled into the spicycode fork over at git hub (apparently
> they’ve been fixing bugs on RCov as the rubyforge project has been quiet
> for a while).  So I’ll update you more as that rolls out.  But for now
> add github to your gem sources (gem sources –a http://gems.github.com)
> and do a “sudo gem install hooligan495-rcov”

This is great news! What would be the best way for us to ensure it keeps
working? I'd like to make sure all the JRuby-related gems get CI builds
set up somewhere so we know we're not breaking them with any future changes.

- Charlie


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

    http://xircles.codehaus.org/manage_email



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

    http://xircles.codehaus.org/manage_email



Re: RCov for Jruby is complete

by Charles Oliver Nutter-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jay McGaffigan wrote:
> A CI system somewhere would be great.  That way if JRuby changes in a way that breaks rcov we could find out quickly and fix it up.  

Can you write up a short description of how to bootstrap a test environment?

- Charlie

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

    http://xircles.codehaus.org/manage_email



Re: RCov for Jruby is complete

by eml2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I wasn't able to install on jruby-1.1.4.  

> gem install hooligan495-rcov  --no-rdoc --no-ri --source http://gems.github.com

JRuby limited openssl loaded. gem install jruby-openssl for full support.
http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
Building native extensions.  This could take a while...
ERROR:  Error installing hooligan495-rcov:
        ERROR: Failed to build gem native extension.

Should I specify a version?

Thanks.

Re: RCov for Jruby is complete

by Albert Ramstedt-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I never got that gem install to work. Instead i pulled the git repo
from github and built the gem myself.

git clone git://github.com/spicycode/rcov.git
cd rcov
jruby -S rake gem
cd pkg
jruby -S gem install rcov-0.8.1.3.0-java.gem

On Fri, Oct 24, 2008 at 12:20 AM, eml2 <eileen.loh@...> wrote:

>
> I wasn't able to install on jruby-1.1.4.
>
>> gem install hooligan495-rcov  --no-rdoc --no-ri --source
>> http://gems.github.com
>
> JRuby limited openssl loaded. gem install jruby-openssl for full support.
> http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
> Building native extensions.  This could take a while...
> ERROR:  Error installing hooligan495-rcov:
>        ERROR: Failed to build gem native extension.
>
> Should I specify a version?
>
> Thanks.
>
> --
> View this message in context: http://www.nabble.com/RCov-for-Jruby-is-complete-tp19242509p20140712.html
> Sent from the JRuby - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

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

    http://xircles.codehaus.org/manage_email