Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Build FubuMVC with ruby 1.9
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  23 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Eduardo Laranjeira  
View profile  
 More options Jan 26 2010, 2:47 pm
From: Eduardo Laranjeira <eduardo.laranje...@gmail.com>
Date: Tue, 26 Jan 2010 11:47:55 -0800 (PST)
Local: Tues, Jan 26 2010 2:47 pm
Subject: Build FubuMVC with ruby 1.9
I decided to give FubuMVC a try but I can't compile it with rake. I've
got the following error:

GIT [master] c:0 u:0 d:0 > rake
(in C:/Projects/oss/fubumvc)
rake aborted!
no such file to load -- ftools
C:/Projects/oss/fubumvc/rakefile.rb:5:in `require'
(See full trace by running task with --trace)

It seems this is an issue with albacore, it depends on ftools that was
deprecated and replaced by fileutils in Ruby v1.9.x.

Anyone is having the same issue?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chad Myers  
View profile  
 More options Jan 26 2010, 3:06 pm
From: Chad Myers <chad.my...@gmail.com>
Date: Tue, 26 Jan 2010 14:06:19 -0600
Local: Tues, Jan 26 2010 3:06 pm
Subject: Re: [fubumvc] Build FubuMVC with ruby 1.9

I have not tried ruby 1.9 yet.

Is it crashing on the line "include FileTest" or on "require albacore"?

It may be albacore that's causing the problem.

Can you tell at all? If not, I can try upgrading to Ruby 1.9 tonight and
give it a shot.

-Chad

On Tue, Jan 26, 2010 at 1:47 PM, Eduardo Laranjeira <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eduardo Laranjeira  
View profile  
 More options Jan 27 2010, 5:19 am
From: Eduardo Laranjeira <eduardo.laranje...@gmail.com>
Date: Wed, 27 Jan 2010 02:19:01 -0800 (PST)
Local: Wed, Jan 27 2010 5:19 am
Subject: Re: Build FubuMVC with ruby 1.9
The error message is pointing for the require in rakefile.rb file line
5, that is "require albacore", so it seems an albacore issue. I'll try
to talk with someone in the albacore dev team, so they can fix this
issue.

Thanks anyway.

Eduardo

On Jan 26, 8:06 pm, Chad Myers <chad.my...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eduardo Laranjeira  
View profile  
 More options Jan 27 2010, 6:13 am
From: Eduardo Laranjeira <eduardo.laranje...@gmail.com>
Date: Wed, 27 Jan 2010 03:13:24 -0800 (PST)
Local: Wed, Jan 27 2010 6:13 am
Subject: Re: Build FubuMVC with ruby 1.9
After further investigation, it turns out the culprit is rubyzip. I'm
using v0.9.1 and in the project site the current version is 0.9.4.
I'll try update it to see if it solves the problem.

On Jan 27, 10:19 am, Eduardo Laranjeira <eduardo.laranje...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eduardo Laranjeira  
View profile  
 More options Jan 27 2010, 6:29 am
From: Eduardo Laranjeira <eduardo.laranje...@gmail.com>
Date: Wed, 27 Jan 2010 03:29:29 -0800 (PST)
Local: Wed, Jan 27 2010 6:29 am
Subject: Re: Build FubuMVC with ruby 1.9
It compiles now. For the ones that are using Ruby 1.9.x, make sure
that you have rubyzip v0.9.4 installed.

On Jan 27, 11:13 am, Eduardo Laranjeira <eduardo.laranje...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank L. Quednau  
View profile  
 More options Feb 5 2010, 5:11 pm
From: "Frank L. Quednau" <fqued...@googlemail.com>
Date: Fri, 5 Feb 2010 14:11:56 -0800 (PST)
Local: Fri, Feb 5 2010 5:11 pm
Subject: Re: Build FubuMVC with ruby 1.9
Well, I'm having issues...again. Every time I try ruby & rake
something goes wrong. This time:

C:\Users\flq>gem install rake
ERROR:  While executing gem ... (Errno::ENOENT)
    No such file or directory - U:/

Must me my attitude towards it.

Cheers

On Jan 27, 12:29 pm, Eduardo Laranjeira <eduardo.laranje...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chad Myers  
View profile  
 More options Feb 5 2010, 5:17 pm
From: Chad Myers <chad.my...@gmail.com>
Date: Fri, 5 Feb 2010 16:17:59 -0600
Local: Fri, Feb 5 2010 5:17 pm
Subject: Re: [fubumvc] Re: Build FubuMVC with ruby 1.9

Don't know what to tell you, man. Sorry :(

Try updating your Gems install?

I can't upgrade to 1.9 on my machine right now. Can you run multiple vers of
ruby on your box?

It works for sure on Ruby 1.8.6.

-Chad

On Fri, Feb 5, 2010 at 4:11 PM, Frank L. Quednau <fqued...@googlemail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ryan Rauh  
View profile  
 More options Feb 5 2010, 5:43 pm
From: Ryan Rauh <rauh.r...@gmail.com>
Date: Fri, 5 Feb 2010 16:43:33 -0600
Local: Fri, Feb 5 2010 5:43 pm
Subject: Re: [fubumvc] Re: Build FubuMVC with ruby 1.9

I had problems with ruby 1.9 I downgraded to 1.8.6 and it works great.

I couldn't get any gems to install for 1.9 for some reason

Sent from my iPhone

On Feb 5, 2010, at 4:17 PM, Chad Myers <chad.my...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chad Myers  
View profile  
 More options Feb 5 2010, 6:01 pm
From: Chad Myers <chad.my...@gmail.com>
Date: Fri, 5 Feb 2010 17:01:50 -0600
Local: Fri, Feb 5 2010 6:01 pm
Subject: Re: [fubumvc] Re: Build FubuMVC with ruby 1.9

I pinged Derick Bailey about the albacore problem on Ruby 1.9 and he said it
was the rubyzip gem that was hosing things up. I'm not sure if he was able
to find a workaround or not.

-Chad


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank L. Quednau  
View profile  
 More options Feb 6 2010, 3:32 am
From: "Frank L. Quednau" <fqued...@googlemail.com>
Date: Sat, 6 Feb 2010 00:32:08 -0800 (PST)
Local: Sat, Feb 6 2010 3:32 am
Subject: Re: Build FubuMVC with ruby 1.9
I'll downgrade and see what happens.

Apart from that I feel like experimenting with a clean build syntax
and implementing a parser/builder that produces msbuild xml [and later
nant xml] today (well, it'd take a bit longer but hopefully I know
more later on). I think (though I am not sure) that this rake building
comes from us being traumatized by verbose xml that is nasty to the
eye and not so much the capabilities of the build platform or it's
huge wealth of already existing tasks. If that's the case the builder
should get a warm reception ;)

Regards,
Frank

On Feb 6, 12:01 am, Chad Myers <chad.my...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank L. Quednau  
View profile  
 More options Feb 6 2010, 3:37 am
From: "Frank L. Quednau" <fqued...@googlemail.com>
Date: Sat, 6 Feb 2010 00:37:14 -0800 (PST)
Local: Sat, Feb 6 2010 3:37 am
Subject: Re: Build FubuMVC with ruby 1.9
Well, and the fact that you can write any ruby code in a rake file. Is
this actually the killer feature of rake that makes it's adoption
useful?

On Feb 6, 9:32 am, "Frank L. Quednau" <fqued...@googlemail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank L. Quednau  
View profile  
 More options Feb 6 2010, 5:01 am
From: "Frank L. Quednau" <fqued...@googlemail.com>
Date: Sat, 6 Feb 2010 02:01:09 -0800 (PST)
Local: Sat, Feb 6 2010 5:01 am
Subject: Re: Build FubuMVC with ruby 1.9
OK, my unstoppable verbal outage is annoying today but yesterday's
particular issue stems from the fact that I logged in with my domain
user on my machine here at home. In this case the HOMEDRIVE and
HOMEPATH variables point to a non-existing network drive. For whatever
reasons the gem stuff looks there and is shocked to find out it
doesn't exist - even though it's got nothing to do there as long as
the standard gem lib path (check with gem env) is writable.

Solution is to define the env variable HOME and let it point e.g. to
%USERPROFILE%. Apparently this takes precedence over xDRIVE and xPATH
and gem is happy.

I have written up the bare beginnings of getting fubumvc built on my
blog, incorporating info from this thread, but since I am in the
middle of a domain transfer I can't give you the link I would like you
to give :( Hopefully soon.

Cheers
Frank

On Feb 6, 9:37 am, "Frank L. Quednau" <fqued...@googlemail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eduardo Laranjeira  
View profile  
 More options Feb 7 2010, 6:15 am
From: Eduardo Laranjeira <eduardo.laranje...@gmail.com>
Date: Sun, 7 Feb 2010 03:15:55 -0800 (PST)
Local: Sun, Feb 7 2010 6:15 am
Subject: Re: Build FubuMVC with ruby 1.9
To solve this problem you must update rubyzip to version 0.9.4. At the
time I tryed to build FubuMVC, I had to manually update it, as I said
before. but right now is already available from the gems server.

On Feb 5, 11:01 pm, Chad Myers <chad.my...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eduardo Laranjeira  
View profile  
 More options Feb 7 2010, 6:28 am
From: Eduardo Laranjeira <eduardo.laranje...@gmail.com>
Date: Sun, 7 Feb 2010 03:28:53 -0800 (PST)
Local: Sun, Feb 7 2010 6:28 am
Subject: Re: Build FubuMVC with ruby 1.9
For the ones who want to build FubuMVC with the lastest Ruby (1.9.1-
p378), follow this setps:

1. Download and install http://rubyforge.org/frs/download.php/69035/rubyinstaller-1.9.1-p378-...
2. During the install, check the option to add Ruby to the path
3. Open the Visual Studio comand line, go to the FubuMVC path and run
InstallGems.bat (RubyZip 0.9.4 is already in the gems server)
4. Now your ready to build FubuMVC, just type rake.

On Feb 6, 10:01 am, "Frank L. Quednau" <fqued...@googlemail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob G  
View profile  
 More options Feb 13 2010, 8:37 am
From: Rob G <robertgreyl...@gmail.com>
Date: Sat, 13 Feb 2010 13:37:46 +0000
Local: Sat, Feb 13 2010 8:37 am
Subject: Re: [fubumvc] Re: Build FubuMVC with ruby 1.9

Hi there,

I've followed Eduardo's instructions here to the letter and everything
seemed fine until I type "rake". I'm a total noob when it comes to ruby &
rake, but this is looking like a machine specific problem? The red line I've
highlighted - I've got everything in there up to the v6.0 folder, but no LIB
folder, only BIN. Am I missing something?

** Execute compile
C:\Windows/Microsoft.NET/Framework/v3.5/msbuild.exe src/FubuMVC.sln /nologo
/maxcpucount /v:m /property:BuildI
nParallel=false /property:Configuration=debug /t:Rebuild
error CS1668 : Warning as error : Invalid search path 'C:\Program
Files\Microsoft SDKs\Windows\v6.0A\lib' spe
cified in 'LIB environment variable' -- 'The system cannot find the path
specified. '
rake aborted!
Command failed with status (1):
[C:\Windows/Microsoft.NET/Framework/v3.5/ms...]
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:995:in `block in
sh'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:1010:in `call'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:1010:in `sh'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:1094:in `sh'
C:/Users/Rob G/Documents/My Dropbox/Dev/Projects/Dependencies/Linked To
Source Control/fubumvc/build_support/B
uildUtils.rb:34:in `compile'
C:/Users/Rob G/Documents/My Dropbox/Dev/Projects/Dependencies/Linked To
Source Control/fubumvc/rakefile.rb:48:
in `block in <top (required)>'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:636:in `call'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:636:in `block in
execute'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:631:in `each'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:597:in `block in
invoke_with_call_chain'
C:/Ruby19/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:590:in
`invoke_with_call_chain'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:607:in `block in
invoke_prerequisites'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:604:in `each'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:604:in
`invoke_prerequisites'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:596:in `block in
invoke_with_call_chain'
C:/Ruby19/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:590:in
`invoke_with_call_chain'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2051:in
`invoke_task'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2029:in `block (2
levels) in top_level'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2029:in `block in
top_level'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2023:in
`top_level'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2001:in `block in
run'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/bin/rake:31:in `<top
(required)>'
C:/Ruby19/bin/rake:19:in `load'
C:/Ruby19/bin/rake:19:in `<main>'

