rake 0.9.2 → 13.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CONTRIBUTING.rdoc +43 -0
- data/Gemfile +10 -0
- data/History.rdoc +2386 -0
- data/MIT-LICENSE +1 -1
- data/README.rdoc +64 -109
- data/Rakefile +22 -386
- data/bin/bundle +105 -0
- data/bin/console +7 -0
- data/bin/rake +20 -23
- data/bin/rdoc +29 -0
- data/bin/rubocop +29 -0
- data/bin/setup +6 -0
- data/doc/command_line_usage.rdoc +65 -21
- data/doc/glossary.rdoc +40 -49
- data/doc/jamis.rb +1 -0
- data/doc/rake.1 +156 -0
- data/doc/rakefile.rdoc +127 -62
- data/exe/rake +27 -0
- data/lib/rake.rb +37 -31
- data/lib/rake/application.rb +507 -272
- data/lib/rake/backtrace.rb +24 -0
- data/lib/rake/clean.rb +55 -8
- data/lib/rake/cloneable.rb +11 -19
- data/lib/rake/cpu_counter.rb +107 -0
- data/lib/rake/default_loader.rb +5 -0
- data/lib/rake/dsl_definition.rb +74 -46
- data/lib/rake/early_time.rb +5 -1
- data/lib/rake/ext/core.rb +5 -6
- data/lib/rake/ext/string.rb +61 -52
- data/lib/rake/file_creation_task.rb +4 -3
- data/lib/rake/file_list.rb +81 -49
- data/lib/rake/file_task.rb +15 -8
- data/lib/rake/file_utils.rb +69 -47
- data/lib/rake/file_utils_ext.rb +18 -26
- data/lib/rake/invocation_chain.rb +25 -19
- data/lib/rake/invocation_exception_mixin.rb +1 -0
- data/lib/rake/late_time.rb +18 -0
- data/lib/rake/linked_list.rb +112 -0
- data/lib/rake/loaders/makefile.rb +23 -9
- data/lib/rake/multi_task.rb +4 -6
- data/lib/rake/name_space.rb +36 -23
- data/lib/rake/packagetask.rb +71 -34
- data/lib/rake/phony.rb +16 -0
- data/lib/rake/private_reader.rb +21 -0
- data/lib/rake/promise.rb +100 -0
- data/lib/rake/pseudo_status.rb +8 -2
- data/lib/rake/rake_module.rb +41 -3
- data/lib/rake/rake_test_loader.rb +21 -7
- data/lib/rake/rule_recursion_overflow_error.rb +2 -2
- data/lib/rake/scope.rb +43 -0
- data/lib/rake/task.rb +186 -79
- data/lib/rake/task_argument_error.rb +1 -0
- data/lib/rake/task_arguments.rb +50 -15
- data/lib/rake/task_manager.rb +89 -65
- data/lib/rake/tasklib.rb +2 -12
- data/lib/rake/testtask.rb +61 -63
- data/lib/rake/thread_history_display.rb +49 -0
- data/lib/rake/thread_pool.rb +163 -0
- data/lib/rake/trace_output.rb +23 -0
- data/lib/rake/version.rb +7 -7
- data/lib/rake/win32.rb +14 -18
- data/rake.gemspec +43 -0
- metadata +82 -221
- data/.gemtest +0 -0
- data/CHANGES +0 -509
- data/RRR +0 -9
- data/TODO +0 -20
- data/doc/rake.1.gz +0 -0
- data/doc/release_notes/rake-0.4.14.rdoc +0 -23
- data/doc/release_notes/rake-0.4.15.rdoc +0 -35
- data/doc/release_notes/rake-0.5.0.rdoc +0 -53
- data/doc/release_notes/rake-0.5.3.rdoc +0 -78
- data/doc/release_notes/rake-0.5.4.rdoc +0 -46
- data/doc/release_notes/rake-0.6.0.rdoc +0 -141
- data/doc/release_notes/rake-0.7.0.rdoc +0 -119
- data/doc/release_notes/rake-0.7.1.rdoc +0 -59
- data/doc/release_notes/rake-0.7.2.rdoc +0 -121
- data/doc/release_notes/rake-0.7.3.rdoc +0 -47
- data/doc/release_notes/rake-0.8.0.rdoc +0 -114
- data/doc/release_notes/rake-0.8.2.rdoc +0 -165
- data/doc/release_notes/rake-0.8.3.rdoc +0 -112
- data/doc/release_notes/rake-0.8.4.rdoc +0 -147
- data/doc/release_notes/rake-0.8.5.rdoc +0 -53
- data/doc/release_notes/rake-0.8.6.rdoc +0 -55
- data/doc/release_notes/rake-0.8.7.rdoc +0 -55
- data/doc/release_notes/rake-0.9.0.rdoc +0 -112
- data/doc/release_notes/rake-0.9.1.rdoc +0 -52
- data/doc/release_notes/rake-0.9.2.rdoc +0 -49
- data/install.rb +0 -90
- data/lib/rake/alt_system.rb +0 -109
- data/lib/rake/classic_namespace.rb +0 -9
- data/lib/rake/contrib/compositepublisher.rb +0 -21
- data/lib/rake/contrib/ftptools.rb +0 -150
- data/lib/rake/contrib/publisher.rb +0 -69
- data/lib/rake/contrib/rubyforgepublisher.rb +0 -16
- data/lib/rake/contrib/sshpublisher.rb +0 -45
- data/lib/rake/contrib/sys.rb +0 -191
- data/lib/rake/ext/module.rb +0 -39
- data/lib/rake/ext/time.rb +0 -14
- data/lib/rake/gempackagetask.rb +0 -13
- data/lib/rake/pathmap.rb +0 -1
- data/lib/rake/rdoctask.rb +0 -230
- data/lib/rake/ruby182_test_unit_fix.rb +0 -25
- data/lib/rake/runtest.rb +0 -21
- data/test/check_expansion.rb +0 -5
- data/test/check_no_expansion.rb +0 -5
- data/test/data/access/Rakefile +0 -35
- data/test/data/chains/Rakefile +0 -15
- data/test/data/comments/Rakefile +0 -18
- data/test/data/default/Rakefile +0 -17
- data/test/data/deprecated_import/Rakefile +0 -1
- data/test/data/dryrun/Rakefile +0 -22
- data/test/data/extra/Rakefile +0 -1
- data/test/data/file_creation_task/Rakefile +0 -31
- data/test/data/imports/Rakefile +0 -19
- data/test/data/imports/deps.mf +0 -1
- data/test/data/multidesc/Rakefile +0 -15
- data/test/data/namespace/Rakefile +0 -64
- data/test/data/rakelib/test1.rb +0 -4
- data/test/data/rbext/rakefile.rb +0 -3
- data/test/data/sample.mf +0 -14
- data/test/data/statusreturn/Rakefile +0 -6
- data/test/data/unittest/Rakefile +0 -1
- data/test/data/verbose/Rakefile +0 -34
- data/test/file_creation.rb +0 -34
- data/test/helper.rb +0 -44
- data/test/in_environment.rb +0 -35
- data/test/reqfile.rb +0 -3
- data/test/reqfile2.rb +0 -3
- data/test/shellcommand.rb +0 -3
- data/test/test_rake.rb +0 -38
- data/test/test_rake_application.rb +0 -364
- data/test/test_rake_application_options.rb +0 -382
- data/test/test_rake_clean.rb +0 -12
- data/test/test_rake_definitions.rb +0 -80
- data/test/test_rake_directory_task.rb +0 -55
- data/test/test_rake_dsl.rb +0 -73
- data/test/test_rake_early_time.rb +0 -31
- data/test/test_rake_extension.rb +0 -59
- data/test/test_rake_file_creation_task.rb +0 -62
- data/test/test_rake_file_list.rb +0 -633
- data/test/test_rake_file_list_path_map.rb +0 -8
- data/test/test_rake_file_task.rb +0 -104
- data/test/test_rake_file_utils.rb +0 -252
- data/test/test_rake_ftp_file.rb +0 -59
- data/test/test_rake_functional.rb +0 -468
- data/test/test_rake_invocation_chain.rb +0 -52
- data/test/test_rake_makefile_loader.rb +0 -23
- data/test/test_rake_multi_task.rb +0 -51
- data/test/test_rake_name_space.rb +0 -43
- data/test/test_rake_package_task.rb +0 -78
- data/test/test_rake_path_map.rb +0 -157
- data/test/test_rake_path_map_explode.rb +0 -31
- data/test/test_rake_path_map_partial.rb +0 -18
- data/test/test_rake_pseudo_status.rb +0 -20
- data/test/test_rake_rdoc_task.rb +0 -81
- data/test/test_rake_require.rb +0 -35
- data/test/test_rake_rules.rb +0 -346
- data/test/test_rake_task.rb +0 -271
- data/test/test_rake_task_argument_parsing.rb +0 -116
- data/test/test_rake_task_arguments.rb +0 -86
- data/test/test_rake_task_lib.rb +0 -9
- data/test/test_rake_task_manager.rb +0 -145
- data/test/test_rake_task_manager_argument_resolution.rb +0 -36
- data/test/test_rake_task_with_arguments.rb +0 -162
- data/test/test_rake_test_task.rb +0 -122
- data/test/test_rake_top_level_functions.rb +0 -76
- data/test/test_rake_win32.rb +0 -83
- data/test/test_sys.rb +0 -20
data/bin/bundle
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
#
|
|
5
|
+
# This file was generated by Bundler.
|
|
6
|
+
#
|
|
7
|
+
# The application 'bundle' is installed as part of a gem, and
|
|
8
|
+
# this file is here to facilitate running it.
|
|
9
|
+
#
|
|
10
|
+
|
|
11
|
+
require "rubygems"
|
|
12
|
+
|
|
13
|
+
m = Module.new do
|
|
14
|
+
module_function
|
|
15
|
+
|
|
16
|
+
def invoked_as_script?
|
|
17
|
+
File.expand_path($0) == File.expand_path(__FILE__)
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
def env_var_version
|
|
21
|
+
ENV["BUNDLER_VERSION"]
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
def cli_arg_version
|
|
25
|
+
return unless invoked_as_script? # don't want to hijack other binstubs
|
|
26
|
+
return unless "update".start_with?(ARGV.first || " ") # must be running `bundle update`
|
|
27
|
+
bundler_version = nil
|
|
28
|
+
update_index = nil
|
|
29
|
+
ARGV.each_with_index do |a, i|
|
|
30
|
+
if update_index && update_index.succ == i && a =~ Gem::Version::ANCHORED_VERSION_PATTERN
|
|
31
|
+
bundler_version = a
|
|
32
|
+
end
|
|
33
|
+
next unless a =~ /\A--bundler(?:[= ](#{Gem::Version::VERSION_PATTERN}))?\z/
|
|
34
|
+
bundler_version = $1 || ">= 0.a"
|
|
35
|
+
update_index = i
|
|
36
|
+
end
|
|
37
|
+
bundler_version
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
def gemfile
|
|
41
|
+
gemfile = ENV["BUNDLE_GEMFILE"]
|
|
42
|
+
return gemfile if gemfile && !gemfile.empty?
|
|
43
|
+
|
|
44
|
+
File.expand_path("../../Gemfile", __FILE__)
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
def lockfile
|
|
48
|
+
lockfile =
|
|
49
|
+
case File.basename(gemfile)
|
|
50
|
+
when "gems.rb" then gemfile.sub(/\.rb$/, gemfile)
|
|
51
|
+
else "#{gemfile}.lock"
|
|
52
|
+
end
|
|
53
|
+
File.expand_path(lockfile)
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
def lockfile_version
|
|
57
|
+
return unless File.file?(lockfile)
|
|
58
|
+
lockfile_contents = File.read(lockfile)
|
|
59
|
+
return unless lockfile_contents =~ /\n\nBUNDLED WITH\n\s{2,}(#{Gem::Version::VERSION_PATTERN})\n/
|
|
60
|
+
Regexp.last_match(1)
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
def bundler_version
|
|
64
|
+
@bundler_version ||= begin
|
|
65
|
+
env_var_version || cli_arg_version ||
|
|
66
|
+
lockfile_version || "#{Gem::Requirement.default}.a"
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
def load_bundler!
|
|
71
|
+
ENV["BUNDLE_GEMFILE"] ||= gemfile
|
|
72
|
+
|
|
73
|
+
# must dup string for RG < 1.8 compatibility
|
|
74
|
+
activate_bundler(bundler_version.dup)
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
def activate_bundler(bundler_version)
|
|
78
|
+
if Gem::Version.correct?(bundler_version) && Gem::Version.new(bundler_version).release < Gem::Version.new("2.0")
|
|
79
|
+
bundler_version = "< 2"
|
|
80
|
+
end
|
|
81
|
+
gem_error = activation_error_handling do
|
|
82
|
+
gem "bundler", bundler_version
|
|
83
|
+
end
|
|
84
|
+
return if gem_error.nil?
|
|
85
|
+
require_error = activation_error_handling do
|
|
86
|
+
require "bundler/version"
|
|
87
|
+
end
|
|
88
|
+
return if require_error.nil? && Gem::Requirement.new(bundler_version).satisfied_by?(Gem::Version.new(Bundler::VERSION))
|
|
89
|
+
warn "Activating bundler (#{bundler_version}) failed:\n#{gem_error.message}\n\nTo install the version of bundler this project requires, run `gem install bundler -v '#{bundler_version}'`"
|
|
90
|
+
exit 42
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
def activation_error_handling
|
|
94
|
+
yield
|
|
95
|
+
nil
|
|
96
|
+
rescue StandardError, LoadError => e
|
|
97
|
+
e
|
|
98
|
+
end
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
m.load_bundler!
|
|
102
|
+
|
|
103
|
+
if m.invoked_as_script?
|
|
104
|
+
load Gem.bin_path("bundler", "bundle")
|
|
105
|
+
end
|
data/bin/console
ADDED
data/bin/rake
CHANGED
|
@@ -1,32 +1,29 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
|
+
# frozen_string_literal: true
|
|
2
3
|
|
|
3
|
-
#--
|
|
4
|
-
# Copyright (c) 2003, 2004, 2005, 2006, 2007 Jim Weirich
|
|
5
4
|
#
|
|
6
|
-
#
|
|
7
|
-
# of this software and associated documentation files (the "Software"), to
|
|
8
|
-
# deal in the Software without restriction, including without limitation the
|
|
9
|
-
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
10
|
-
# sell copies of the Software, and to permit persons to whom the Software is
|
|
11
|
-
# furnished to do so, subject to the following conditions:
|
|
5
|
+
# This file was generated by Bundler.
|
|
12
6
|
#
|
|
13
|
-
# The
|
|
14
|
-
#
|
|
7
|
+
# The application 'rake' is installed as part of a gem, and
|
|
8
|
+
# this file is here to facilitate running it.
|
|
15
9
|
#
|
|
16
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
21
|
-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
22
|
-
# IN THE SOFTWARE.
|
|
23
|
-
#++
|
|
24
10
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
11
|
+
require "pathname"
|
|
12
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
|
13
|
+
Pathname.new(__FILE__).realpath)
|
|
14
|
+
|
|
15
|
+
bundle_binstub = File.expand_path("../bundle", __FILE__)
|
|
16
|
+
|
|
17
|
+
if File.file?(bundle_binstub)
|
|
18
|
+
if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
|
|
19
|
+
load(bundle_binstub)
|
|
20
|
+
else
|
|
21
|
+
abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
|
|
22
|
+
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
|
|
23
|
+
end
|
|
28
24
|
end
|
|
29
25
|
|
|
30
|
-
require
|
|
26
|
+
require "rubygems"
|
|
27
|
+
require "bundler/setup"
|
|
31
28
|
|
|
32
|
-
|
|
29
|
+
load Gem.bin_path("rake", "rake")
|
data/bin/rdoc
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
#
|
|
5
|
+
# This file was generated by Bundler.
|
|
6
|
+
#
|
|
7
|
+
# The application 'rdoc' is installed as part of a gem, and
|
|
8
|
+
# this file is here to facilitate running it.
|
|
9
|
+
#
|
|
10
|
+
|
|
11
|
+
require "pathname"
|
|
12
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
|
13
|
+
Pathname.new(__FILE__).realpath)
|
|
14
|
+
|
|
15
|
+
bundle_binstub = File.expand_path("../bundle", __FILE__)
|
|
16
|
+
|
|
17
|
+
if File.file?(bundle_binstub)
|
|
18
|
+
if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
|
|
19
|
+
load(bundle_binstub)
|
|
20
|
+
else
|
|
21
|
+
abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
|
|
22
|
+
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
require "rubygems"
|
|
27
|
+
require "bundler/setup"
|
|
28
|
+
|
|
29
|
+
load Gem.bin_path("rdoc", "rdoc")
|
data/bin/rubocop
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
#
|
|
5
|
+
# This file was generated by Bundler.
|
|
6
|
+
#
|
|
7
|
+
# The application 'rubocop' is installed as part of a gem, and
|
|
8
|
+
# this file is here to facilitate running it.
|
|
9
|
+
#
|
|
10
|
+
|
|
11
|
+
require "pathname"
|
|
12
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
|
13
|
+
Pathname.new(__FILE__).realpath)
|
|
14
|
+
|
|
15
|
+
bundle_binstub = File.expand_path("../bundle", __FILE__)
|
|
16
|
+
|
|
17
|
+
if File.file?(bundle_binstub)
|
|
18
|
+
if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
|
|
19
|
+
load(bundle_binstub)
|
|
20
|
+
else
|
|
21
|
+
abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
|
|
22
|
+
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
require "rubygems"
|
|
27
|
+
require "bundler/setup"
|
|
28
|
+
|
|
29
|
+
load Gem.bin_path("rubocop", "rubocop")
|
data/bin/setup
ADDED
data/doc/command_line_usage.rdoc
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Rake is invoked from the command line using:
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
% rake [options ...] [VAR=VALUE ...] [targets ...]
|
|
6
6
|
|
|
7
7
|
Options are:
|
|
8
8
|
|
|
@@ -11,12 +11,22 @@ Options are:
|
|
|
11
11
|
during the execution of the <b>rake</b> command. You can access
|
|
12
12
|
the value by using ENV['<em>name</em>'].
|
|
13
13
|
|
|
14
|
-
[<tt>--
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
[<tt>--all</tt> (-A)]
|
|
15
|
+
Used in combination with the -T and -D options, will force
|
|
16
|
+
those options to show all the tasks, even the ones without comments.
|
|
17
|
+
|
|
18
|
+
[<tt>--backtrace</tt>{=_output_} (-n)]
|
|
19
|
+
Enable a full backtrace (i.e. like --trace, but without the task
|
|
20
|
+
tracing details). The _output_ parameter is optional, but if
|
|
21
|
+
specified it controls where the backtrace output is sent. If
|
|
22
|
+
_output_ is <tt>stdout</tt>, then backtrace output is directed to
|
|
23
|
+
standard output. If _output_ is <tt>stderr</tt>, or if it is
|
|
24
|
+
missing, then the backtrace output is sent to standard error.
|
|
25
|
+
|
|
26
|
+
[<tt>--comments</tt>]
|
|
27
|
+
Used in combination with the -W options to force the output to
|
|
28
|
+
contain commented options only. This is the reverse of
|
|
29
|
+
<tt>--all</tt>.
|
|
20
30
|
|
|
21
31
|
[<tt>--describe</tt> _pattern_ (-D)]
|
|
22
32
|
Describe the tasks (matching optional PATTERN), then exit.
|
|
@@ -31,15 +41,46 @@ Options are:
|
|
|
31
41
|
[<tt>--execute-print</tt> _code_ (-p)]
|
|
32
42
|
Execute some Ruby code, print the result, and exit.
|
|
33
43
|
|
|
34
|
-
[<tt>--execute-continue</tt> _code_ (-
|
|
44
|
+
[<tt>--execute-continue</tt> _code_ (-E)]
|
|
35
45
|
Execute some Ruby code, then continue with normal task processing.
|
|
36
46
|
|
|
37
47
|
[<tt>--help</tt> (-H)]
|
|
38
48
|
Display some help text and exit.
|
|
39
49
|
|
|
50
|
+
[<tt>--jobs</tt> _number_ (-j)]
|
|
51
|
+
|
|
52
|
+
Specifies the maximum number of concurrent threads allowed. Rake
|
|
53
|
+
will allocate threads as needed up to this maximum number.
|
|
54
|
+
|
|
55
|
+
If omitted, Rake will attempt to estimate the number of CPUs on
|
|
56
|
+
the system and add 4 to that number.
|
|
57
|
+
|
|
58
|
+
The concurrent threads are used to execute the <tt>multitask</tt>
|
|
59
|
+
prerequisites. Also see the <tt>-m</tt> option which turns all
|
|
60
|
+
tasks into multitasks.
|
|
61
|
+
|
|
62
|
+
Sample values:
|
|
63
|
+
(no -j) : Allow up to (# of CPUs + 4) number of threads
|
|
64
|
+
--jobs : Allow unlimited number of threads
|
|
65
|
+
--jobs=1 : Allow only one thread (the main thread)
|
|
66
|
+
--jobs=16 : Allow up to 16 concurrent threads
|
|
67
|
+
|
|
68
|
+
[<tt>--job-stats</tt> _level_]
|
|
69
|
+
|
|
70
|
+
Display job statistics at the completion of the run. By default,
|
|
71
|
+
this will display the requested number of active threads (from the
|
|
72
|
+
-j options) and the maximum number of threads in play at any given
|
|
73
|
+
time.
|
|
74
|
+
|
|
75
|
+
If the optional _level_ is <tt>history</tt>, then a complete trace
|
|
76
|
+
of task history will be displayed on standard output.
|
|
77
|
+
|
|
40
78
|
[<tt>--libdir</tt> _directory_ (-I)]
|
|
41
79
|
Add _directory_ to the list of directories searched for require.
|
|
42
80
|
|
|
81
|
+
[<tt>--multitask</tt> (-m)]
|
|
82
|
+
Treat all tasks as multitasks. ('make/drake' semantics)
|
|
83
|
+
|
|
43
84
|
[<tt>--nosearch</tt> (-N)]
|
|
44
85
|
Do not search for a Rakefile in parent directories.
|
|
45
86
|
|
|
@@ -69,6 +110,11 @@ Options are:
|
|
|
69
110
|
[<tt>--silent (-s)</tt>]
|
|
70
111
|
Like --quiet, but also suppresses the 'in directory' announcement.
|
|
71
112
|
|
|
113
|
+
[<tt>--suppress-backtrace _pattern_ </tt>]
|
|
114
|
+
Line matching the regular expression _pattern_ will be removed
|
|
115
|
+
from the backtrace output. Note that the --backtrace option is the
|
|
116
|
+
full backtrace without these lines suppressed.
|
|
117
|
+
|
|
72
118
|
[<tt>--system</tt> (-g)]
|
|
73
119
|
Use the system wide (global) rakefiles. The project Rakefile is
|
|
74
120
|
ignored. By default, the system wide rakefiles are used only if no
|
|
@@ -85,19 +131,13 @@ Options are:
|
|
|
85
131
|
are defined using the "desc" command. If a pattern is given, then
|
|
86
132
|
only tasks matching the pattern are displayed.
|
|
87
133
|
|
|
88
|
-
[<tt>--
|
|
89
|
-
Do not put the Rake DSL commands into the top level scope.
|
|
90
|
-
|
|
91
|
-
[<tt>--top-level-dsl</tt>]
|
|
92
|
-
Put the Rake DSL commands into the top level scope (default).
|
|
93
|
-
|
|
94
|
-
NOTE: Although currently Rake defaults to its DSL in the top level
|
|
95
|
-
scope, the plan is to deprecate this in the future and default ot
|
|
96
|
-
having the DSL commands *not* appear in the top level scope.
|
|
97
|
-
|
|
98
|
-
[<tt>--trace</tt> (-t)]
|
|
134
|
+
[<tt>--trace</tt>{=_output_} (-t)]
|
|
99
135
|
Turn on invoke/execute tracing. Also enable full backtrace on
|
|
100
|
-
errors.
|
|
136
|
+
errors. The _output_ parameter is optional, but if specified it
|
|
137
|
+
controls where the trace output is sent. If _output_ is
|
|
138
|
+
<tt>stdout</tt>, then trace output is directed to standard output.
|
|
139
|
+
If _output_ is <tt>stderr</tt>, or if it is missing, then trace
|
|
140
|
+
output is sent to standard error.
|
|
101
141
|
|
|
102
142
|
[<tt>--verbose</tt> (-v)]
|
|
103
143
|
Echo the Sys commands to standard output.
|
|
@@ -107,7 +147,11 @@ Options are:
|
|
|
107
147
|
|
|
108
148
|
[<tt>--where</tt> <em>pattern</em> (-W)]
|
|
109
149
|
Display tasks that match <em>pattern</em> and the file and line
|
|
110
|
-
number where the task is defined.
|
|
150
|
+
number where the task is defined. By default this option will
|
|
151
|
+
display all tasks, not just the tasks that have descriptions.
|
|
152
|
+
|
|
153
|
+
[<tt>--no-deprecation-warnings</tt> (-X)]
|
|
154
|
+
Do not display the deprecation warnings.
|
|
111
155
|
|
|
112
156
|
In addition, any command line option of the form
|
|
113
157
|
<em>VAR</em>=<em>VALUE</em> will be added to the environment hash
|
data/doc/glossary.rdoc
CHANGED
|
@@ -1,51 +1,42 @@
|
|
|
1
1
|
= Glossary
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
[<b>rule</b>]
|
|
45
|
-
A rule is a recipe for synthesizing a task when no task is
|
|
46
|
-
explicitly defined. Rules generally synthesize file tasks.
|
|
47
|
-
|
|
48
|
-
[<b>task</b> (Task)]
|
|
49
|
-
Basic unit of work in a rakefile. A task has a name, a set of
|
|
50
|
-
prerequisites and a list of actions to be performed.
|
|
51
|
-
|
|
3
|
+
action ::
|
|
4
|
+
Code to be executed in order to perform a task. Actions in a Rakefile are
|
|
5
|
+
specified in a code block. (Usually delimited by +do+/+end+ pairs.)
|
|
6
|
+
|
|
7
|
+
execute ::
|
|
8
|
+
When a task is executed, all of its actions are performed in the order they
|
|
9
|
+
were defined. Note that, unlike <tt>invoke</tt>, <tt>execute</tt> always
|
|
10
|
+
executes the actions (without invoking or executing the prerequisites).
|
|
11
|
+
|
|
12
|
+
file task (Rake::FileTask) ::
|
|
13
|
+
A file task is a task whose purpose is to create a file (which has the same
|
|
14
|
+
name as the task). When invoked, a file task will only execute if one or
|
|
15
|
+
more of the following conditions are true.
|
|
16
|
+
|
|
17
|
+
1. The associated file does not exist.
|
|
18
|
+
2. A prerequisite has a later time stamp than the existing file.
|
|
19
|
+
|
|
20
|
+
Because normal Tasks always have the current time as timestamp, a FileTask
|
|
21
|
+
that has a normal Task prerequisite will always execute.
|
|
22
|
+
|
|
23
|
+
invoke ::
|
|
24
|
+
When a task is invoked, first we check to see if it has been invoked before.
|
|
25
|
+
If it has been, then nothing else is done. If this is the first time it has
|
|
26
|
+
been invoked, then we invoke each of its prerequisites. Finally, we check
|
|
27
|
+
to see if we need to execute the actions of this task by calling
|
|
28
|
+
Rake::Task#needed?. If the task is needed, we execute its actions.
|
|
29
|
+
|
|
30
|
+
NOTE: Prerequisites are still invoked even if the task is not needed.
|
|
31
|
+
|
|
32
|
+
prerequisites ::
|
|
33
|
+
Every task has a (possibly empty) set of prerequisites. A prerequisite P to
|
|
34
|
+
Task T is itself a task that must be invoked before Task T.
|
|
35
|
+
|
|
36
|
+
rule ::
|
|
37
|
+
A rule is a recipe for synthesizing a task when no task is explicitly
|
|
38
|
+
defined. Rules generally synthesize file tasks.
|
|
39
|
+
|
|
40
|
+
task (Rake::Task) ::
|
|
41
|
+
The basic unit of work in a Rakefile. A task has a name, a set of
|
|
42
|
+
prerequisites, and a list of actions to be performed.
|