RAKE


HOME

RAKE

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
ENVIRONMENT
SEE ALSO
REPORTING BUGS
AUTHOR

NAME

rake − Ruby Make

SYNOPSIS

rake [−-f Rakefile] [−-version] [−CGNPgnqstv] [−D [PATTERN]] [−E CODE] [−I LIBDIR] [−R RAKELIBDIR] [−T [PATTERN]] [−e CODE] [−p CODE] [−r MODULE] [−-rules] [variable=value] target ...

DESCRIPTION

Rake is a simple ruby(1) build program with capabilities similar to the regular make(1) command.

Rake has the following features:

Rakefiles (Rake’s version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?).

Users can specify tasks with prerequisites.

Rake supports rule patterns to synthesize implicit tasks.

Flexible FileLists that act like arrays but know about manipulating file names and paths.

A library of prepackaged tasks to make building rakefiles easier.

OPTIONS

−-version

Display the program version.

−C

−-classic-namespace

Put Task and FileTask in the top level namespace

−D [PATTERN]
−-describe
[PATTERN]

Describe the tasks (matching optional PATTERN ), then exit.

−E CODE
−-execute-continue
CODE

Execute some Ruby code, then continue with normal task processing.

−G

−-no-system
−-nosystem

Use standard project Rakefile search paths, ignore system wide rakefiles.

−I LIBDIR
−-libdir
LIBDIR

Include LIBDIR in the search path for required modules.

−N

−-no-search
−-nosearch

Do not search parent directories for the Rakefile.

−P

−-prereqs

Display the tasks and dependencies, then exit.

−R RAKELIBDIR
−-rakelib
RAKELIBDIR
−-rakelibdir
RAKELIBDIR

Auto-import any .rake files in RAKELIBDIR. (default is rakelib )

−T [PATTERN]
−-tasks
[PATTERN]

Display the tasks (matching optional PATTERN ) with descriptions, then exit.

−e CODE
−-execute
CODE

Execute some Ruby code and exit.

−f FILE
−-rakefile
FILE

Use FILE as the rakefile.

−h

−-help

Prints a summary of options.

−g

−-system

Using system wide (global) rakefiles (usually ~/.rake/*.rake ).

−n

−-dry-run

Do a dry run without executing actions.

−p CODE
−-execute-print
CODE

Execute some Ruby code, print the result, then exit.

−q

−-quiet

Do not log messages to standard output.

−r MODULE
−-require
MODULE

Require MODULE before executing rakefile.

−s

−-silent

Like −-quiet, but also suppresses the ’in directory’ announcement.

−t

−-trace

Turn on invoke/execute tracing, enable full backtrace.

−v

−-verbose

Log message to standard output (default).

−-rules

Trace the rules resolution.

ENVIRONMENT

RAKE_SYSTEM

The directory path containing the system wide rakefiles.

RAKE_COLUMNS

Override the number of columns used for output, such as −Fl tasks

RAKEOPT

Used to provide default command line arguments to Rake.

TAGS

Generate an Emacs TAGS file

TEST

The list of test files will be overridden to include only the filename specified on the command line.

This provides an easy way to run just one test.

TESTOPTS
TESTOPT
TEST_OPTS
TEST_OPT

The given options are passed to the test process after a −Fl

This allows Test::Unit options to be passed to the test suite.

USERPROFILE

HOME

HOMEDRIVE
HOMEPATH

The standard directory containing system wide rake files on Win 32 systems.

SEE ALSO

ruby(1) make(1)

http://rake.rubyforge.org/

REPORTING BUGS

Bugs, features requests and other issues can be logged at <http://onestepback.org/redmine/projects/show/rake.>

You will need an account to before you can post issues. Register at <http://onestepback.org/redmine/account/register.> Or you can send an email to the author.

AUTHOR

Rake is written by Jim Weirich <jim@weirichhouse.org>







Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.