Any help appreciated,
Thanks,
Rob G

On Sun, Feb 7, 2010 at 11:28 AM, Eduardo Laranjeira <

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob G  
View profile  
 More options Feb 13 2010, 8:41 am
From: Rob G <robertgreyl...@gmail.com>
Date: Sat, 13 Feb 2010 13:41:49 +0000
Local: Sat, Feb 13 2010 8:41 am
Subject: Re: [fubumvc] Re: Build FubuMVC with ruby 1.9

Hmmm....seems after just adding an empty "Lib" folder I have made progress.
Next issue we have nunit throwing a fit because there are spaces in my path
to the solution. It's 2010 - are you kidding me?! :)

2010/2/13 Rob G <robertgreyl...@gmail.com>

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Sutton  
View profile  
 More options Feb 13 2010, 10:46 am
From: Chris Sutton <bdsut...@gmail.com>
Date: Sat, 13 Feb 2010 09:46:21 -0600
Local: Sat, Feb 13 2010 10:46 am
Subject: Re: [fubumvc] Re: Build FubuMVC with ruby 1.9

I was having the same issues running rake with ruby 1.9.1 and switched back
to 1.8.7 and I can rake fubu now.

http://rubyinstaller.org/download.html

<http://rubyinstaller.org/download.html>Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob G  
View profile  
 More options Feb 13 2010, 2:24 pm
