autobuild 0.5 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (198) hide show
  1. data/CHANGES +8 -0
  2. data/Rakefile +19 -11
  3. data/bin/autobuild +94 -0
  4. data/doc/classes/Autobuild.html +294 -0
  5. data/doc/classes/Autobuild.src/M000034.html +25 -0
  6. data/doc/classes/Autobuild.src/M000035.html +19 -0
  7. data/doc/classes/Autobuild.src/M000036.html +44 -0
  8. data/doc/classes/Autobuild.src/M000037.html +19 -0
  9. data/doc/classes/Autobuild.src/M000038.html +19 -0
  10. data/doc/classes/Autobuild.src/M000039.html +20 -0
  11. data/doc/classes/Autobuild/Autotools.html +284 -0
  12. data/doc/classes/Autobuild/Autotools.src/M000065.html +18 -0
  13. data/doc/classes/Autobuild/Autotools.src/M000066.html +26 -0
  14. data/doc/classes/Autobuild/Autotools.src/M000067.html +38 -0
  15. data/doc/classes/Autobuild/Autotools.src/M000068.html +53 -0
  16. data/doc/classes/Autobuild/Autotools.src/M000069.html +28 -0
  17. data/doc/classes/Autobuild/Autotools.src/M000070.html +23 -0
  18. data/doc/classes/Autobuild/Autotools.src/M000071.html +22 -0
  19. data/doc/classes/Autobuild/CVSImporter.html +156 -0
  20. data/doc/classes/Autobuild/CVSImporter.src/M000048.html +24 -0
  21. data/doc/classes/Autobuild/CVSImporter.src/M000049.html +18 -0
  22. data/doc/classes/Autobuild/CommandNotFound.html +113 -0
  23. data/doc/classes/Autobuild/Config.html +146 -0
  24. data/doc/classes/Autobuild/Config.src/M000040.html +28 -0
  25. data/doc/classes/Autobuild/Config.src/M000041.html +47 -0
  26. data/doc/classes/Autobuild/ConfigException.html +113 -0
  27. data/doc/classes/Autobuild/Exception.html +215 -0
  28. data/doc/classes/Autobuild/Exception.src/M000103.html +16 -0
  29. data/doc/classes/Autobuild/Exception.src/M000104.html +16 -0
  30. data/doc/classes/Autobuild/Exception.src/M000105.html +19 -0
  31. data/doc/classes/Autobuild/Exception.src/M000106.html +19 -0
  32. data/doc/classes/Autobuild/GenomModule.html +229 -0
  33. data/doc/classes/Autobuild/GenomModule.src/M000107.html +20 -0
  34. data/doc/classes/Autobuild/GenomModule.src/M000108.html +16 -0
  35. data/doc/classes/Autobuild/GenomModule.src/M000109.html +18 -0
  36. data/doc/classes/Autobuild/GenomModule.src/M000110.html +29 -0
  37. data/doc/classes/Autobuild/GenomModule.src/M000111.html +19 -0
  38. data/doc/classes/Autobuild/GenomModule.src/M000112.html +26 -0
  39. data/doc/classes/Autobuild/GenomModule.src/M000113.html +35 -0
  40. data/doc/classes/Autobuild/Import.html +169 -0
  41. data/doc/classes/Autobuild/Import.src/M000045.html +18 -0
  42. data/doc/classes/Autobuild/Import.src/M000046.html +18 -0
  43. data/doc/classes/Autobuild/Import.src/M000047.html +18 -0
  44. data/doc/classes/Autobuild/Importer.html +154 -0
  45. data/doc/classes/Autobuild/Importer.src/M000056.html +18 -0
  46. data/doc/classes/Autobuild/Importer.src/M000057.html +38 -0
  47. data/doc/classes/Autobuild/ImporterPackage.html +171 -0
  48. data/doc/classes/Autobuild/ImporterPackage.src/M000115.html +18 -0
  49. data/doc/classes/Autobuild/ImporterPackage.src/M000116.html +22 -0
  50. data/doc/classes/Autobuild/ImporterPackage.src/M000117.html +16 -0
  51. data/doc/classes/Autobuild/Interpolator.html +227 -0
  52. data/doc/classes/Autobuild/Interpolator.src/M000051.html +18 -0
  53. data/doc/classes/Autobuild/Interpolator.src/M000052.html +21 -0
  54. data/doc/classes/Autobuild/Interpolator.src/M000053.html +45 -0
  55. data/doc/classes/Autobuild/Interpolator.src/M000054.html +39 -0
  56. data/doc/classes/Autobuild/Interpolator.src/M000055.html +29 -0
  57. data/doc/classes/Autobuild/MailReporter.html +201 -0
  58. data/doc/classes/Autobuild/MailReporter.src/M000060.html +24 -0
  59. data/doc/classes/Autobuild/MailReporter.src/M000061.html +21 -0
  60. data/doc/classes/Autobuild/MailReporter.src/M000062.html +20 -0
  61. data/doc/classes/Autobuild/MailReporter.src/M000063.html +18 -0
  62. data/doc/classes/Autobuild/MailReporter.src/M000064.html +42 -0
  63. data/doc/classes/Autobuild/Options.html +137 -0
  64. data/doc/classes/Autobuild/Options.src/M000058.html +27 -0
  65. data/doc/classes/Autobuild/Package.html +313 -0
  66. data/doc/classes/Autobuild/Package.src/M000085.html +16 -0
  67. data/doc/classes/Autobuild/Package.src/M000086.html +19 -0
  68. data/doc/classes/Autobuild/Package.src/M000087.html +18 -0
  69. data/doc/classes/Autobuild/Package.src/M000088.html +41 -0
  70. data/doc/classes/Autobuild/Package.src/M000089.html +22 -0
  71. data/doc/classes/Autobuild/Package.src/M000090.html +23 -0
  72. data/doc/classes/Autobuild/Package.src/M000091.html +16 -0
  73. data/doc/classes/Autobuild/Package.src/M000092.html +24 -0
  74. data/doc/classes/Autobuild/Package.src/M000093.html +18 -0
  75. data/doc/classes/Autobuild/Package.src/M000094.html +23 -0
  76. data/doc/classes/Autobuild/PackageException.html +139 -0
  77. data/doc/classes/Autobuild/PackageException.src/M000059.html +16 -0
  78. data/doc/classes/Autobuild/Reporter.html +152 -0
  79. data/doc/classes/Autobuild/Reporter.src/M000074.html +16 -0
  80. data/doc/classes/Autobuild/Reporter.src/M000075.html +16 -0
  81. data/doc/classes/Autobuild/Reporting.html +197 -0
  82. data/doc/classes/Autobuild/Reporting.src/M000095.html +24 -0
  83. data/doc/classes/Autobuild/Reporting.src/M000096.html +18 -0
  84. data/doc/classes/Autobuild/Reporting.src/M000097.html +18 -0
  85. data/doc/classes/Autobuild/Reporting.src/M000098.html +18 -0
  86. data/doc/classes/Autobuild/Reporting.src/M000099.html +18 -0
  87. data/doc/classes/Autobuild/SVNImporter.html +139 -0
  88. data/doc/classes/Autobuild/SVNImporter.src/M000050.html +23 -0
  89. data/doc/classes/Autobuild/SourceTreeTask.html +150 -0
  90. data/doc/classes/Autobuild/SourceTreeTask.src/M000114.html +18 -0
  91. data/doc/classes/Autobuild/StdoutReporter.html +154 -0
  92. data/doc/classes/Autobuild/StdoutReporter.src/M000072.html +18 -0
  93. data/doc/classes/Autobuild/StdoutReporter.src/M000073.html +18 -0
  94. data/doc/classes/Autobuild/SubcommandFailed.html +194 -0
  95. data/doc/classes/Autobuild/SubcommandFailed.src/M000100.html +16 -0
  96. data/doc/classes/Autobuild/SubcommandFailed.src/M000101.html +32 -0
  97. data/doc/classes/Autobuild/SubcommandFailed.src/M000102.html +20 -0
  98. data/doc/classes/Autobuild/Subprocess.html +170 -0
  99. data/doc/classes/Autobuild/Subprocess.src/M000042.html +18 -0
  100. data/doc/classes/Autobuild/Subprocess.src/M000043.html +96 -0
  101. data/doc/classes/Autobuild/Subprocess/Failed.html +150 -0
  102. data/doc/classes/Autobuild/Subprocess/Failed.src/M000044.html +18 -0
  103. data/doc/classes/Autobuild/TarImporter.html +287 -0
  104. data/doc/classes/Autobuild/TarImporter.src/M000076.html +28 -0
  105. data/doc/classes/Autobuild/TarImporter.src/M000077.html +53 -0
  106. data/doc/classes/Autobuild/TarImporter.src/M000078.html +26 -0
  107. data/doc/classes/Autobuild/TarImporter.src/M000079.html +16 -0
  108. data/doc/classes/Autobuild/TarImporter.src/M000080.html +20 -0
  109. data/doc/classes/Autobuild/TarImporter.src/M000081.html +20 -0
  110. data/doc/classes/Autobuild/TarImporter.src/M000082.html +30 -0
  111. data/doc/classes/Autobuild/UndefinedVariable.html +174 -0
  112. data/doc/classes/Autobuild/UndefinedVariable.src/M000083.html +19 -0
  113. data/doc/classes/Autobuild/UndefinedVariable.src/M000084.html +18 -0
  114. data/doc/classes/Hash.html +152 -0
  115. data/doc/classes/Hash.src/M000019.html +26 -0
  116. data/doc/classes/Hash.src/M000020.html +23 -0
  117. data/doc/classes/RMail.html +111 -0
  118. data/doc/classes/RMail/Message.html +137 -0
  119. data/doc/classes/RMail/Message.src/M000033.html +25 -0
  120. data/doc/classes/TC_AttrDefval.html +152 -0
  121. data/doc/classes/TC_AttrDefval.src/M000024.html +31 -0
  122. data/doc/classes/TC_AttrDefval.src/M000025.html +22 -0
  123. data/doc/classes/TC_CVSImport.html +180 -0
  124. data/doc/classes/TC_CVSImport.src/M000026.html +22 -0
  125. data/doc/classes/TC_CVSImport.src/M000027.html +21 -0
  126. data/doc/classes/TC_CVSImport.src/M000028.html +36 -0
  127. data/doc/classes/TC_Config.html +182 -0
  128. data/doc/classes/TC_Config.src/M000001.html +20 -0
  129. data/doc/classes/TC_Config.src/M000002.html +18 -0
  130. data/doc/classes/TC_Config.src/M000003.html +29 -0
  131. data/doc/classes/TC_Config.src/M000004.html +20 -0
  132. data/doc/classes/TC_ConfigInterpolation.html +198 -0
  133. data/doc/classes/TC_ConfigInterpolation.src/M000015.html +18 -0
  134. data/doc/classes/TC_ConfigInterpolation.src/M000016.html +18 -0
  135. data/doc/classes/TC_ConfigInterpolation.src/M000017.html +26 -0
  136. data/doc/classes/TC_ConfigInterpolation.src/M000018.html +24 -0
  137. data/doc/classes/TC_SVNImport.html +180 -0
  138. data/doc/classes/TC_SVNImport.src/M000005.html +22 -0
  139. data/doc/classes/TC_SVNImport.src/M000006.html +21 -0
  140. data/doc/classes/TC_SVNImport.src/M000007.html +43 -0
  141. data/doc/classes/TC_Subcommand.html +208 -0
  142. data/doc/classes/TC_Subcommand.src/M000021.html +31 -0
  143. data/doc/classes/TC_Subcommand.src/M000022.html +18 -0
  144. data/doc/classes/TC_Subcommand.src/M000023.html +30 -0
  145. data/doc/classes/TC_TarImporter.html +247 -0
  146. data/doc/classes/TC_TarImporter.src/M000008.html +28 -0
  147. data/doc/classes/TC_TarImporter.src/M000009.html +21 -0
  148. data/doc/classes/TC_TarImporter.src/M000010.html +20 -0
  149. data/doc/classes/TC_TarImporter.src/M000011.html +20 -0
  150. data/doc/classes/TC_TarImporter.src/M000012.html +26 -0
  151. data/doc/classes/TC_TarImporter.src/M000013.html +31 -0
  152. data/doc/classes/TC_TarImporter.src/M000014.html +24 -0
  153. data/doc/classes/TestTools.html +189 -0
  154. data/doc/classes/TestTools.src/M000029.html +19 -0
  155. data/doc/classes/TestTools.src/M000030.html +18 -0
  156. data/doc/classes/TestTools.src/M000031.html +25 -0
  157. data/doc/classes/TestTools.src/M000032.html +24 -0
  158. data/doc/created.rid +1 -0
  159. data/doc/files/lib/autobuild/config-interpolator_rb.html +108 -0
  160. data/doc/files/lib/autobuild/config_rb.html +113 -0
  161. data/doc/files/lib/autobuild/environment_rb.html +101 -0
  162. data/doc/files/lib/autobuild/exceptions_rb.html +101 -0
  163. data/doc/files/lib/autobuild/import/cvs_rb.html +109 -0
  164. data/doc/files/lib/autobuild/import/svn_rb.html +109 -0
  165. data/doc/files/lib/autobuild/import/tar_rb.html +108 -0
  166. data/doc/files/lib/autobuild/importer_rb.html +108 -0
  167. data/doc/files/lib/autobuild/options_rb.html +101 -0
  168. data/doc/files/lib/autobuild/package_rb.html +110 -0
  169. data/doc/files/lib/autobuild/packages/autotools_rb.html +111 -0
  170. data/doc/files/lib/autobuild/packages/genom_rb.html +109 -0
  171. data/doc/files/lib/autobuild/packages/import_rb.html +109 -0
  172. data/doc/files/lib/autobuild/reporting_rb.html +113 -0
  173. data/doc/files/lib/autobuild/subcommand_rb.html +108 -0
  174. data/doc/files/lib/autobuild/timestamps_rb.html +123 -0
  175. data/doc/files/test/base_rb.html +113 -0
  176. data/doc/files/test/test_attr_defval_rb.html +109 -0
  177. data/doc/files/test/test_config_interpolation_rb.html +111 -0
  178. data/doc/files/test/test_config_rb.html +111 -0
  179. data/doc/files/test/test_import_cvs_rb.html +119 -0
  180. data/doc/files/test/test_import_svn_rb.html +119 -0
  181. data/doc/files/test/test_import_tar_rb.html +120 -0
  182. data/doc/files/test/test_subcommand_rb.html +120 -0
  183. data/doc/files/test/tools_rb.html +110 -0
  184. data/doc/fr_class_index.html +63 -0
  185. data/doc/fr_file_index.html +51 -0
  186. data/doc/fr_method_index.html +143 -0
  187. data/doc/index.html +24 -0
  188. data/doc/rdoc-style.css +208 -0
  189. data/test/base.rb +8 -0
  190. data/test/test_attr_defval.rb +29 -0
  191. data/test/test_config.rb +40 -0
  192. data/test/test_config_interpolation.rb +57 -0
  193. data/test/test_import_cvs.rb +52 -0
  194. data/test/test_import_svn.rb +58 -0
  195. data/test/test_import_tar.rb +88 -0
  196. data/test/test_subcommand.rb +63 -0
  197. data/test/tools.rb +39 -0
  198. metadata +274 -8
