:44 AM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Running IronRuby script from C#
I have attached the output.log file.
Timothy
Attachments:
http://www.ruby-forum.com/attachment/5352/output.log
--
Posted via http://www.ruby-forum.com
I have attached the output.log file.
Timothy
Attachments:
http://www.ruby-forum.com/attachment/5352/output.log
--
Posted via http://www.ruby-forum.com/.
___
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/
Re: [Ironruby-core] Running IronRuby script from C#
This is all the text left in the command prompt box.
Unless there is a way to record what happens (or different software), I don't
know how to capture all of the text for the build.
Timothy
Attachments:
http://www.ruby-forum.com/attachm
This is all the text left in the command prompt box.
Unless there is a way to record what happens (or different software), I
don't know how to capture all of the text for the build.
Timothy
Attachments:
http://www.ruby-forum.com/attachment/5343/msbuild_errors.txt
--
Posted via http://www.rub
@rubyforge.org
Subject: Re: [Ironruby-core] Running IronRuby script from C#
I did not have VS SDK 2010, which I now have installed and the build is still
failing. I have attached a copy of some of the error text from the unsuccessful
build, if you want to look.
More info:
Only have Visual C
I did not have VS SDK 2010, which I now have installed and the build is
still failing. I have attached a copy of some of the error text from the
unsuccessful build, if you want to look.
More info:
Only have Visual C# Express 2010 installed - Not sure if this is
affecting the build.
Using comma
-boun...@rubyforge.org] On Behalf Of Timothy Barnes
Sent: Wednesday, November 10, 2010 2:02 PM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Running IronRuby script from C#
I did pass /p:Configuration=Release to msbuild and checked the debug folder. I
did get 4 errors which might have bee
I did pass /p:Configuration=Release to msbuild and checked the debug
folder. I did get 4 errors which might have been the cause.
They were 20-30 lines long so I didn't type them out here. Would it help
for me to post them?
Also, am I correct in the fact that you have to build the solution
Ruby.
ssage-
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Timothy Barnes
Sent: Wednesday, November 10, 2010 11:57 AM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Running IronRuby script from C#
Tomas,
I built the binaries using ms
Tomas,
I built the binaries using msbuild (command line). I then copy all of
the resulting files into my bin folder and now even using ir.exe results
in an error message:
unknown: no such file to load -- gem_prelude.rb (LoadError)
Can you tell me what I have done wrong?
Also, when I tried to
g] On Behalf Of Timothy Barnes
Sent: Monday, November 08, 2010 7:52 AM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Running IronRuby script from C#
Tomas,
Where should I look for this file when you are finished?
Timothy
--
Posted via http://www
Tomas,
Where should I look for this file when you are finished?
Timothy
--
Posted via http://www.ruby-forum.com/.
___
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core
Yes, should be easy.
Tomas
-Original Message-
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Timothy Barnes
Sent: Wednesday, November 03, 2010 2:37 PM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Running IronRuby
Tomas,
Do you mean create a irw.exe file?
That would be great. I don't want to take up too much of your time, but
it would be a great help.
Again, thanks for the replies.
Timothy
--
Posted via http://www.ruby-forum.com/.
___
Ironruby-core mailing l
: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Running IronRuby script from C#
Tomas,
I appreciate the suggestion.
The reason I was trying to do this was to create and .exe file that I can
distribute to other co-workers without them having to understand what ruby is.
The only other answer I
r
you (we have a similar one for Python).
Tomas
-Original Message-
From: Tomas Matousek
Sent: Wednesday, November 03, 2010 1:06 PM
To: ironruby-core@rubyforge.org
Subject: RE: [Ironruby-core] Running IronRuby script from C#
Not today, but it would be easy to implement. I can do i
it is possible to embed without a console window :)
On Wed, Nov 3, 2010 at 7:59 PM, Timothy Barnes wrote:
> Tomas,
>
> I appreciate the suggestion.
>
> The reason I was trying to do this was to create and .exe file that I
> can distribute to other co-workers without them having to understand
>
Tomas,
I appreciate the suggestion.
The reason I was trying to do this was to create and .exe file that I
can distribute to other co-workers without them having to understand
what ruby is. The only other answer I can't find through internet
searches is whether on not I can suppress the console
, November 03, 2010 6:19 AM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Running IronRuby script from C#
Thanks for the replies.
I recreated hello.rb in Scite and the program worked. I have read about
UTF8 encoding and ruby, but had not ran into it before, and I didn't not
Dotan,
Thanks for the links. I have been looking for a place to explain
encoding well for awhile.
I am a self-trained programmer and sometimes it is hard to find good
info to increase my knowledge base. Thanks for the help.
--
Posted via http://www.ruby-forum.com/.
___
this is not an 'issue' with either editors. it is simply a matter of
encoding.
As i previously noted, you've created the file in visual studio, which adds:
http://en.wikipedia.org/wiki/Byte_order_mark
please find the time to read this
http://www.joelonsoftware.com/articles/Unicode.html
On
Thanks for the replies.
I recreated hello.rb in Scite and the program worked. I have read about
UTF8 encoding and ruby, but had not ran into it before, and I didn't not
know what the symbols in front of the hello.rb text meant (see VS error
message). So thanks for the help.
Tomas: I was using
before i think about it too much, it seems you have some unicodish chars in
the file?
On Tue, Nov 2, 2010 at 8:07 PM, Timothy Barnes wrote:
> I am trying to get a Ruby file to run through C#. I was reading through
> "Ruby Unleashed" (book), and it appears to be easy. However, I keep
> getting
confirmed. you probably created the file inside VS, or other UTF happy
editor.
if you insist you might want to try the encoding pragma, but i'm not sure of
its support
# coding: utf-8
puts 'hello'
On Tue, Nov 2, 2010 at 9:41 PM, Dotan N. wrote:
> before i think about it too much, it seems you
yforge.org] On Behalf Of Timothy Barnes
Sent: Tuesday, November 02, 2010 11:07 AM
To: ironruby-core@rubyforge.org
Subject: [Ironruby-core] Running IronRuby script from C#
I am trying to get a Ruby file to run through C#. I was reading through "Ruby
Unleashed" (book), and it appears to
I am trying to get a Ruby file to run through C#. I was reading through
"Ruby Unleashed" (book), and it appears to be easy. However, I keep
getting an error on a very simple test. The text of my programs are:
C#:
using System;
using Microsoft.Scripting.Hosting;
using IronRuby;
class Run_Ruby
26 matches
Mail list logo