Yes, but the .config file doesn't need to be there at all. "../Lib" is the 
default value.

The files in Config directory are for development env only.

Tomas

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Andrew Jorgensen
Sent: Friday, February 11, 2011 6:44 PM
To: Discussion of IronPython
Cc: [email protected]
Subject: Re: [IronPython] Contents of Lib (packaging for RPM)

On Fri, Feb 11, 2011 at 7:28 PM, Tomas Matousek <[email protected]> 
wrote:
> Yes, it is possible. You shouldn't need to change the config file. We don't 
> have a config file in the Windows installation.

This comes from Config/Signed/App.config (which becomes ir.exe.config), which 
has the following line
      <set language="Ruby" option="StandardLibrary"
value="..\..\Languages\Ruby\StdLib"/>
which must be changed to
      <set language="Ruby" option="StandardLibrary" value="..\Lib"/> for ir.exe 
to find libraries. Of course the first is correct for the built copy, just not 
correct when installed.
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

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

Reply via email to