@@ -0,0 +1,150 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: Autobuild::SourceTreeTask</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Class</strong></td>
53
+ <td class="class-name-in-header">Autobuild::SourceTreeTask</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../files/lib/autobuild/timestamps_rb.html">
59
+ lib/autobuild/timestamps.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ Rake::Task
69
+ </td>
70
+ </tr>
71
+ </table>
72
+ </div>
73
+ <!-- banner header -->
74
+
75
+ <div id="bodyContent">
76
+
77
+
78
+
79
+ <div id="contextContent">
80
+
81
+
82
+
83
+ </div>
84
+
85
+ <div id="method-list">
86
+ <h3 class="section-bar">Methods</h3>
87
+
88
+ <div class="name-list">
89
+ <a href="#M000114">timestamp</a>&nbsp;&nbsp;
90
+ </div>
91
+ </div>
92
+
93
+ </div>
94
+
95
+
96
+ <!-- if includes -->
97
+
98
+ <div id="section">
99
+
100
+
101
+
102
+
103
+
104
+ <div id="attribute-list">
105
+ <h3 class="section-bar">Attributes</h3>
106
+
107
+ <div class="name-list">
108
+ <table>
109
+ <tr class="top-aligned-row context-row">
110
+ <td class="context-item-name">exclude</td>
111
+ <td class="context-item-value">&nbsp;[RW]&nbsp;</td>
112
+ <td class="context-item-desc"></td>
113
+ </tr>
114
+ </table>
115
+ </div>
116
+ </div>
117
+
118
+
119
+
120
+ <!-- if method_list -->
121
+ <div id="methods">
122
+ <h3 class="section-bar">Public Instance methods</h3>
123
+
124
+ <div id="method-M000114" class="method-detail">
125
+ <a name="M000114"></a>
126
+
127
+ <div class="method-heading">
128
+ <a href="SourceTreeTask.src/M000114.html" target="Code" class="method-signature"
129
+ onclick="popupCode('SourceTreeTask.src/M000114.html');return false;">
130
+ <span class="method-name">timestamp</span><span class="method-args">()</span>
131
+ </a>
132
+ </div>
133
+
134
+ <div class="method-description">
135
+ </div>
136
+ </div>
137
+
138
+
139
+ </div>
140
+
141
+
142
+ </div>
143
+
144
+
145
+ <div id="validator-badges">
146
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
147
+ </div>
148
+
149
+ </body>
150
+ </html>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html>
7
+ <head>
8
+ <title>timestamp (Autobuild::SourceTreeTask)</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
+ </head>
12
+ <body class="standalone-code">
13
+ <pre><span class="ruby-comment cmt"># File lib/autobuild/timestamps.rb, line 40</span>
14
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">timestamp</span>
15
+ <span class="ruby-identifier">tree_timestamp</span>(<span class="ruby-identifier">name</span>, <span class="ruby-value str">&quot;*CVS&quot;</span>, <span class="ruby-operator">*</span><span class="ruby-ivar">@exclude</span>)
16
+ <span class="ruby-keyword kw">end</span></pre>
17
+ </body>
18
+ </html>
@@ -0,0 +1,154 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: Autobuild::StdoutReporter</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Class</strong></td>
53
+ <td class="class-name-in-header">Autobuild::StdoutReporter</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../files/lib/autobuild/reporting_rb.html">
59
+ lib/autobuild/reporting.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ <a href="Reporter.html">
69
+ Reporter
70
+ </a>
71
+ </td>
72
+ </tr>
73
+ </table>
74
+ </div>
75
+ <!-- banner header -->
76
+
77
+ <div id="bodyContent">
78
+
79
+
80
+
81
+ <div id="contextContent">
82
+
83
+
84
+
85
+ </div>
86
+
87
+ <div id="method-list">
88
+ <h3 class="section-bar">Methods</h3>
89
+
90
+ <div class="name-list">
91
+ <a href="#M000072">error</a>&nbsp;&nbsp;
92
+ <a href="#M000073">success</a>&nbsp;&nbsp;
93
+ </div>
94
+ </div>
95
+
96
+ </div>
97
+
98
+
99
+ <!-- if includes -->
100
+
101
+ <div id="section">
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+ <!-- if method_list -->
111
+ <div id="methods">
112
+ <h3 class="section-bar">Public Instance methods</h3>
113
+
114
+ <div id="method-M000072" class="method-detail">
115
+ <a name="M000072"></a>
116
+
117
+ <div class="method-heading">
118
+ <a href="StdoutReporter.src/M000072.html" target="Code" class="method-signature"
119
+ onclick="popupCode('StdoutReporter.src/M000072.html');return false;">
120
+ <span class="method-name">error</span><span class="method-args">(error)</span>
121
+ </a>
122
+ </div>
123
+
124
+ <div class="method-description">
125
+ </div>
126
+ </div>
127
+
128
+ <div id="method-M000073" class="method-detail">
129
+ <a name="M000073"></a>
130
+
131
+ <div class="method-heading">
132
+ <a href="StdoutReporter.src/M000073.html" target="Code" class="method-signature"
133
+ onclick="popupCode('StdoutReporter.src/M000073.html');return false;">
134
+ <span class="method-name">success</span><span class="method-args">()</span>
135
+ </a>
136
+ </div>
137
+
138
+ <div class="method-description">
139
+ </div>
140
+ </div>
141
+
142
+
143
+ </div>
144
+
145
+
146
+ </div>
147
+
148
+
149
+ <div id="validator-badges">
150
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
151
+ </div>
152
+
153
+ </body>
154
+ </html>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html>
7
+ <head>
8
+ <title>error (Autobuild::StdoutReporter)</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
+ </head>
12
+ <body class="standalone-code">
13
+ <pre><span class="ruby-comment cmt"># File lib/autobuild/reporting.rb, line 46</span>
14
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">error</span>(<span class="ruby-identifier">error</span>)
15
+ <span class="ruby-identifier">puts</span> <span class="ruby-node">&quot;Build failed: #{error}&quot;</span>
16
+ <span class="ruby-keyword kw">end</span></pre>
17
+ </body>
18
+ </html>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html>
7
+ <head>
8
+ <title>success (Autobuild::StdoutReporter)</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
+ </head>
12
+ <body class="standalone-code">
13
+ <pre><span class="ruby-comment cmt"># File lib/autobuild/reporting.rb, line 49</span>
14
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">success</span>
15
+ <span class="ruby-identifier">puts</span> <span class="ruby-node">&quot;Build finished successfully at #{Time.now}&quot;</span>
16
+ <span class="ruby-keyword kw">end</span></pre>
17
+ </body>
18
+ </html>
@@ -0,0 +1,194 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: Autobuild::SubcommandFailed</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Class</strong></td>
53
+ <td class="class-name-in-header">Autobuild::SubcommandFailed</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../files/lib/autobuild/exceptions_rb.html">
59
+ lib/autobuild/exceptions.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ <a href="Exception.html">
69
+ Exception
70
+ </a>
71
+ </td>
72
+ </tr>
73
+ </table>
74
+ </div>
75
+ <!-- banner header -->
76
+
77
+ <div id="bodyContent">
78
+
79
+
80
+
81
+ <div id="contextContent">
82
+
83
+
84
+
85
+ </div>
86
+
87
+ <div id="method-list">
88
+ <h3 class="section-bar">Methods</h3>
89
+
90
+ <div class="name-list">
91
+ <a href="#M000100">mail?</a>&nbsp;&nbsp;
92
+ <a href="#M000101">new</a>&nbsp;&nbsp;
93
+ <a href="#M000102">to_s</a>&nbsp;&nbsp;
94
+ </div>
95
+ </div>
96
+
97
+ </div>
98
+
99
+
100
+ <!-- if includes -->
101
+
102
+ <div id="section">
103
+
104
+
105
+
106
+
107
+
108
+ <div id="attribute-list">
109
+ <h3 class="section-bar">Attributes</h3>
110
+
111
+ <div class="name-list">
112
+ <table>
113
+ <tr class="top-aligned-row context-row">
114
+ <td class="context-item-name">command</td>
115
+ <td class="context-item-value">&nbsp;[R]&nbsp;</td>
116
+ <td class="context-item-desc"></td>
117
+ </tr>
118
+ <tr class="top-aligned-row context-row">
119
+ <td class="context-item-name">logfile</td>
120
+ <td class="context-item-value">&nbsp;[R]&nbsp;</td>
121
+ <td class="context-item-desc"></td>
122
+ </tr>
123
+ <tr class="top-aligned-row context-row">
124
+ <td class="context-item-name">status</td>
125
+ <td class="context-item-value">&nbsp;[R]&nbsp;</td>
126
+ <td class="context-item-desc"></td>
127
+ </tr>
128
+ </table>
129
+ </div>
130
+ </div>
131
+
132
+
133
+
134
+ <!-- if method_list -->
135
+ <div id="methods">
136
+ <h3 class="section-bar">Public Class methods</h3>
137
+
138
+ <div id="method-M000101" class="method-detail">
139
+ <a name="M000101"></a>
140
+
141
+ <div class="method-heading">
142
+ <a href="SubcommandFailed.src/M000101.html" target="Code" class="method-signature"
143
+ onclick="popupCode('SubcommandFailed.src/M000101.html');return false;">
144
+ <span class="method-name">new</span><span class="method-args">(*args)</span>
145
+ </a>
146
+ </div>
147
+
148
+ <div class="method-description">
149
+ </div>
150
+ </div>
151
+
152
+ <h3 class="section-bar">Public Instance methods</h3>
153
+
154
+ <div id="method-M000100" class="method-detail">
155
+ <a name="M000100"></a>
156
+
157
+ <div class="method-heading">
158
+ <a href="SubcommandFailed.src/M000100.html" target="Code" class="method-signature"
159
+ onclick="popupCode('SubcommandFailed.src/M000100.html');return false;">
160
+ <span class="method-name">mail?</span><span class="method-args">()</span>
161
+ </a>
162
+ </div>
163
+
164
+ <div class="method-description">
165
+ </div>
166
+ </div>
167
+
168
+ <div id="method-M000102" class="method-detail">
169
+ <a name="M000102"></a>
170
+
171
+ <div class="method-heading">
172
+ <a href="SubcommandFailed.src/M000102.html" target="Code" class="method-signature"
173
+ onclick="popupCode('SubcommandFailed.src/M000102.html');return false;">
174
+ <span class="method-name">to_s</span><span class="method-args">()</span>
175
+ </a>
176
+ </div>
177
+
178
+ <div class="method-description">
179
+ </div>
180
+ </div>
181
+
182
+
183
+ </div>
184
+
185
+
186
+ </div>
187
+
188
+
189
+ <div id="validator-badges">
190
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
191
+ </div>
192
+
193
+ </body>
194
+ </html>