Is IronRuby.sln supposed to compile fine at revision 76?

Hi,

I’m finalizing an article which includes details on how to compile
IronRuby.

It seems that MsBuild IronRuby.sln doesn’t compile successfully at
revision 76 (it’s looking for
…....\Runtime\Microsoft.Scripting\Microsoft.Scripting.csproj which
doesn’t exist).

Does anyone meet the same issue ?

“rake compile” works perfectly fine.

cheers

Thibaut

[blog] http://evolvingworker.com - tools for a better day
[blog] http://blog.logeek.fr - about writing software

On Wed, Mar 12, 2008 at 10:40 AM, Thibaut Barrère
[email protected] wrote:

I’m finalizing an article which includes details on how to compile IronRuby.

It seems that MsBuild IronRuby.sln doesn’t compile successfully at
revision 76 (it’s looking for
…....\Runtime\Microsoft.Scripting\Microsoft.Scripting.csproj which
doesn’t exist).

Does anyone meet the same issue ?

“rake compile” works perfectly fine.

I ran into something similar yesterday. What I ended up doing was
getting a clean checkout from svn, running rake compile, and once that
completed successfully, opening up the IronRuby.sln file. For some
reason, Visual Studio was able to compile from there on out.

Josh

Hi Josh,

I ran into something similar yesterday. What I ended up doing was
getting a clean checkout from svn, running rake compile, and once that
completed successfully, opening up the IronRuby.sln file. For some
reason, Visual Studio was able to compile from there on out.

Yup - I noticed that once it’s compiled with Visual Studio, some
.csproj files are modified. This is probably what allows MsBuild to be
successful just after.

Thanks for the hint!

– Thibaut