sprout 1.0.35.pre → 1.1.2.pre
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of sprout might be problematic. Click here for more details.
- data/Gemfile +1 -1
- data/Gemfile.lock +0 -2
- data/README.textile +1 -1
- data/VERSION +1 -1
- data/lib/sprout/concern.rb +5 -7
- data/lib/sprout/daemon.rb +183 -143
- data/lib/sprout/executable/base.rb +564 -0
- data/lib/sprout/executable.rb +1 -550
- data/lib/sprout/generator/base.rb +2 -3
- data/lib/sprout/generator.rb +2 -1
- data/lib/sprout/generators/ruby/templates/ruby_base.rb +1 -2
- data/lib/sprout/library.rb +3 -3
- data/lib/sprout/output_buffer.rb +35 -0
- data/lib/sprout/process_runner.rb +68 -17
- data/lib/sprout/progress_bar.rb +5 -5
- data/lib/sprout/remote_file_target.rb +1 -1
- data/lib/sprout/system/base_system.rb +3 -3
- data/lib/sprout/system/unix_system.rb +1 -1
- data/lib/sprout/{test/sprout_test_case.rb → test_helper.rb} +214 -14
- data/lib/sprout/version.rb +1 -1
- data/lib/sprout.rb +133 -2
- data/rakefile.rb +2 -0
- data/test/fixtures/examples/echo_inputs.rb +1 -2
- data/test/fixtures/executable/fdb.rb +7 -9
- data/test/fixtures/executable/flex3sdk_gem/fdb +49 -18
- data/test/fixtures/executable/mxmlc.rb +1 -2
- data/test/fixtures/executable/subclass/executable_subclass.rb +0 -1
- data/test/fixtures/executable/subclass/executable_superclass.rb +1 -2
- data/test/fixtures/specification/flex4sdk.rb +35 -24
- data/test/unit/archive_unpacker_test.rb +1 -1
- data/test/unit/boolean_param_test.rb +1 -1
- data/test/unit/daemon_test.rb +35 -3
- data/test/unit/executable_option_parser_test.rb +2 -3
- data/test/unit/executable_param_test.rb +1 -1
- data/test/unit/executable_test.rb +8 -15
- data/test/unit/fake_other_executable.rb +1 -2
- data/test/unit/file_param_test.rb +1 -1
- data/test/unit/file_target_test.rb +1 -1
- data/test/unit/files_param_test.rb +1 -1
- data/test/unit/generator_generator_test.rb +1 -1
- data/test/unit/generator_test.rb +1 -1
- data/test/unit/library_generator_test.rb +1 -1
- data/test/unit/library_test.rb +1 -1
- data/test/unit/osx_system_test.rb +1 -1
- data/test/unit/path_param_test.rb +1 -1
- data/test/unit/paths_param_test.rb +1 -1
- data/test/unit/platform_test.rb +1 -1
- data/test/unit/process_runner_test.rb +1 -1
- data/test/unit/rdoc_parser_test.rb +1 -1
- data/test/unit/remote_file_loader_test.rb +1 -1
- data/test/unit/remote_file_target_test.rb +1 -1
- data/test/unit/ruby_feature_test.rb +1 -1
- data/test/unit/ruby_generator_test.rb +1 -1
- data/test/unit/specification_test.rb +8 -1
- data/test/unit/sprout_test.rb +2 -2
- data/test/unit/string_param_test.rb +1 -1
- data/test/unit/string_test.rb +1 -1
- data/test/unit/strings_param_test.rb +1 -1
- data/test/unit/test_helper.rb +33 -1
- data/test/unit/tool_generator_test.rb +1 -1
- data/test/unit/unix_system_test.rb +1 -1
- data/test/unit/user_test.rb +1 -1
- data/test/unit/vista_system_test.rb +1 -1
- data/test/unit/win_nix_system_test.rb +1 -1
- data/test/unit/win_system_test.rb +1 -1
- data/test-stderr.log +1 -0
- data/test-stdout.log +237 -0
- metadata +15 -190
- data/doc/Dir.html +0 -288
- data/doc/Rake/Task.html +0 -184
- data/doc/Sprout/ArchiveUnpacker.html +0 -1246
- data/doc/Sprout/Base/ClassMethods.html +0 -434
- data/doc/Sprout/Base.html +0 -126
- data/doc/Sprout/Concern.html +0 -353
- data/doc/Sprout/Daemon/ClassMethods.html +0 -244
- data/doc/Sprout/Daemon/InstanceMethods.html +0 -601
- data/doc/Sprout/Daemon.html +0 -166
- data/doc/Sprout/Errors/ArchiveUnpackerError.html +0 -125
- data/doc/Sprout/Errors/DestinationExistsError.html +0 -133
- data/doc/Sprout/Errors/DuplicateMemberError.html +0 -132
- data/doc/Sprout/Errors/ExecutableError.html +0 -125
- data/doc/Sprout/Errors/ExecutableRegistrationError.html +0 -132
- data/doc/Sprout/Errors/ExecutionError.html +0 -121
- data/doc/Sprout/Errors/GeneratorError.html +0 -125
- data/doc/Sprout/Errors/InvalidArgumentError.html +0 -132
- data/doc/Sprout/Errors/LoadError.html +0 -121
- data/doc/Sprout/Errors/MissingArgumentError.html +0 -132
- data/doc/Sprout/Errors/MissingExecutableError.html +0 -132
- data/doc/Sprout/Errors/MissingGeneratorError.html +0 -132
- data/doc/Sprout/Errors/MissingTemplateError.html +0 -132
- data/doc/Sprout/Errors/ProcessRunnerError.html +0 -121
- data/doc/Sprout/Errors/RemoteFileLoaderError.html +0 -110
- data/doc/Sprout/Errors/SproutError.html +0 -114
- data/doc/Sprout/Errors/UnknownArchiveType.html +0 -122
- data/doc/Sprout/Errors/UsageError.html +0 -121
- data/doc/Sprout/Errors/ValidationError.html +0 -121
- data/doc/Sprout/Errors/VersionRequirementNotMetError.html +0 -121
- data/doc/Sprout/Errors.html +0 -101
- data/doc/Sprout/Executable/Boolean.html +0 -483
- data/doc/Sprout/Executable/ClassMethods.html +0 -417
- data/doc/Sprout/Executable/CollectionParam.html +0 -483
- data/doc/Sprout/Executable/FileParam.html +0 -484
- data/doc/Sprout/Executable/Files.html +0 -292
- data/doc/Sprout/Executable/InstanceMethods.html +0 -2006
- data/doc/Sprout/Executable/Number.html +0 -141
- data/doc/Sprout/Executable/Param.html +0 -2818
- data/doc/Sprout/Executable/ParameterFactory.html +0 -232
- data/doc/Sprout/Executable/Path.html +0 -223
- data/doc/Sprout/Executable/Paths.html +0 -253
- data/doc/Sprout/Executable/StringParam.html +0 -213
- data/doc/Sprout/Executable/Strings.html +0 -167
- data/doc/Sprout/Executable/Url.html +0 -160
- data/doc/Sprout/Executable/Urls.html +0 -170
- data/doc/Sprout/Executable.html +0 -173
- data/doc/Sprout/FileTarget.html +0 -1109
- data/doc/Sprout/Generator/Base.html +0 -1626
- data/doc/Sprout/Generator/Command.html +0 -690
- data/doc/Sprout/Generator/DirectoryManifest.html +0 -476
- data/doc/Sprout/Generator/FileManifest.html +0 -572
- data/doc/Sprout/Generator/Manifest.html +0 -377
- data/doc/Sprout/Generator/TemplateManifest.html +0 -196
- data/doc/Sprout/Generator.html +0 -689
- data/doc/Sprout/GeneratorGenerator.html +0 -1018
- data/doc/Sprout/Library.html +0 -1141
- data/doc/Sprout/LibraryGenerator.html +0 -309
- data/doc/Sprout/Log.html +0 -496
- data/doc/Sprout/MXMLC.html +0 -6373
- data/doc/Sprout/Platform.html +0 -714
- data/doc/Sprout/ProcessRunner.html +0 -1352
- data/doc/Sprout/ProgressBar.html +0 -376
- data/doc/Sprout/ProgressBarImpl.html +0 -2119
- data/doc/Sprout/ProgressBarManager.html +0 -434
- data/doc/Sprout/ProgressBarOutputStream.html +0 -416
- data/doc/Sprout/RDocParser.html +0 -211
- data/doc/Sprout/RemoteFileLoader.html +0 -172
- data/doc/Sprout/RemoteFileTarget.html +0 -679
- data/doc/Sprout/ReversedProgressBar.html +0 -194
- data/doc/Sprout/RubyFeature/ClassMethods.html +0 -1065
- data/doc/Sprout/RubyFeature.html +0 -155
- data/doc/Sprout/RubyGenerator.html +0 -764
- data/doc/Sprout/Specification.html +0 -767
- data/doc/Sprout/System/BaseSystem.html +0 -1455
- data/doc/Sprout/System/JavaSystem.html +0 -122
- data/doc/Sprout/System/OSXSystem.html +0 -335
- data/doc/Sprout/System/ThreadMock.html +0 -193
- data/doc/Sprout/System/UnixSystem.html +0 -584
- data/doc/Sprout/System/VistaSystem.html +0 -251
- data/doc/Sprout/System/WinNixSystem.html +0 -325
- data/doc/Sprout/System/WinSystem.html +0 -571
- data/doc/Sprout/System.html +0 -191
- data/doc/Sprout/ToolGenerator.html +0 -931
- data/doc/Sprout/VERSION.html +0 -128
- data/doc/Sprout.html +0 -144
- data/doc/SproutTestCase.html +0 -1412
- data/doc/String.html +0 -286
- data/doc/_index.html +0 -1035
- data/doc/class_list.html +0 -36
- data/doc/css/common.css +0 -1
- data/doc/css/full_list.css +0 -53
- data/doc/css/style.css +0 -310
- data/doc/file.README.html +0 -96
- data/doc/file.archive_unpacker.html +0 -288
- data/doc/file.base.html +0 -208
- data/doc/file.base_system.html +0 -278
- data/doc/file.boolean.html +0 -135
- data/doc/file.collection_param.html +0 -139
- data/doc/file.command.html +0 -126
- data/doc/file.concern.html +0 -136
- data/doc/file.daemon.html +0 -309
- data/doc/file.dir.html +0 -76
- data/doc/file.directory_manifest.html +0 -122
- data/doc/file.errors.html +0 -147
- data/doc/file.executable.html +0 -638
- data/doc/file.file_manifest.html +0 -109
- data/doc/file.file_param.html +0 -120
- data/doc/file.file_target.html +0 -140
- data/doc/file.files.html +0 -85
- data/doc/file.generator.html +0 -296
- data/doc/file.generator_class.html +0 -72
- data/doc/file.generator_generator.html +0 -137
- data/doc/file.generator_test.html +0 -92
- data/doc/file.generator_test_helper.html +0 -67
- data/doc/file.java_system.html +0 -62
- data/doc/file.library.html +0 -291
- data/doc/file.library_generator.html +0 -74
- data/doc/file.log.html +0 -100
- data/doc/file.manifest.html +0 -67
- data/doc/file.mxmlc.html +0 -740
- data/doc/file.number.html +0 -67
- data/doc/file.osx_system.html +0 -79
- data/doc/file.param.html +0 -491
- data/doc/file.parameter_factory.html +0 -119
- data/doc/file.path.html +0 -81
- data/doc/file.paths.html +0 -80
- data/doc/file.platform.html +0 -124
- data/doc/file.process_runner.html +0 -224
- data/doc/file.progress_bar.html +0 -390
- data/doc/file.rdoc_parser.html +0 -145
- data/doc/file.remote_file_loader.html +0 -117
- data/doc/file.remote_file_target.html +0 -176
- data/doc/file.ruby_base.html +0 -64
- data/doc/file.ruby_feature.html +0 -244
- data/doc/file.ruby_generator.html +0 -118
- data/doc/file.ruby_input.html +0 -62
- data/doc/file.ruby_test_case.html +0 -78
- data/doc/file.ruby_test_helper.html +0 -61
- data/doc/file.specification.html +0 -248
- data/doc/file.sprout.html +0 -64
- data/doc/file.sprout_test_case.html +0 -280
- data/doc/file.string.html +0 -72
- data/doc/file.string_param.html +0 -76
- data/doc/file.strings.html +0 -71
- data/doc/file.system.html +0 -86
- data/doc/file.template_manifest.html +0 -67
- data/doc/file.tool.html +0 -92
- data/doc/file.tool_generator.html +0 -90
- data/doc/file.unix_system.html +0 -128
- data/doc/file.url.html +0 -71
- data/doc/file.urls.html +0 -70
- data/doc/file.version.html +0 -71
- data/doc/file.vista_system.html +0 -69
- data/doc/file.win_nix_system.html +0 -88
- data/doc/file.win_system.html +0 -129
- data/doc/file_list.html +0 -230
- data/doc/frames.html +0 -13
- data/doc/index.html +0 -96
- data/doc/js/app.js +0 -202
- data/doc/js/full_list.js +0 -149
- data/doc/js/jquery.js +0 -154
- data/doc/method_list.html +0 -3355
- data/doc/top-level-namespace.html +0 -192
- data/lib/sprout/base.rb +0 -121
- data/lib/sprout/log.rb +0 -46
- data/test/unit/sprout_test_helper.rb +0 -33
@@ -1,92 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>File: generator_test</title>
|
7
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
-
|
10
|
-
<script type="text/javascript" charset="utf-8">
|
11
|
-
relpath = '';
|
12
|
-
if (relpath != '') relpath += '/';
|
13
|
-
</script>
|
14
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
15
|
-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
16
|
-
|
17
|
-
</head>
|
18
|
-
<body>
|
19
|
-
<script type="text/javascript" charset="utf-8">
|
20
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
-
</script>
|
22
|
-
|
23
|
-
<div id="header">
|
24
|
-
<div id="menu">
|
25
|
-
|
26
|
-
<a href="_index.html" title="Index">Index</a> »
|
27
|
-
<span class="title">File: generator_test</span>
|
28
|
-
|
29
|
-
|
30
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
31
|
-
</div>
|
32
|
-
|
33
|
-
<div id="search">
|
34
|
-
<a id="class_list_link" href="#">Class List</a>
|
35
|
-
<a id="method_list_link" href="#">Method List</a>
|
36
|
-
<a id ="file_list_link" href="#">File List</a>
|
37
|
-
</div>
|
38
|
-
|
39
|
-
<div class="clear"></div>
|
40
|
-
</div>
|
41
|
-
|
42
|
-
<iframe id="search_frame"></iframe>
|
43
|
-
|
44
|
-
<div id="content"><div id='filecontents'>
|
45
|
-
<p>require File.join(File.dirname(__FILE__), “test_helper”)</p>
|
46
|
-
|
47
|
-
<p>require ‘generators/<%= input.snake_case %>_generator’</p>
|
48
|
-
|
49
|
-
<p>class <%= input.camel_case %>GeneratorTest < Test::Unit::TestCase</p>
|
50
|
-
|
51
|
-
<pre class="code">include SproutTestCase
|
52
|
-
|
53
|
-
context "A new <%= input.camel_case %> generator" do
|
54
|
-
|
55
|
-
setup do
|
56
|
-
@temp = File.join(fixtures, 'generators', 'tmp')
|
57
|
-
FileUtils.mkdir_p @temp
|
58
|
-
@generator = Sprout::<%= input.camel_case %>Generator.new
|
59
|
-
@generator.path = @temp
|
60
|
-
@generator.logger = StringIO.new
|
61
|
-
end
|
62
|
-
|
63
|
-
teardown do
|
64
|
-
remove_file @temp
|
65
|
-
end
|
66
|
-
|
67
|
-
should "generate a new <%= input.camel_case %>" do
|
68
|
-
@generator.input = "<%= input.camel_case %>"
|
69
|
-
@generator.execute
|
70
|
-
|
71
|
-
input_dir = File.join(@temp, "<%= input.snake_case %>")
|
72
|
-
assert_directory input_dir
|
73
|
-
|
74
|
-
input_file = File.join(input_dir, "<%= input.camel_case %><%= extension %>")
|
75
|
-
assert_file input_file do |content|
|
76
|
-
assert_matches /Your content to assert here/, content
|
77
|
-
end
|
78
|
-
end
|
79
|
-
|
80
|
-
end</pre>
|
81
|
-
|
82
|
-
<p>end</p>
|
83
|
-
</div></div>
|
84
|
-
|
85
|
-
<div id="footer">
|
86
|
-
Generated on Wed Dec 22 11:58:32 2010 by
|
87
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
88
|
-
0.6.3 (ruby-1.9.2).
|
89
|
-
</div>
|
90
|
-
|
91
|
-
</body>
|
92
|
-
</html>
|
@@ -1,67 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>File: generator_test_helper</title>
|
7
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
-
|
10
|
-
<script type="text/javascript" charset="utf-8">
|
11
|
-
relpath = '';
|
12
|
-
if (relpath != '') relpath += '/';
|
13
|
-
</script>
|
14
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
15
|
-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
16
|
-
|
17
|
-
</head>
|
18
|
-
<body>
|
19
|
-
<script type="text/javascript" charset="utf-8">
|
20
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
-
</script>
|
22
|
-
|
23
|
-
<div id="header">
|
24
|
-
<div id="menu">
|
25
|
-
|
26
|
-
<a href="_index.html" title="Index">Index</a> »
|
27
|
-
<span class="title">File: generator_test_helper</span>
|
28
|
-
|
29
|
-
|
30
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
31
|
-
</div>
|
32
|
-
|
33
|
-
<div id="search">
|
34
|
-
<a id="class_list_link" href="#">Class List</a>
|
35
|
-
<a id="method_list_link" href="#">Method List</a>
|
36
|
-
<a id ="file_list_link" href="#">File List</a>
|
37
|
-
</div>
|
38
|
-
|
39
|
-
<div class="clear"></div>
|
40
|
-
</div>
|
41
|
-
|
42
|
-
<iframe id="search_frame"></iframe>
|
43
|
-
|
44
|
-
<div id="content"><div id='filecontents'>
|
45
|
-
<p>require “rubygems” require “bundler”</p>
|
46
|
-
|
47
|
-
<p>Bundler.setup :default, :development</p>
|
48
|
-
|
49
|
-
<p>require ‘sprout’ # These require statments <b>must</b> be in this order: #
|
50
|
-
<a href="http://bit.ly/bCC0Ew">bit.ly/bCC0Ew</a> # Somewhat surprised
|
51
|
-
they’re not being required by Bundler… require ‘shoulda’ require ‘mocha’</p>
|
52
|
-
|
53
|
-
<p>$:.unshift File.expand_path(File.join(File.dirname(__FILE__), ‘..’, ‘..’,
|
54
|
-
‘lib’)) $:.unshift File.expand_path(File.join(File.dirname(__FILE__),
|
55
|
-
‘..’))</p>
|
56
|
-
|
57
|
-
<p>require ‘sprout/test/sprout_test_case’</p>
|
58
|
-
</div></div>
|
59
|
-
|
60
|
-
<div id="footer">
|
61
|
-
Generated on Wed Dec 22 11:58:32 2010 by
|
62
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
63
|
-
0.6.3 (ruby-1.9.2).
|
64
|
-
</div>
|
65
|
-
|
66
|
-
</body>
|
67
|
-
</html>
|
data/doc/file.java_system.html
DELETED
@@ -1,62 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>File: java_system</title>
|
7
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
-
|
10
|
-
<script type="text/javascript" charset="utf-8">
|
11
|
-
relpath = '';
|
12
|
-
if (relpath != '') relpath += '/';
|
13
|
-
</script>
|
14
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
15
|
-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
16
|
-
|
17
|
-
</head>
|
18
|
-
<body>
|
19
|
-
<script type="text/javascript" charset="utf-8">
|
20
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
-
</script>
|
22
|
-
|
23
|
-
<div id="header">
|
24
|
-
<div id="menu">
|
25
|
-
|
26
|
-
<a href="_index.html" title="Index">Index</a> »
|
27
|
-
<span class="title">File: java_system</span>
|
28
|
-
|
29
|
-
|
30
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
31
|
-
</div>
|
32
|
-
|
33
|
-
<div id="search">
|
34
|
-
<a id="class_list_link" href="#">Class List</a>
|
35
|
-
<a id="method_list_link" href="#">Method List</a>
|
36
|
-
<a id ="file_list_link" href="#">File List</a>
|
37
|
-
</div>
|
38
|
-
|
39
|
-
<div class="clear"></div>
|
40
|
-
</div>
|
41
|
-
|
42
|
-
<iframe id="search_frame"></iframe>
|
43
|
-
|
44
|
-
<div id="content"><div id='filecontents'>
|
45
|
-
<p>module Sprout::System</p>
|
46
|
-
|
47
|
-
<pre class="code"><span class='comment'># The concrete system for the JRuby environment
|
48
|
-
</span><span class='kw'>class</span> <span class='const'>JavaSystem</span> <span class='op'><</span> <span class='const'>BaseSystem</span>
|
49
|
-
|
50
|
-
<span class='kw'>end</span></pre>
|
51
|
-
|
52
|
-
<p>end</p>
|
53
|
-
</div></div>
|
54
|
-
|
55
|
-
<div id="footer">
|
56
|
-
Generated on Wed Dec 22 11:58:32 2010 by
|
57
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
58
|
-
0.6.3 (ruby-1.9.2).
|
59
|
-
</div>
|
60
|
-
|
61
|
-
</body>
|
62
|
-
</html>
|
data/doc/file.library.html
DELETED
@@ -1,291 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>File: library</title>
|
7
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
-
|
10
|
-
<script type="text/javascript" charset="utf-8">
|
11
|
-
relpath = '';
|
12
|
-
if (relpath != '') relpath += '/';
|
13
|
-
</script>
|
14
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
15
|
-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
16
|
-
|
17
|
-
</head>
|
18
|
-
<body>
|
19
|
-
<script type="text/javascript" charset="utf-8">
|
20
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
-
</script>
|
22
|
-
|
23
|
-
<div id="header">
|
24
|
-
<div id="menu">
|
25
|
-
|
26
|
-
<a href="_index.html" title="Index">Index</a> »
|
27
|
-
<span class="title">File: library</span>
|
28
|
-
|
29
|
-
|
30
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
31
|
-
</div>
|
32
|
-
|
33
|
-
<div id="search">
|
34
|
-
<a id="class_list_link" href="#">Class List</a>
|
35
|
-
<a id="method_list_link" href="#">Method List</a>
|
36
|
-
<a id ="file_list_link" href="#">File List</a>
|
37
|
-
</div>
|
38
|
-
|
39
|
-
<div class="clear"></div>
|
40
|
-
</div>
|
41
|
-
|
42
|
-
<iframe id="search_frame"></iframe>
|
43
|
-
|
44
|
-
<div id="content"><div id='filecontents'>
|
45
|
-
<p>module Sprout</p>
|
46
|
-
|
47
|
-
<pre class="code"><span class='comment'>##
|
48
|
-
</span><span class='comment'># Sprout Libraries provide support for sharing and versioning raw or
|
49
|
-
</span><span class='comment'># pre-compiled source code across projects.
|
50
|
-
</span><span class='comment'>#
|
51
|
-
</span><span class='comment'># Sprout Libraries give us the ability to include raw (or pre-compiled) source
|
52
|
-
</span><span class='comment'># code directly within a Ruby Gem, or to refer to an archive somewhere on
|
53
|
-
</span><span class='comment'># the internet.
|
54
|
-
</span><span class='comment'>#
|
55
|
-
</span><span class='comment'># A Sprout Library is made up of two components:
|
56
|
-
</span><span class='comment'>#
|
57
|
-
</span><span class='comment'># * Specification: The description of the library
|
58
|
-
</span><span class='comment'># * Source Code: Raw or pre-compiled (swc, jar, abc)
|
59
|
-
</span><span class='comment'>#
|
60
|
-
</span><span class='comment'># = Specification
|
61
|
-
</span><span class='comment'># Libraries can be added to local or remote file targets in a
|
62
|
-
</span><span class='comment'># Sprout::Specification. When calling add_library, one must provide the
|
63
|
-
</span><span class='comment'># library name (symbol that will be used from Rake) and a relative path (or
|
64
|
-
</span><span class='comment'># Array of paths) from the Specification to the library file or directory.
|
65
|
-
</span><span class='comment'>#
|
66
|
-
</span><span class='comment'># Following is an example of a Sprout::Specification that registers a SWC
|
67
|
-
</span><span class='comment'># that will be distributed directly within a Ruby Gem:
|
68
|
-
</span><span class='comment'>#
|
69
|
-
</span><span class='comment'># Sprout::Specification.new do |s|
|
70
|
-
</span><span class='comment'># s.name = "asunit4"
|
71
|
-
</span><span class='comment'># s.version = "4.4.2"
|
72
|
-
</span><span class='comment'># s.add_file_target do |f|
|
73
|
-
</span><span class='comment'># f.add_library :swc, File.join('bin', "AsUnit-4.4.2.swc")
|
74
|
-
</span><span class='comment'># end
|
75
|
-
</span><span class='comment'># end
|
76
|
-
</span><span class='comment'>#
|
77
|
-
</span><span class='comment'># Following is an example of a Sprout::Specification that registers a ZIP
|
78
|
-
</span><span class='comment'># archive that will be distributed separately from the Ruby Gem:
|
79
|
-
</span><span class='comment'>#
|
80
|
-
</span><span class='comment'># Sprout::Specification.new do |s|
|
81
|
-
</span><span class='comment'># s.name = "asunit3"
|
82
|
-
</span><span class='comment'># s.version = "3.0.0"
|
83
|
-
</span><span class='comment'># s.add_remote_file_target do |f|
|
84
|
-
</span><span class='comment'># f.url = "https://github.com/patternpark/asunit/tree/3.0.0"
|
85
|
-
</span><span class='comment'># f.md5 = "abcdefghijklmnopqrstuvwxyz"
|
86
|
-
</span><span class='comment'># f.add_library :swc, "bin/AsUnit-3.0.1.zip"
|
87
|
-
</span><span class='comment'># end
|
88
|
-
</span><span class='comment'># end
|
89
|
-
</span><span class='comment'>#
|
90
|
-
</span><span class='comment'># Libraries can be consumed from any Rakefile without concern for how
|
91
|
-
</span><span class='comment'># the source code is distributed. Following is an example Rake task
|
92
|
-
</span><span class='comment'># that uses the AsUnit 4.0 Library:
|
93
|
-
</span><span class='comment'>#
|
94
|
-
</span><span class='comment'># # Define the library Rake::Task:
|
95
|
-
</span><span class='comment'># library :asunit4
|
96
|
-
</span><span class='comment'>#
|
97
|
-
</span><span class='comment'># # Add the library as a dependency from another task
|
98
|
-
</span><span class='comment'># # that should know how to properly associate the files:
|
99
|
-
</span><span class='comment'># mxmlc 'bin/SomeProject.swf' => :asunit4 do |t|
|
100
|
-
</span><span class='comment'># t.input = 'src/SomeProject.as'
|
101
|
-
</span><span class='comment'># end
|
102
|
-
</span><span class='comment'>#
|
103
|
-
</span><span class='comment'># When the library task is executed, the library should be resolved and
|
104
|
-
</span><span class='comment'># expanded into the project. When the mxmlc task is executed, the installed
|
105
|
-
</span><span class='comment'># library should be associated with the compilation command.
|
106
|
-
</span><span class='comment'>#
|
107
|
-
</span><span class='comment'># ---
|
108
|
-
</span><span class='comment'>#
|
109
|
-
</span><span class='comment'># Previous Topic: {Sprout::Generator}
|
110
|
-
</span><span class='comment'>#
|
111
|
-
</span><span class='comment'># Next Topic: {Sprout::Executable}
|
112
|
-
</span><span class='comment'>#
|
113
|
-
</span><span class='comment'># ---
|
114
|
-
</span><span class='comment'>#
|
115
|
-
</span><span class='comment'># @see Sprout::Generator
|
116
|
-
</span><span class='comment'># @see Sprout::Executable
|
117
|
-
</span><span class='comment'># @see Sprout::Specification
|
118
|
-
</span><span class='comment'># @see Sprout::RubyFeature
|
119
|
-
</span><span class='comment'># @see Sprout::System
|
120
|
-
</span><span class='comment'>#
|
121
|
-
</span><span class='kw'>class</span> <span class='const'>Library</span>
|
122
|
-
<span class='id include'>include</span> <span class='const'>RubyFeature</span>
|
123
|
-
|
124
|
-
<span class='const'>TASK_NAME</span> <span class='op'>=</span> <span class='symbol'>:resolve_sprout_libraries</span>
|
125
|
-
|
126
|
-
<span class='id attr_accessor'>attr_accessor</span> <span class='symbol'>:file_target</span>
|
127
|
-
<span class='id attr_accessor'>attr_accessor</span> <span class='symbol'>:installed_project_path</span>
|
128
|
-
<span class='id attr_accessor'>attr_accessor</span> <span class='symbol'>:name</span>
|
129
|
-
<span class='id attr_accessor'>attr_accessor</span> <span class='symbol'>:path</span>
|
130
|
-
<span class='id attr_accessor'>attr_accessor</span> <span class='symbol'>:pkg_name</span>
|
131
|
-
<span class='id attr_accessor'>attr_accessor</span> <span class='symbol'>:pkg_version</span>
|
132
|
-
<span class='id attr_accessor'>attr_accessor</span> <span class='symbol'>:platform</span>
|
133
|
-
|
134
|
-
<span class='kw'>class</span> <span class='op'><<</span> <span class='kw'>self</span>
|
135
|
-
<span class='comment'>##
|
136
|
-
</span> <span class='comment'># Set the path within a project
|
137
|
-
</span> <span class='comment'># where libraries should be loaded.
|
138
|
-
</span> <span class='comment'>#
|
139
|
-
</span> <span class='comment'># From top of your Rakefile, you can
|
140
|
-
</span> <span class='comment'># set this value with:
|
141
|
-
</span> <span class='comment'>#
|
142
|
-
</span> <span class='comment'># Sprout::Library.project_path = 'libs'
|
143
|
-
</span> <span class='comment'>#
|
144
|
-
</span> <span class='kw'>def</span> <span class='id project_path='>project_path=</span><span class='lparen'>(</span><span class='id path'>path</span><span class='rparen'>)</span>
|
145
|
-
<span class='ivar'>@project_path</span> <span class='op'>=</span> <span class='id path'>path</span>
|
146
|
-
<span class='kw'>end</span>
|
147
|
-
|
148
|
-
<span class='comment'>##
|
149
|
-
</span> <span class='comment'># The path within a project where
|
150
|
-
</span> <span class='comment'># libraries should be added.
|
151
|
-
</span> <span class='comment'>#
|
152
|
-
</span> <span class='comment'># Defaults to 'lib'
|
153
|
-
</span> <span class='comment'>#
|
154
|
-
</span> <span class='comment'># From anywhere in your Rakefile, you can output
|
155
|
-
</span> <span class='comment'># this value with:
|
156
|
-
</span> <span class='comment'>#
|
157
|
-
</span> <span class='comment'># puts ">> Library Project Path: #{Sprout::Library.project_path}"
|
158
|
-
</span> <span class='comment'>#
|
159
|
-
</span> <span class='kw'>def</span> <span class='id project_path'>project_path</span>
|
160
|
-
<span class='ivar'>@project_path</span> <span class='op'>||=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>lib</span><span class='tstring_end'>'</span></span>
|
161
|
-
<span class='kw'>end</span>
|
162
|
-
|
163
|
-
<span class='comment'>##
|
164
|
-
</span> <span class='comment'># Create Rake tasks that will load and install
|
165
|
-
</span> <span class='comment'># a particular library into the current project.
|
166
|
-
</span> <span class='comment'>#
|
167
|
-
</span> <span class='comment'># This method is usually accessed from the global
|
168
|
-
</span> <span class='comment'># library helper.
|
169
|
-
</span> <span class='comment'>#
|
170
|
-
</span> <span class='comment'># library :asunit4
|
171
|
-
</span> <span class='comment'>#
|
172
|
-
</span> <span class='kw'>def</span> <span class='id define_task'>define_task</span> <span class='id name'>name</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='id pkg_name'>pkg_name</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='id pkg_version'>pkg_version</span><span class='op'>=</span><span class='kw'>nil</span>
|
173
|
-
<span class='id library'>library</span> <span class='op'>=</span> <span class='const'>Sprout</span><span class='op'>::</span><span class='const'>Library</span><span class='period'>.</span><span class='id load'>load</span> <span class='id name'>name</span><span class='comma'>,</span> <span class='id pkg_name'>pkg_name</span><span class='comma'>,</span> <span class='id pkg_version'>pkg_version</span>
|
174
|
-
<span class='id library'>library</span><span class='period'>.</span><span class='id create_installation_tasks'>create_installation_tasks</span>
|
175
|
-
<span class='kw'>end</span>
|
176
|
-
<span class='kw'>end</span>
|
177
|
-
|
178
|
-
<span class='kw'>def</span> <span class='id initialize'>initialize</span> <span class='id params'>params</span><span class='op'>=</span><span class='kw'>nil</span>
|
179
|
-
<span class='id params'>params</span><span class='period'>.</span><span class='id each'>each</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id key'>key</span><span class='comma'>,</span><span class='id value'>value</span><span class='op'>|</span> <span class='kw'>self</span><span class='period'>.</span><span class='id send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id key'>key</span><span class='rbrace'>}</span><span class='tstring_content'>=</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id value'>value</span><span class='rparen'>)</span><span class='rbrace'>}</span> <span class='kw'>unless</span> <span class='id params'>params</span><span class='period'>.</span><span class='id nil?'>nil?</span>
|
180
|
-
<span class='kw'>super</span><span class='lparen'>(</span><span class='rparen'>)</span>
|
181
|
-
<span class='kw'>end</span>
|
182
|
-
|
183
|
-
<span class='comment'>##
|
184
|
-
</span> <span class='comment'># Returns the outer Rake::Task which is invokable.
|
185
|
-
</span> <span class='kw'>def</span> <span class='id create_installation_tasks'>create_installation_tasks</span>
|
186
|
-
<span class='id define_lib_dir_task_if_necessary'>define_lib_dir_task_if_necessary</span> <span class='id project_path'>project_path</span>
|
187
|
-
<span class='id create_project_tasks'>create_project_tasks</span>
|
188
|
-
<span class='id create_outer_task'>create_outer_task</span>
|
189
|
-
<span class='kw'>end</span>
|
190
|
-
|
191
|
-
<span class='kw'>def</span> <span class='id create_outer_task'>create_outer_task</span>
|
192
|
-
<span class='id t'>t</span> <span class='op'>=</span> <span class='id task'>task</span> <span class='id pkg_name'>pkg_name</span>
|
193
|
-
<span class='comment'># This helps executable rake tasks decide if they
|
194
|
-
</span> <span class='comment'># want to do something special for library tasks.
|
195
|
-
</span> <span class='id t'>t</span><span class='period'>.</span><span class='id sprout_entity'>sprout_entity</span> <span class='op'>=</span> <span class='kw'>self</span>
|
196
|
-
<span class='kw'>class</span> <span class='op'><<</span> <span class='id t'>t</span>
|
197
|
-
<span class='kw'>def</span> <span class='id sprout_library?'>sprout_library?</span>
|
198
|
-
<span class='op'>!</span><span class='id sprout_entity'>sprout_entity</span><span class='period'>.</span><span class='id nil?'>nil?</span> <span class='op'>&&</span>
|
199
|
-
<span class='id sprout_entity'>sprout_entity</span><span class='period'>.</span><span class='id is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Sprout</span><span class='op'>::</span><span class='const'>Library</span><span class='rparen'>)</span>
|
200
|
-
<span class='kw'>end</span>
|
201
|
-
<span class='kw'>end</span>
|
202
|
-
<span class='id t'>t</span>
|
203
|
-
<span class='kw'>end</span>
|
204
|
-
|
205
|
-
<span class='id private'>private</span>
|
206
|
-
|
207
|
-
<span class='kw'>def</span> <span class='id project_path'>project_path</span>
|
208
|
-
<span class='const'>Sprout</span><span class='op'>::</span><span class='const'>Library</span><span class='period'>.</span><span class='id project_path'>project_path</span>
|
209
|
-
<span class='kw'>end</span>
|
210
|
-
|
211
|
-
<span class='kw'>def</span> <span class='id create_project_tasks'>create_project_tasks</span>
|
212
|
-
<span class='kw'>if</span> <span class='id path'>path</span><span class='period'>.</span><span class='id is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Array</span><span class='rparen'>)</span>
|
213
|
-
<span class='comment'># TODO: Need to add support for merging these directories
|
214
|
-
</span> <span class='comment'># rather than simply clobbering...
|
215
|
-
</span> <span class='ivar'>@instaled_project_path</span> <span class='op'>=</span> <span class='id path'>path</span><span class='period'>.</span><span class='id collect'>collect</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id single_path'>single_path</span><span class='op'>|</span> <span class='id define_project_path_task'>define_project_path_task</span> <span class='id pkg_name'>pkg_name</span><span class='comma'>,</span> <span class='id single_path'>single_path</span> <span class='rbrace'>}</span>
|
216
|
-
<span class='kw'>else</span>
|
217
|
-
<span class='ivar'>@installed_project_path</span> <span class='op'>=</span> <span class='id define_project_path_task'>define_project_path_task</span> <span class='id pkg_name'>pkg_name</span><span class='comma'>,</span> <span class='id path'>path</span>
|
218
|
-
<span class='kw'>end</span>
|
219
|
-
<span class='kw'>end</span>
|
220
|
-
|
221
|
-
<span class='kw'>def</span> <span class='id define_lib_dir_task_if_necessary'>define_lib_dir_task_if_necessary</span> <span class='id dir'>dir</span>
|
222
|
-
<span class='kw'>if</span> <span class='op'>!</span><span class='const'>File</span><span class='period'>.</span><span class='id exists?'>exists?</span><span class='lparen'>(</span><span class='id dir'>dir</span><span class='rparen'>)</span>
|
223
|
-
<span class='id define_file_task'>define_file_task</span> <span class='id dir'>dir</span> <span class='kw'>do</span>
|
224
|
-
<span class='const'>FileUtils</span><span class='period'>.</span><span class='id mkdir_p'>mkdir_p</span> <span class='id dir'>dir</span>
|
225
|
-
<span class='const'>Sprout</span><span class='op'>::</span><span class='const'>Log</span><span class='period'>.</span><span class='id puts'>puts</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>>> Created directory at: </span><span class='embexpr_beg'>#{</span><span class='id dir'>dir</span><span class='rbrace'>}</span><span class='tstring_end'>"</span></span>
|
226
|
-
<span class='kw'>end</span>
|
227
|
-
<span class='kw'>end</span>
|
228
|
-
<span class='kw'>end</span>
|
229
|
-
|
230
|
-
<span class='kw'>def</span> <span class='id define_project_path_task'>define_project_path_task</span> <span class='id pkg_name'>pkg_name</span><span class='comma'>,</span> <span class='id path'>path</span>
|
231
|
-
<span class='id install_path'>install_path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id project_path'>project_path</span><span class='rbrace'>}</span><span class='tstring_content'>/</span><span class='embexpr_beg'>#{</span><span class='id pkg_name'>pkg_name</span><span class='rbrace'>}</span><span class='tstring_end'>"</span></span>
|
232
|
-
<span class='kw'>if</span> <span class='const'>File</span><span class='period'>.</span><span class='id directory?'>directory?</span><span class='lparen'>(</span><span class='id path'>path</span><span class='rparen'>)</span>
|
233
|
-
<span class='id define_directory_copy_task'>define_directory_copy_task</span> <span class='id path'>path</span><span class='comma'>,</span> <span class='id install_path'>install_path</span>
|
234
|
-
<span class='kw'>else</span>
|
235
|
-
<span class='id define_file_copy_task'>define_file_copy_task</span> <span class='id path'>path</span><span class='comma'>,</span> <span class='id install_path'>install_path</span>
|
236
|
-
<span class='kw'>end</span>
|
237
|
-
<span class='kw'>end</span>
|
238
|
-
|
239
|
-
<span class='kw'>def</span> <span class='id define_directory_copy_task'>define_directory_copy_task</span> <span class='id path'>path</span><span class='comma'>,</span> <span class='id install_path'>install_path</span>
|
240
|
-
<span class='id define_file_task'>define_file_task</span> <span class='id install_path'>install_path</span> <span class='kw'>do</span>
|
241
|
-
<span class='const'>FileUtils</span><span class='period'>.</span><span class='id cp_r'>cp_r</span> <span class='id path'>path</span><span class='comma'>,</span> <span class='id install_path'>install_path</span>
|
242
|
-
<span class='const'>Sprout</span><span class='op'>::</span><span class='const'>Log</span><span class='period'>.</span><span class='id puts'>puts</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>>> Copied files from: (</span><span class='embexpr_beg'>#{</span><span class='id path'>path</span><span class='rbrace'>}</span><span class='tstring_content'>) to: (</span><span class='embexpr_beg'>#{</span><span class='id install_path'>install_path</span><span class='rbrace'>}</span><span class='tstring_content'>)</span><span class='tstring_end'>"</span></span>
|
243
|
-
<span class='kw'>end</span>
|
244
|
-
<span class='id install_path'>install_path</span>
|
245
|
-
<span class='kw'>end</span>
|
246
|
-
|
247
|
-
<span class='kw'>def</span> <span class='id define_file_copy_task'>define_file_copy_task</span> <span class='id path'>path</span><span class='comma'>,</span> <span class='id install_path'>install_path</span>
|
248
|
-
<span class='id task_name'>task_name</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id install_path'>install_path</span><span class='rbrace'>}</span><span class='tstring_content'>/</span><span class='embexpr_beg'>#{</span><span class='const'>File</span><span class='period'>.</span><span class='id basename'>basename</span><span class='lparen'>(</span><span class='id path'>path</span><span class='rparen'>)</span><span class='rbrace'>}</span><span class='tstring_end'>"</span></span>
|
249
|
-
<span class='id define_file_task'>define_file_task</span> <span class='id task_name'>task_name</span> <span class='kw'>do</span>
|
250
|
-
<span class='const'>FileUtils</span><span class='period'>.</span><span class='id mkdir_p'>mkdir_p</span> <span class='id install_path'>install_path</span>
|
251
|
-
<span class='const'>FileUtils</span><span class='period'>.</span><span class='id cp'>cp</span> <span class='id path'>path</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id install_path'>install_path</span><span class='rbrace'>}</span><span class='tstring_content'>/</span><span class='tstring_end'>"</span></span>
|
252
|
-
<span class='const'>Sprout</span><span class='op'>::</span><span class='const'>Log</span><span class='period'>.</span><span class='id puts'>puts</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>>> Copied file from: (</span><span class='embexpr_beg'>#{</span><span class='id path'>path</span><span class='rbrace'>}</span><span class='tstring_content'>) to: (</span><span class='embexpr_beg'>#{</span><span class='id task_name'>task_name</span><span class='rbrace'>}</span><span class='tstring_content'>)</span><span class='tstring_end'>"</span></span>
|
253
|
-
<span class='kw'>end</span>
|
254
|
-
<span class='id task_name'>task_name</span>
|
255
|
-
<span class='kw'>end</span>
|
256
|
-
|
257
|
-
<span class='kw'>def</span> <span class='id define_file_task'>define_file_task</span> <span class='id name'>name</span>
|
258
|
-
<span class='id file'>file</span> <span class='id name'>name</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id t'>t</span><span class='op'>|</span>
|
259
|
-
<span class='kw'>yield</span> <span class='kw'>if</span> <span class='id block_given?'>block_given?</span>
|
260
|
-
<span class='kw'>end</span>
|
261
|
-
<span class='id task'>task</span> <span class='const'>Sprout</span><span class='op'>::</span><span class='const'>Library</span><span class='op'>::</span><span class='const'>TASK_NAME</span> <span class='op'>=></span> <span class='id name'>name</span>
|
262
|
-
<span class='kw'>end</span>
|
263
|
-
<span class='kw'>end</span></pre>
|
264
|
-
|
265
|
-
<p>end</p>
|
266
|
-
|
267
|
-
<p># From within a Rakefile, you can load libraries # by calling this method:
|
268
|
-
# # library :asunit4 # # Or, if you would like to specify which
|
269
|
-
registered # library to pull from the identified package (by name): # #
|
270
|
-
library :asunit4, :src # # Or, if you’d like to specify version
|
271
|
-
requirements: # # library :asunit4, :swc, ‘>= 4.2.pre’ # # It’s
|
272
|
-
important to note that libraries must also # be defined in your Gemfile
|
273
|
-
like: # # gem “asunit4”, “>= 4.2.pre” # # Libraries are generally then
|
274
|
-
added to compiler tasks # as Rake dependencies like: # # mxmlc
|
275
|
-
‘bin/SomeRunner.swf’ => [:asunit4] do |t| # t.input =
|
276
|
-
‘src/SomeRunner.as’ # t.source_path << ‘test’ # end # def
|
277
|
-
library pkg_name, name=nil, version=nil</p>
|
278
|
-
|
279
|
-
<pre class="code"><span class='const'>Sprout</span><span class='op'>::</span><span class='const'>Library</span><span class='period'>.</span><span class='id define_task'>define_task</span> <span class='id name'>name</span><span class='comma'>,</span> <span class='id pkg_name'>pkg_name</span><span class='comma'>,</span> <span class='id version'>version</span></pre>
|
280
|
-
|
281
|
-
<p>end</p>
|
282
|
-
</div></div>
|
283
|
-
|
284
|
-
<div id="footer">
|
285
|
-
Generated on Wed Dec 22 11:58:32 2010 by
|
286
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
287
|
-
0.6.3 (ruby-1.9.2).
|
288
|
-
</div>
|
289
|
-
|
290
|
-
</body>
|
291
|
-
</html>
|
@@ -1,74 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>File: library_generator</title>
|
7
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
-
|
10
|
-
<script type="text/javascript" charset="utf-8">
|
11
|
-
relpath = '';
|
12
|
-
if (relpath != '') relpath += '/';
|
13
|
-
</script>
|
14
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
15
|
-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
16
|
-
|
17
|
-
</head>
|
18
|
-
<body>
|
19
|
-
<script type="text/javascript" charset="utf-8">
|
20
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
-
</script>
|
22
|
-
|
23
|
-
<div id="header">
|
24
|
-
<div id="menu">
|
25
|
-
|
26
|
-
<a href="_index.html" title="Index">Index</a> »
|
27
|
-
<span class="title">File: library_generator</span>
|
28
|
-
|
29
|
-
|
30
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
31
|
-
</div>
|
32
|
-
|
33
|
-
<div id="search">
|
34
|
-
<a id="class_list_link" href="#">Class List</a>
|
35
|
-
<a id="method_list_link" href="#">Method List</a>
|
36
|
-
<a id ="file_list_link" href="#">File List</a>
|
37
|
-
</div>
|
38
|
-
|
39
|
-
<div class="clear"></div>
|
40
|
-
</div>
|
41
|
-
|
42
|
-
<iframe id="search_frame"></iframe>
|
43
|
-
|
44
|
-
<div id="content"><div id='filecontents'>
|
45
|
-
<p>module Sprout</p>
|
46
|
-
|
47
|
-
<pre class="code"><span class='kw'>class</span> <span class='const'>LibraryGenerator</span> <span class='op'><</span> <span class='const'>Generator</span><span class='op'>::</span><span class='const'>Base</span>
|
48
|
-
<span class='comment'>#TODO: The library generator needs to:
|
49
|
-
</span> <span class='comment'>#Create the outer folder with the input passed in as the library name if no outer folder exists
|
50
|
-
</span> <span class='comment'>#Create a lib dir and put the file generated from the library.rb template in it
|
51
|
-
</span> <span class='comment'>#Create a vendor folder
|
52
|
-
</span>
|
53
|
-
<span class='comment'>##
|
54
|
-
</span> <span class='comment'># Set the version string to use.
|
55
|
-
</span> <span class='id add_param'>add_param</span> <span class='symbol'>:version</span><span class='comma'>,</span> <span class='const'>String</span><span class='comma'>,</span> <span class='lbrace'>{</span> <span class='symbol'>:default</span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.0.1</span><span class='tstring_end'>'</span></span> <span class='rbrace'>}</span>
|
56
|
-
|
57
|
-
<span class='kw'>def</span> <span class='id manifest'>manifest</span>
|
58
|
-
<span class='id template'>template</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id input'>input</span><span class='period'>.</span><span class='id snake_case'>snake_case</span><span class='rbrace'>}</span><span class='tstring_content'>.gemspec</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>library.gemspec</span><span class='tstring_end'>'</span></span>
|
59
|
-
<span class='id template'>template</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id input'>input</span><span class='period'>.</span><span class='id snake_case'>snake_case</span><span class='rbrace'>}</span><span class='tstring_content'>.rb</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>library.rb</span><span class='tstring_end'>'</span></span>
|
60
|
-
<span class='kw'>end</span>
|
61
|
-
|
62
|
-
<span class='kw'>end</span></pre>
|
63
|
-
|
64
|
-
<p>end</p>
|
65
|
-
</div></div>
|
66
|
-
|
67
|
-
<div id="footer">
|
68
|
-
Generated on Wed Dec 22 11:58:32 2010 by
|
69
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
70
|
-
0.6.3 (ruby-1.9.2).
|
71
|
-
</div>
|
72
|
-
|
73
|
-
</body>
|
74
|
-
</html>
|