On Mar 2, 2010, at 11:13 AM, Thibaut Barrère wrote:
– Thibaut
JRuby 1.4 ships with Windows native launcher. So there is no need for
jgem.bat any more.
As for registering your nickname on IRC, issue this command with your
IRC client to get started:
/msg nickserv help
/msg nickserv help register
/msg nickserv register nickname_you_wantyour_email_address
I think this is now required because of a bot attack.
Yeah, there have been a few spambot attacks the past couple months,
which triggered FreeNode to flip all registered channels to require
users to register to speak. I turned that flag off for a while, but
the spambots are still around…so the requirement remains.
As for missing jgem.bat, this seems to be a problem in our build
scripts.
On Windows, when you do ‘ant dist’, the BAT scripts are created, but
not when you do the same on Linux/MacOS, and since our official
binaries are built there, they miss the BAT files.
Please file a bug in JRuby JIRA.
Thanks,
–Vladimir
On Tue, Mar 2, 2010 at 11:26 PM, Thibaut Barrère [email protected] wrote:
As for missing jgem.bat, this seems to be a problem in our build
scripts.
On Windows, when you do ‘ant dist’, the BAT scripts are created, but
not when you do the same on Linux/MacOS, and since our official
binaries are built there, they miss the BAT files.