Irvars.bat

Any problems with this file? It’s what I have so far as the batch file
for the SVN vars.

jd

Looks good, it does look like PROGRAM_FILES_64 is never actually used…

Fixed.

So this still leaves the problem of how to manage it so it doesn’t have
version conflicts. We could make a irvars.bat.temp in the repo, add
irvars.bat to the .svnignore and have people fill out the Ruby path in
their personal copy of irvars.bat. But I’m not wild about that one.

Any other ideas?

JD

From: [email protected]
[mailto:[email protected]] On Behalf Of Michael
Letterle
Sent: Thursday, June 05, 2008 1:37 PM
To: [email protected]
Subject: Re: [Ironruby-core] irvars.bat

Looks good, it does look like PROGRAM_FILES_64 is never actually used…
On Thu, Jun 5, 2008 at 4:29 PM, Jim D.
<[email protected]mailto:[email protected]> wrote:

Any problems with this file? It’s what I have so far as the batch file
for the SVN vars.

jd

Make it calculate the path based on the path where irvars.bat lives- put
it in a known location and you should be able to figure out everything
else modulo MRI lib install path based on that.

In the future we’ll start shipping the MRI standard pure ruby libs along
with IronRuby.

-John

From: [email protected]
[mailto:[email protected]] On Behalf Of Jim D.
Sent: Thursday, June 05, 2008 4:45 PM
To: [email protected]
Subject: Re: [Ironruby-core] irvars.bat

Fixed.

So this still leaves the problem of how to manage it so it doesn’t have
version conflicts. We could make a irvars.bat.temp in the repo, add
irvars.bat to the .svnignore and have people fill out the Ruby path in
their personal copy of irvars.bat. But I’m not wild about that one.

Any other ideas?

JD

From: [email protected]
[mailto:[email protected]] On Behalf Of Michael
Letterle
Sent: Thursday, June 05, 2008 1:37 PM
To: [email protected]
Subject: Re: [Ironruby-core] irvars.bat

Looks good, it does look like PROGRAM_FILES_64 is never actually used…
On Thu, Jun 5, 2008 at 4:29 PM, Jim D.
<[email protected]mailto:[email protected]> wrote:

Any problems with this file? It’s what I have so far as the batch file
for the SVN vars.

jd

So leave the CRuby libs portion alone for now, and just get it to
identify a root path. That I can do.

JD

From: [email protected]
[mailto:[email protected]] On Behalf Of John L.
(IRONRUBY)
Sent: Thursday, June 05, 2008 1:49 PM
To: [email protected]
Subject: Re: [Ironruby-core] irvars.bat

Make it calculate the path based on the path where irvars.bat lives- put
it in a known location and you should be able to figure out everything
else modulo MRI lib install path based on that.

In the future we’ll start shipping the MRI standard pure ruby libs along
with IronRuby.

-John

From: [email protected]
[mailto:[email protected]] On Behalf Of Jim D.
Sent: Thursday, June 05, 2008 4:45 PM
To: [email protected]
Subject: Re: [Ironruby-core] irvars.bat

Fixed.

So this still leaves the problem of how to manage it so it doesn’t have
version conflicts. We could make a irvars.bat.temp in the repo, add
irvars.bat to the .svnignore and have people fill out the Ruby path in
their personal copy of irvars.bat. But I’m not wild about that one.

Any other ideas?

JD

From: [email protected]
[mailto:[email protected]] On Behalf Of Michael
Letterle
Sent: Thursday, June 05, 2008 1:37 PM
To: [email protected]
Subject: Re: [Ironruby-core] irvars.bat

Looks good, it does look like PROGRAM_FILES_64 is never actually used…
On Thu, Jun 5, 2008 at 4:29 PM, Jim D.
<[email protected]mailto:[email protected]> wrote:

Any problems with this file? It’s what I have so far as the batch file
for the SVN vars.

jd

Hang on for a bit, Seo - we’ll push out a release next week that fixes
all of the core problems that are leading to this behavior that
everyone’s seeing.

Thanks & sorry all for the problems with the SVN release. Things have
been a bit hectic as of late :slight_smile:

-John

I can write one of those too, I was thinking about the Windows/DOS side
since people were having problems there :wink:

I can do a Powershell one too :wink:

JD


From: [email protected]
[[email protected]] On Behalf Of Sanghyeon S.
[[email protected]]
Sent: Thursday, June 05, 2008 6:02 PM
To: [email protected]
Subject: Re: [Ironruby-core] irvars.bat

2008/6/6 Jim D. [email protected]:

Any problems with this file? It’s what I have so far as the batch file for
the SVN vars.

Would you want a shell script version of this file, instead of batch
file? (As everybody knows shell script is superior to batch files. :slight_smile:


Seo S.


Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

2008/6/6 Jim D. [email protected]:

Any problems with this file? It’s what I have so far as the batch file for
the SVN vars.

Would you want a shell script version of this file, instead of batch
file? (As everybody knows shell script is superior to batch files. :slight_smile: