Re: [jruby-dev] Buildr build

2010-08-17 Thread Alistair Bush
> > all these linux distributions are about dependency management. and > when building a package there needs to be all dependent "libraries" > already available and installed. it seems rather difficult to adopt > the ant script in a way that ant builds from the packages of the > distribution rathe

Re: [jruby-dev] Buildr build

2010-08-17 Thread Alistair Bush
> Hi Kristian, > > actually some Fedora folks contacted me and I think there is a bundle for > Buildr now since they use it for Candlespin. > I don't know if there is a bundle for Debian but I'd be glad to make it > happen. > > Our installation instructions are probably outdated - we can work on

Re: [jruby-dev] Buildr build

2010-08-17 Thread kristian
as a jruby user I need better artifact as there are now. as a jruby user I would like to install jruby from the OS and here I see only gentoo up to date. the moment there a gems or other application in need of jruby it must come through the OS. putting buildr on top of jruby will just increase th

[jruby-dev] [jira] Created: (JRUBY-5018) SSLSocket holds selectors, keys, preventing quick cleanup of resources when dereferenced

2010-08-17 Thread Charles Oliver Nutter (JIRA)
SSLSocket holds selectors, keys, preventing quick cleanup of resources when dereferenced Key: JRUBY-5018 URL: http://jira.codehaus.org/browse/JRUBY-5018 Project:

[jruby-dev] [jira] Created: (JRUBY-5019) disconnected? returns false after disconnect is called over an imap connection

2010-08-17 Thread Antoine Toulme (JIRA)
disconnected? returns false after disconnect is called over an imap connection -- Key: JRUBY-5019 URL: http://jira.codehaus.org/browse/JRUBY-5019 Project: JRuby Issu

Re: [jruby-dev] Buildr build

2010-08-17 Thread Antoine Toulme
OK, I'm in touch with the debian team, and I'll see what it takes to sneak buildr as part of the gentoo distribution, before I push this further. If you are involved with gentoo, I'd be happy to discuss with you on the best way to make buildr happen there. Thanks, Antoine On Tue, Aug 17, 2010 a

Re: [jruby-dev] Buildr build

2010-08-17 Thread kristian
On Tue, Aug 17, 2010 at 11:55 PM, Antoine Toulme wrote: > OK, I'm in touch with the debian team, and I'll see what it takes to sneak > buildr as part of the gentoo distribution, before I push this further. > If you are involved with gentoo, no did I write ruby ebuilds for gentoo before - yes, the

Re: [jruby-dev] Buildr build

2010-08-17 Thread Antoine Toulme
jekyll and sdoc are development dependencies to generate the website, you won't need them. Thanks for the offer! I'll happily work with you on this. Thanks, Antoine On Tue, Aug 17, 2010 at 12:19, kristian wrote: > On Tue, Aug 17, 2010 at 11:55 PM, Antoine Toulme > wrote: > > OK, I'm in touch

[jruby-dev] HTTP Access to JRuby Git Repo?

2010-08-17 Thread redstun
May I ask if it's possible to let me access JRuby git repository thru http? I'm still new to git, currently it seems git://jruby.org/jruby.git is the only access point, for guys behind a proxy, enabling http://jruby.org/jruby.git should be the fix, right? Thanks

Re: [jruby-dev] HTTP Access to JRuby Git Repo?

2010-08-17 Thread Hirotsugu Asari
On Aug 17, 2010, at 10:50 PM, redstun wrote: > May I ask if it's possible to let me access JRuby git repository thru http? > > I'm still new to git, currently it seems git://jruby.org/jruby.git is the > only access point, for guys behind a proxy, enabling > http://jruby.org/jruby.git should be

Re: [jruby-dev] HTTP Access to JRuby Git Repo?

2010-08-17 Thread redstun
Great http://github.com/jruby/jruby.git works, thank you Hirotsugu. On Wed, Aug 18, 2010 at 10:51 AM, Hirotsugu Asari wrote: > > On Aug 17, 2010, at 10:50 PM, redstun wrote: > > May I ask if it's possible to let me access JRuby git repository thru http? > > I'm still new to git, currently it seem