Brian J. Cardiff
2007-Oct-25 13:06 UTC
[Ironruby-core] At Revision 46, Microsoft.Scripting.csproj imports SpecSharp.targets
Since the SpecSharp.targets its not in trunk VS is unable to load the project. BTW: Hi all! I am trying to keep up to date with this great project and I expect to have some time to collaborate in the following weeks. Cheers, -- Brian J. Cardiff bcardiff(?)gmail.com . -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20071025/35a70820/attachment.html
John Lam (DLR)
2007-Oct-25 16:47 UTC
[Ironruby-core] At Revision 46, Microsoft.Scripting.csproj imports SpecSharp.targets
Brian J. Cardiff:> Since the SpecSharp.targets its not in trunk VS is unable to load the > project.Ouch. Thanks for the catch. I''ll get it into today''s update.> BTW: Hi all! I am trying to keep up to date with this great project > and I expect to have some time to collaborate in the following weeks.Looking forward to it! If you feel like contributing, make sure that you sign a contributor agreement: http://ironruby.rubyforge.org/wiki/wiki.pl?ContributingToIronRuby Thanks! -John
Erez Tal
2007-Oct-28 10:12 UTC
[Ironruby-core] At Revision 46, Microsoft.Scripting.csproj imports SpecS
John Lam (DLR) wrote:> Brian J. Cardiff: > >> Since the SpecSharp.targets its not in trunk VS is unable to load the >> project. >Is this resolved yet? I''m using revision 53 and having the same problem. -- Posted via http://www.ruby-forum.com/.
Joe Chung
2007-Oct-28 16:37 UTC
[Ironruby-core] At Revision 46, Microsoft.Scripting.csproj imports SpecS
Erez Tal wrote:> John Lam (DLR) wrote: >> Brian J. Cardiff: >> >>> Since the SpecSharp.targets its not in trunk VS is unable to load the >>> project. >> > > Is this resolved yet? > > I''m using revision 53 and having the same problem.Until they resolve this, you can work around this by removing the following lines (the Spec# references) from the Microsoft.Scripting C# project. <Import Project="..\..\SpecSharp.targets" /> <Target Name="AfterCompile" DependsOnTargets="Verify" Condition="''$(SpecSharpVerify)'' == ''true''" /> -- Posted via http://www.ruby-forum.com/.
Erez Tal
2007-Oct-29 06:12 UTC
[Ironruby-core] At Revision 46, Microsoft.Scripting.csproj imports SpecS
Joe Chung wrote:> Erez Tal wrote: >> John Lam (DLR) wrote: >>> Brian J. Cardiff: >>> >>>> Since the SpecSharp.targets its not in trunk VS is unable to load the >>>> project. >>> >> >> Is this resolved yet? >> >> I''m using revision 53 and having the same problem. > > Until they resolve this, you can work around this by removing the > following lines (the Spec# references) from the Microsoft.Scripting C# > project. > > <Import Project="..\..\SpecSharp.targets" /> > <Target Name="AfterCompile" DependsOnTargets="Verify" > Condition="''$(SpecSharpVerify)'' == ''true''" />Thanks, Worked like a charm. -- Posted via http://www.ruby-forum.com/.
John Lam (DLR)
2007-Oct-29 22:26 UTC
[Ironruby-core] At Revision 46, Microsoft.Scripting.csproj imports SpecS
Joe Chung:> Until they resolve this, you can work around this by removing the > following lines (the Spec# references) from the Microsoft.Scripting C# > project. > > <Import Project="..\..\SpecSharp.targets" /> > <Target Name="AfterCompile" DependsOnTargets="Verify" > Condition="''$(SpecSharpVerify)'' == ''true''" />Thanks for posting this, Joe. Resolving this properly requires adding a new feature to the Rakefile and I''m running around getting things together for RubyConf right now. -John