Ivan Porto Carrero
2009-Jun-19 14:02 UTC
[Ironruby-core] script for building the silverlight support
Hi Is there a script somewhere to build Chiron and friends to get silverlight support? Or do I go through visual studio and fiddle around with the references until they are right? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090619/917d45c6/attachment.html>
Jimmy Schementi
2009-Jun-19 17:55 UTC
[Ironruby-core] script for building the silverlight support
The easiest way is to copy the DLLs from c:\program files\microsoft silverlight\2.0.40115 to merlin\utilities\silverlight\x86ret. Then building the "Silverlight debug/release configurations" from VS or msbuild will work. I believe there are also cmdline shortcuts like bsrbd and bsrbr to do the builds. Let me know if you have any issues. I''ll put this on the dev wiki shortly. ~Jimmy Sent from my phone On Jun 19, 2009, at 7:15 AM, "Ivan Porto Carrero" <ivan at flanders.co.nz<mailto:ivan at flanders.co.nz>> wrote: Hi Is there a script somewhere to build Chiron and friends to get silverlight support? Or do I go through visual studio and fiddle around with the references until they are right? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: <http://flanders.co.nz> http://flanders.co.nz Twitter: <http://twitter.com/casualjim> http://twitter.com/casualjim Author of IronRuby in Action (<http://manning.com/carrero>http://manning.com/carrero) _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org<mailto: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/20090619/247123ae/attachment.html>
Ivan Porto Carrero
2009-Jun-19 18:15 UTC
[Ironruby-core] script for building the silverlight support
yes I should have thought of that :)Instead I took the long road and went in the the project files to edit the silverlight path variable. Anyway I now have a build against SL3 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Fri, Jun 19, 2009 at 7:55 PM, Jimmy Schementi < Jimmy.Schementi at microsoft.com> wrote:> The easiest way is to copy the DLLs from c:\program files\microsoft > silverlight\2.0.40115 to merlin\utilities\silverlight\x86ret. Then building > the "Silverlight debug/release configurations" from VS or msbuild will work. > I believe there are also cmdline shortcuts like bsrbd and bsrbr to do the > builds. > > Let me know if you have any issues. I''ll put this on the dev wiki shortly. > > ~JimmySent from my phone > > On Jun 19, 2009, at 7:15 AM, "Ivan Porto Carrero" <ivan at flanders.co.nz> > wrote: > > Hi > Is there a script somewhere to build Chiron and friends to get silverlight > support? Or do I go through visual studio and fiddle around with the > references until they are right? > --- > Met vriendelijke groeten - Best regards - Salutations > Ivan Porto Carrero > Blog: <http://flanders.co.nz>http://flanders.co.nz > Twitter: <http://twitter.com/casualjim>http://twitter.com/casualjim > Author of IronRuby in Action ( <http://manning.com/carrero> > http://manning.com/carrero) > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > > > _______________________________________________ > 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/20090619/1b3fe097/attachment.html>
Jimmy Schementi
2009-Jun-19 18:37 UTC
[Ironruby-core] script for building the silverlight support
You can also provide a MSBuild variable (or environment variable) ?SilverlightPath? which will change the default path if you don?t want to copy DLLs: msbuild Ruby.sln /p:Configuration=?Silverlight Debug? /p:SilverlightPath=?C:\Program Files\Microsoft Silverlight\3.0.xxxxx Any aliases for building will be in Merlin/Main/Scripts/Bat/Alias.txt, and the ?bsrb/bspy? aliases aren?t there yet. They will be shortly. ~js From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Friday, June 19, 2009 11:16 AM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] script for building the silverlight support yes I should have thought of that :) Instead I took the long road and went in the the project files to edit the silverlight path variable. Anyway I now have a build against SL3 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Fri, Jun 19, 2009 at 7:55 PM, Jimmy Schementi <Jimmy.Schementi at microsoft.com<mailto:Jimmy.Schementi at microsoft.com>> wrote: The easiest way is to copy the DLLs from c:\program files\microsoft silverlight\2.0.40115 to merlin\utilities\silverlight\x86ret. Then building the "Silverlight debug/release configurations" from VS or msbuild will work. I believe there are also cmdline shortcuts like bsrbd and bsrbr to do the builds. Let me know if you have any issues. I''ll put this on the dev wiki shortly. ~Jimmy Sent from my phone On Jun 19, 2009, at 7:15 AM, "Ivan Porto Carrero" <ivan at flanders.co.nz<mailto:ivan at flanders.co.nz>> wrote: Hi Is there a script somewhere to build Chiron and friends to get silverlight support? Or do I go through visual studio and fiddle around with the references until they are right? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org<mailto: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/20090619/96873fd4/attachment.html>