From: Rob G <robertgreyl...@gmail.com>
Date: Sat, 13 Feb 2010 19:24:48 +0000
Local: Sat, Feb 13 2010 2:24 pm
Subject: Re: [fubumvc] Re: Build FubuMVC with ruby 1.9

I succeeded by making a change to the rake scripts to allow for paths with
spaces. That is checked in to my fork and awaiting a pull from the main
repo. I've successfully compiled using ruby 1.9.1 now with Eduardo's advice
and this change I made.

Regards,
Rob G


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chad Myers  
View profile  
 More options Feb 13 2010, 2:27 pm
From: Chad Myers <chad.my...@gmail.com>
Date: Sat, 13 Feb 2010 13:27:49 -0600
Local: Sat, Feb 13 2010 2:27 pm
Subject: Re: [fubumvc] Re: Build FubuMVC with ruby 1.9

I think I got that one already. Check darth and you should see it.  I have
NOT applied the examples pull-request yet, though.  I hesitated because Josh
is more familiar with that project and I thought he might want to double
check it first.  Upon first glance, it seemed OK.

On Feb 13, 2010 1:24 PM, "Rob G" <robertgreyl...@gmail.com> wrote:

I succeeded by making a change to the rake scripts to allow for paths with
spaces. That is checked in to my fork and awaiting a pull from the main
repo. I've successfully compiled using ruby 1.9.1 now with Eduardo's advice
and this change I made.

