[ANN] Rant 0.4.4

S

Stefan Lang

Rant is a flexible build tool written entirely in Ruby,
similar to Rake.

=3D=3D What's new in this release?

The best new feature in this release is, that you can tell Rant
to use MD5 checksums instead of file modification times to
detect file changes.

To enable this feature, just put:

=C2=A0 =C2=A0 =C2=A0 import "md5"

at the top of the Rantfile.
Perhaps this will be the default sometime.

=3D=3D Minor improvements:

* Rant is Ruby 1.8.0 compatible now.
* As always, a few bugfixes.

I'd appreciate suggestions about new features, names, etc.
If you are interested in Rant, join the mailing list:
http://rubyforge.org/mailman/listinfo/make-cafe

=3D=3D Installing Rant

You can install Rant as a RubyGem:
=C2=A0 =C2=A0 % gem install --remote rant

or download the package from=20
RubyForge(http://rubyforge.org/frs/?group_id=3D615)
and install with install.rb:
=C2=A0 =C2=A0 % ruby install.rb

=3D=3D More about Rant

The equivalent to a Makefile for make is the Rantfile. An
Rantfile is actually a valid Ruby script that is read by the
rant command.

Rant currently features:
* Defining custom tasks
* Automated packaging, testing and RDoc generation for Ruby
=C2=A0 applications and libraries.
* Primitive support for compiling C# sources portably with csc, cscc
=C2=A0 and mcs.
* Dependency checking for C/C++ source files.
* Creating gzipped tar and zip archives =E2=80=94 without installing
=C2=A0 additional software.
* Optional recognition of file changes based on MD5 checksums instead
=C2=A0 of file modification times.
* Multiple buildfiles (e.g. one per directory).
* The rant-import command creates a monolithic rant script,
=C2=A0 so you don't depend on an rant installation anymore.

=2E.. and more, visit http://make.ruby-co.de

Rubyforge page:: http://rubyforge.org/projects/make/

BTW, if no one objects, future versions of Rant will be released
under a more liberal licence (BSD or MIT style).

=2D-=20
Stefan
 
L

Lionel Thiry

Stefan Lang a écrit :
BTW, if no one objects, future versions of Rant will be released
under a more liberal licence (BSD or MIT style).

What about ruby license? It's a dual license GPL and a quite liberal
license.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] Rant 0.4.6 2
[ANN] Rant 0.4.8 5
[ANN] Rant 0.5.0 0
[ANN] Rant 0.4.2 2
[ANN] Rant 0.4.0 3
[ANN] Rant 0.3.8 10
Rant 0.5.2 0
[ANN] Rant 0.5.4 6

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top