Re: [Ironruby-core] Incorrect library paths in App.Config

2009-02-15 Thread Pete Bacon Darwin
Actually the offending bit is actually hard coded into context.rb!! def transform_config_file(configuration, source_path, target_build_path) # signing is on for IronRuby in Merlin, off for SVN and Binary layout = {'Merlin' => { :signing => false, :LibraryPaths => '..\..\Languages\Ru

Re: [Ironruby-core] Incorrect library paths in App.Config

2009-02-15 Thread Ivan Porto Carrero
Yes I also found that out.. I added a new one there in my branch. MonoDist On Sun, Feb 15, 2009 at 3:03 PM, Pete Bacon Darwin < bacondar...@googlemail.com> wrote: > Actually the offending bit is actually hard coded into context.rb!! > > > > def transform_config_file(configuration, source_path