from small one page howto to huge articles all in one place
 

search text in:





Poll
Which linux distribution do you use?







poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

186346

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250360

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

137535

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion
You are here: manpages





RAKE

Section: User Commands (1)
Index Return to Main Contents

BSD mandoc
rake 11.2.2  

NAME

rake - make-like build utility for Ruby  

SYNOPSIS

[-f rakefile ] [options ] targets ...  

DESCRIPTION

is a make(1)Ns-like build utility for Ruby. Tasks and dependencies are specified in standard Ruby syntax.  

OPTIONS

-m , --multitask
Treat all tasks as multitasks.
-B , --build-all
Build all prerequisites, including those which are up-to-date.
-j , --jobs num_jobs
Specifies the maximum number of tasks to execute in parallel (default is number of CPU cores + 4).

 

Modules

-I , --libdir libdir
Include libdir in the search path for required modules.
-r , --require module
Require module before executing rakefile

 

Rakefile location

-f , --rakefile filename
Use filename as the rakefile to search for.
-N , --no-search , --nosearch
Do not search parent directories for the Rakefile.
-G , --no-system , --nosystem
Use standard project Rakefile search paths, ignore system wide rakefiles.
-R , --rakelib rakelibdir , --rakelibdir rakelibdir
Auto-import any .rake files in rakelibdir (default is `rakelib'
-g , --system
Use system-wide (global) rakefiles (usually ~/.rake/*.rake )

 

Debugging

--backtrace = out
Enable full backtrace. out can be stderr (default) or stdout
-t , --trace = out
Turn on invoke/execute tracing, enable full backtrace. out can be stderr (default) or stdout
--suppress-backtrace pattern
Suppress backtrace lines matching regexp pattern Ignored if --trace is on.
--rules
Trace the rules resolution.
-n , --dry-run
Do a dry run without executing actions.
-T , --tasks [pattern ]
Display the tasks (matching optional pattern with descriptions, then exit.
-D , --describe [pattern ]
Describe the tasks (matching optional pattern ) then exit.
-W , --where [pattern ]
Describe the tasks (matching optional pattern ) then exit.
-P , --prereqs
Display the tasks and dependencies, then exit.
-e , --execute code
Execute some Ruby code and exit.
-p , --execute-print code
Execute some Ruby code, print the result, then exit.
-E , --execute-continue code
Execute some Ruby code, then continue with normal task processing.

 

Information

-v , --verbose
Log message to standard output.
-q , --quiet
Do not log messages to standard output.
-s , --silent
Like --quiet but also suppresses the `in directory' announcement.
-X , --no-deprecation-warnings
Disable the deprecation warnings.
--comments
Show commented tasks only
-A , --all
Show all tasks, even uncommented ones (in combination with -T or -D
--job-stats [level ]
Display job statistics. If level is `history' displays a complete job list.
-V , --version
Display the program version.
-h , -H , --help
Display a help message.

 

SEE ALSO

The complete documentation for rake has been installed at /usr/share/doc/rake-doc/html/index.html It is also available online at Lk https://ruby.github.io/rake .  

AUTHORS

An -nosplit was written by An Jim Weirich Aq Mt jim@weirichhouse.org .

This manual was created by An Caitlin Matos Aq Mt caitlin.matos@zoho.com for the Debian project (but may be used by others). It was inspired by the manual by An Jani Monoses Aq Mt jani@iv.ro for the Ubuntu project.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
Modules
Rakefile location
Debugging
Information
SEE ALSO
AUTHORS





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 16.2 ms