Also, any help on generating the Assembly from .rb source files would be appreciated. Is there any equivalent to IronPython's ClrModule. CompileModules?
Thanks, -----Original Message----- From: Hello Sticky [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2008 2:42 AM To: [email protected] Subject: Experiences building IronRuby from source Hi, I've just downloaded the IronRuby source code because I'd like to create something akin to IronPython's pyc.py which can put one or more ruby files into an Assembly which I can later load into a partial trust domain and instantiate and run a particular ruby file. First, a few questions on the solution file: 1. What is /svn/trunk/runfirst.cmd? Do I really need stuff put into %USERPROFILE%? I will ultimately be running under ASP.NET. 2. There are many warnings in the various projects about weird references to mscorlib (which is automatically referenced) and "System" without a version. Can I propose a patch with updates to the vcproj files? 3. The Ruby.Console and IronRuby.Tests projects both have a project file reference to "..\..\App.config" -- is this required? This is a build error. There's no App.config file in /svn/trunk/ Thanks, _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
