Hey all, I''ve got the latest source from svn as of today and can compile just fine using the Rakefile. However when I open the visual studio projects (in 2005 or 2008) several of the project paths are messed up and only one of the projects loads. Is this a known issue? Just looking for a nice way to browse the source... Thanks, -Jayme -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080313/686601c3/attachment.html
You''ll need to use the IronRuby.sln solution, *not* the Ruby.sln. I''ll fix my deploy script to scrub Ruby.sln from external sources as this causes a lot of confusion. -John> -----Original Message----- > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core- > bounces at rubyforge.org] On Behalf Of Jayme > Sent: Thursday, March 13, 2008 6:45 AM > To: ironruby-core at rubyforge.org > Subject: [Ironruby-core] Browsing source under VS.NET > > Hey all, > > I''ve got the latest source from svn as of today and can compile just > fine using the Rakefile. However when I open the visual studio > projects (in 2005 or 2008) several of the project paths are messed up > and only one of the projects loads. Is this a known issue? Just > looking for a nice way to browse the source... > > Thanks, > > -Jayme
Thanks John, I''ve got it building now, great. When I build though, it seems that the .csproj files of some projects are updated, some spaces are removed, and some paths are adjusted. Is there a specific version of the IDE other than 2008 I should be using, or perhaps I should only build through the rakefile to make sure that svn doesn''t modify these .csproj files and flag them as having changed? Thanks, -Jayme On Thu, Mar 13, 2008 at 8:48 AM, John Lam (DLR) <jflam at microsoft.com> wrote:> You''ll need to use the IronRuby.sln solution, *not* the Ruby.sln. I''ll fix > my deploy script to scrub Ruby.sln from external sources as this causes a > lot of confusion. > > -John > > > > -----Original Message----- > > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core- > > bounces at rubyforge.org] On Behalf Of Jayme > > Sent: Thursday, March 13, 2008 6:45 AM > > To: ironruby-core at rubyforge.org > > Subject: [Ironruby-core] Browsing source under VS.NET <http://vs.net/> > > > > Hey all, > > > > I''ve got the latest source from svn as of today and can compile just > > fine using the Rakefile. However when I open the visual studio > > projects (in 2005 or 2008) several of the project paths are messed up > > and only one of the projects loads. Is this a known issue? Just > > looking for a nice way to browse the source... > > > > Thanks, > > > > -Jayme > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080313/212f95c0/attachment.html
You might want to svn exclude them for the time being. I have to apply transforms to those files when I generate the external layout (as well as doing transforms on the way back in). I need to spend some time coding on the external layout for a while to get a better feel (I use our internal layout which is what Ruby.sln respects). Thanks, -John> -----Original Message----- > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core- > bounces at rubyforge.org] On Behalf Of Jayme > Sent: Thursday, March 13, 2008 7:05 AM > To: ironruby-core at rubyforge.org > Subject: Re: [Ironruby-core] Browsing source under VS.NET > > Thanks John, > > I''ve got it building now, great. When I build though, it seems that > the .csproj files of some projects are updated, some spaces are > removed, and some paths are adjusted. Is there a specific version of > the IDE other than 2008 I should be using, or perhaps I should only > build through the rakefile to make sure that svn doesn''t modify these > .csproj files and flag them as having changed? > > Thanks, > > -Jayme