Regards,
Rob G

On Sat, Feb 13, 2010 at 3:46 PM, Chris Sutton <bdsut...@gmail.com> wrote:

> I was having the sam...

--

You received this message because you are subscribed to the Google Groups
"FubuMVC Development Group...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob G  
View profile  
 More options Feb 13 2010, 2:30 pm
From: Rob G <robertgreyl...@gmail.com>
Date: Sat, 13 Feb 2010 19:30:17 +0000
Local: Sat, Feb 13 2010 2:30 pm
Subject: Re: [fubumvc] Re: Build FubuMVC with ruby 1.9

Yes - the ruby rake fix is in :) ooo...snappy!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chad Myers  
View profile  
 More options Feb 13 2010, 3:10 pm
From: Chad Myers <chad.my...@gmail.com>
Date: Sat, 13 Feb 2010 14:10:50 -0600
Local: Sat, Feb 13 2010 3:10 pm
Subject: Re: [fubumvc] Re: Build FubuMVC with ruby 1.9

I also added your Spark DLLs/PDBs to the build output so it should show in
the artifacts in the TeamCity build now.

I also added HelloSpark as a aspnet_compile step. It doesn't help much with
Spark, but it will at least compile the Global.asax and make sure that
doesn't have any problems (better than nothing).

You can see the build here:
http://teamcity.codebetter.com/viewLog.html?buildTypeId=bt24&buildId=...

You can see the build artifact (fubumvc.zip) by clicking on the "Artifacts"
tab, or by the direct link here:
http://teamcity.codebetter.com/repository/download/bt24/9798:id/fubum...

-Chad


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eduardo Laranjeira  
View profile  
 More options Feb 13 2010, 7:40 pm
From: Eduardo Laranjeira <eduardo.laranje...@gmail.com>
Date: Sun, 14 Feb 2010 00:40:17 +0000
Local: Sat, Feb 13 2010 7:40 pm
Subject: Re: [fubumvc] Re: Build FubuMVC with ruby 1.9

Nice to see that you got it working with Ruby 1.9. I didn't had any trouble
compiling it because I have the Lib folder and I don't have white spaces in
my path to the solution :).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank L. Quednau  
View profile  
 More options Mar 19 2010, 1:29 pm
From: "Frank L. Quednau" <fqued...@googlemail.com>
Date: Fri, 19 Mar 2010 10:29:30 -0700 (PDT)
Local: Fri, Mar 19 2010 1:29 pm
Subject: Re: Build FubuMVC with ruby 1.9
So that's where it started...

Totally OT, but that experiment has taken place and went the route of
using the MSBuild API + integration with PowerShell to get that ruby
effect of using code in your build script.
Its code is also hosted on github and the project is called rfb. The
wiki pages of the project tell about the syntax.

Cheers

On Feb 6, 9:32 am, "Frank L. Quednau" <fqued...@googlemail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »