EnglishFrenchSpanish

OnWorks favicon

rant - Online in the Cloud

Run rant in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command rant that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


rant - A flexible and portable build tool.

SYNOPSIS


rant [OPTION] ... [TARGET] ...

DESCRIPTION


Striking features

* Defining custom tasks.

* Automated packaging, testing and RDoc generation for Ruby
applications and libraries.

* Creation of a monolithic script tailored to the needs of a specific
project which can be used instead of an Rant installation - users
don't need to install Rant. [See man rant-import]

* Creating gzipped tar and zip archives -- without installing
additional software.

* Optional recognition of file changes based on MD5 checksums instead
of file modification times.

* Dependency checking for C/C++ source files (integrated makedepend
replacement).

* Primitive support for compiling C# sources with csc, cscc and mcs.

Startup

On startup, rant will look for a file called Rantfile , rantfile or root.rant which
contains the build specification (which in fact is valid Ruby code). After reading the
Rantfile(s), rant will execute the following tasks:

If at least one target was given on the commandline:

rant will execute all tasks necessary to build all targets given on the commandline.

else:

rant tries to build the target called "default". If no task with this name exists, rant
invokes the first defined task.

If you want to know which task(s) will be invoked when no target is given on the
commandline, run rant with the -T option. Example:

$ rant -T
rant # => test
rant package # Create packages for distribution.
rant doc # Generate documentation.
rant publish-docs # Publish html docs on make.rubyfore.org.
# Note: scp will prompt for rubyforge password.
rant test # Run basic tests.

The first line always shows the target that will be built if no target argument is given.
In this case, it would be the test target.

OPTIONS


--help -h
Print a help message and exit.

--version -V
Print version of Rant and exit.

--verbose -v
Print more messages to stderr.

--quiet -q
Don't print commands.

--err-commands
Print failed commands and their exit status.

--directory DIRECTORY -C DIRECTORY
Run rant in DIRECTORY.

--cd-parent -c
With this option, Rant starts to search for an Rantfile in the
current working directory as usual, but if it doesn't find one,
it changes to the parent directory and looks there for an
Rantfile. This is repeated until an Rantfile is found or the
working directory is the root directory of the filesystem.

--look-up -u
Look in parent directories for root Rantfile.

--rantfile RANTFILE -f RANTFILE
Process RANTFILE instead of standard rantfiles.
Multiple files may be specified by repeating this option.

--force-run TARGET -a TARGET
Force rebuild of TARGET and all dependencies.

--dry-run -n
Print the names of the tasks that would be executed instead
of actually executing task actions.

--tasks -T
Show a list of all described tasks and exit.

HOMEPAGE


<http://rant.rubyforge.org/>

Use rant online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 2
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • 3
    Xtreme Download Manager
    Xtreme Download Manager
    The project has a new home now:
    https://xtremedownloadmanager.com/ For
    developers:
    https://github.com/subhra74/xdm Xtreme
    Download Manager is a powerful tool t...
    Download Xtreme Download Manager
  • 4
    TTGO VGA32 Lite
    TTGO VGA32 Lite
    Features:4:3 and 16:9 low resolution
    VGA outputPS/2 keyboard and mouse
    inputText-based user interface (TUI)
    with dialog managerPartial Unicode
    supportSlave dis...
    Download TTGO VGA32 Lite
  • 5
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • 6
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • More »

Linux commands

Ad