[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

equivalent of scons?

Petite Abeille

1/22/2005 5:17:00 PM

Hello,

Is there an equivalent to "scons" [1] in Ruby? More generally, is there
any interesting build system using Ruby out there?

TIA.

Cheers

--
PA
http://alt.text...

[1] http://www....




3 Answers

Florian Gross

1/22/2005 6:19:00 PM

0

PA wrote:

> Hello,

Moin.

> Is there an equivalent to "scons" [1] in Ruby? More generally, is there
> any interesting build system using Ruby out there?

Rake seems to be quite close. They don't share exactly the same goals,
but it might be a good match anyway. See http://rake.ruby...

Tom Copeland

1/22/2005 6:25:00 PM

0

On Sat, 2005-01-22 at 12:17, PA wrote:
> More generally, is there
> any interesting build system using Ruby out there?

There's rake:

http://rake.ruby...

"Rake is a Ruby make-like utility using standard Ruby syntax for the
build specification file."

Yours,

Tom



Tom Copeland

1/22/2005 6:25:00 PM

0

On Sat, 2005-01-22 at 13:20, Florian Gross wrote:
> Rake seems to be quite close. They don't share exactly the same goals,
> but it might be a good match anyway. See http://rake.ruby...

Doh! flgr beat me by 4 minutes! :-)

Tom