Equivalent of scons?

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.textdrive.com/

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

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.rubyforge.org/

There's rake:

http://rake.rubyforge.org/

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

Yours,

Tom

···

On Sat, 2005-01-22 at 12:17, PA wrote:

More generally, is there
any interesting build system using Ruby out there?

Doh! flgr beat me by 4 minutes! :slight_smile:

Tom

···

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.rubyforge.org/