taskjuggler 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (571) hide show
  1. data/COPYING +280 -0
  2. data/README +31 -0
  3. data/Rakefile +20 -0
  4. data/benchmarks/UTF-8-Strings.rb +58 -0
  5. data/benchmarks/allocate.tjp +30 -0
  6. data/benchmarks/booking.tjp +62 -0
  7. data/benchmarks/depends.tjp +112 -0
  8. data/benchmarks/htmltaskreport.tjp +45 -0
  9. data/benchmarks/runbench.rb +24 -0
  10. data/bin/tj3 +3 -0
  11. data/bin/tj3man +3 -0
  12. data/doc/classes/AppConfig.html +808 -0
  13. data/doc/classes/Arguments.html +226 -0
  14. data/doc/classes/String.html +395 -0
  15. data/doc/classes/TaskJuggler.html +1358 -0
  16. data/doc/classes/TaskJuggler/Account.html +257 -0
  17. data/doc/classes/TaskJuggler/AccountScenario.html +218 -0
  18. data/doc/classes/TaskJuggler/Allocation.html +419 -0
  19. data/doc/classes/TaskJuggler/AllocationAttribute.html +291 -0
  20. data/doc/classes/TaskJuggler/AttributeBase.html +608 -0
  21. data/doc/classes/TaskJuggler/AttributeDefinition.html +259 -0
  22. data/doc/classes/TaskJuggler/Booking.html +307 -0
  23. data/doc/classes/TaskJuggler/BookingListAttribute.html +263 -0
  24. data/doc/classes/TaskJuggler/BooleanAttribute.html +261 -0
  25. data/doc/classes/TaskJuggler/CSVFile.html +325 -0
  26. data/doc/classes/TaskJuggler/Charge.html +279 -0
  27. data/doc/classes/TaskJuggler/ChargeListAttribute.html +229 -0
  28. data/doc/classes/TaskJuggler/ChargeSet.html +440 -0
  29. data/doc/classes/TaskJuggler/ChargeSetListAttribute.html +276 -0
  30. data/doc/classes/TaskJuggler/ColumnTable.html +260 -0
  31. data/doc/classes/TaskJuggler/DateAttribute.html +194 -0
  32. data/doc/classes/TaskJuggler/DependencyListAttribute.html +267 -0
  33. data/doc/classes/TaskJuggler/DurationAttribute.html +229 -0
  34. data/doc/classes/TaskJuggler/FixnumAttribute.html +194 -0
  35. data/doc/classes/TaskJuggler/FlagListAttribute.html +263 -0
  36. data/doc/classes/TaskJuggler/FloatAttribute.html +229 -0
  37. data/doc/classes/TaskJuggler/GanttChart.html +667 -0
  38. data/doc/classes/TaskJuggler/GanttContainer.html +441 -0
  39. data/doc/classes/TaskJuggler/GanttHeader.html +280 -0
  40. data/doc/classes/TaskJuggler/GanttHeaderScaleItem.html +245 -0
  41. data/doc/classes/TaskJuggler/GanttLine.html +398 -0
  42. data/doc/classes/TaskJuggler/GanttLoadStack.html +327 -0
  43. data/doc/classes/TaskJuggler/GanttMilestone.html +415 -0
  44. data/doc/classes/TaskJuggler/GanttRouter.html +425 -0
  45. data/doc/classes/TaskJuggler/GanttTaskBar.html +429 -0
  46. data/doc/classes/TaskJuggler/HTMLDocument.html +240 -0
  47. data/doc/classes/TaskJuggler/HTMLGraphics.html +231 -0
  48. data/doc/classes/TaskJuggler/Interval.html +552 -0
  49. data/doc/classes/TaskJuggler/IntervalListAttribute.html +267 -0
  50. data/doc/classes/TaskJuggler/KeywordDocumentation.html +796 -0
  51. data/doc/classes/TaskJuggler/Limits.html +416 -0
  52. data/doc/classes/TaskJuggler/Limits/Limit.html +381 -0
  53. data/doc/classes/TaskJuggler/LimitsAttribute.html +261 -0
  54. data/doc/classes/TaskJuggler/Log.html +613 -0
  55. data/doc/classes/TaskJuggler/LogicalAttribute.html +226 -0
  56. data/doc/classes/TaskJuggler/LogicalExpression.html +251 -0
  57. data/doc/classes/TaskJuggler/LogicalFlag.html +229 -0
  58. data/doc/classes/TaskJuggler/LogicalFunction.html +324 -0
  59. data/doc/classes/TaskJuggler/LogicalOperation.html +299 -0
  60. data/doc/classes/TaskJuggler/Macro.html +194 -0
  61. data/doc/classes/TaskJuggler/MacroParser.html +360 -0
  62. data/doc/classes/TaskJuggler/MacroTable.html +366 -0
  63. data/doc/classes/TaskJuggler/Message.html +281 -0
  64. data/doc/classes/TaskJuggler/MessageHandler.html +215 -0
  65. data/doc/classes/TaskJuggler/Project.html +1606 -0
  66. data/doc/classes/TaskJuggler/ProjectFileParser.html +412 -0
  67. data/doc/classes/TaskJuggler/PropertyList.html +597 -0
  68. data/doc/classes/TaskJuggler/PropertySet.html +1200 -0
  69. data/doc/classes/TaskJuggler/PropertyTreeNode.html +1449 -0
  70. data/doc/classes/TaskJuggler/Query.html +600 -0
  71. data/doc/classes/TaskJuggler/RealFormat.html +252 -0
  72. data/doc/classes/TaskJuggler/ReferenceAttribute.html +194 -0
  73. data/doc/classes/TaskJuggler/Report.html +528 -0
  74. data/doc/classes/TaskJuggler/ReportElement.html +1070 -0
  75. data/doc/classes/TaskJuggler/ReportTable.html +497 -0
  76. data/doc/classes/TaskJuggler/ReportTableCell.html +518 -0
  77. data/doc/classes/TaskJuggler/ReportTableColumn.html +364 -0
  78. data/doc/classes/TaskJuggler/ReportTableElement.html +644 -0
  79. data/doc/classes/TaskJuggler/ReportTableLegend.html +343 -0
  80. data/doc/classes/TaskJuggler/ReportTableLine.html +431 -0
  81. data/doc/classes/TaskJuggler/Resource.html +211 -0
  82. data/doc/classes/TaskJuggler/ResourceListAttribute.html +267 -0
  83. data/doc/classes/TaskJuggler/ResourceListRE.html +249 -0
  84. data/doc/classes/TaskJuggler/ResourceScenario.html +1137 -0
  85. data/doc/classes/TaskJuggler/RichText.html +537 -0
  86. data/doc/classes/TaskJuggler/RichTextAttribute.html +229 -0
  87. data/doc/classes/TaskJuggler/RichTextDocument.html +418 -0
  88. data/doc/classes/TaskJuggler/RichTextElement.html +829 -0
  89. data/doc/classes/TaskJuggler/RichTextException.html +212 -0
  90. data/doc/classes/TaskJuggler/RichTextParser.html +317 -0
  91. data/doc/classes/TaskJuggler/RichTextProtocolExample.html +303 -0
  92. data/doc/classes/TaskJuggler/RichTextProtocolHandler.html +194 -0
  93. data/doc/classes/TaskJuggler/RichTextScanner.html +561 -0
  94. data/doc/classes/TaskJuggler/RichTextSnip.html +364 -0
  95. data/doc/classes/TaskJuggler/RichTextSyntaxRules.html +883 -0
  96. data/doc/classes/TaskJuggler/Scenario.html +163 -0
  97. data/doc/classes/TaskJuggler/ScenarioData.html +354 -0
  98. data/doc/classes/TaskJuggler/Scoreboard.html +638 -0
  99. data/doc/classes/TaskJuggler/Shift.html +255 -0
  100. data/doc/classes/TaskJuggler/ShiftAssignment.html +488 -0
  101. data/doc/classes/TaskJuggler/ShiftAssignments.html +715 -0
  102. data/doc/classes/TaskJuggler/ShiftAssignmentsAttribute.html +261 -0
  103. data/doc/classes/TaskJuggler/ShiftScenario.html +282 -0
  104. data/doc/classes/TaskJuggler/SourceFileInfo.html +247 -0
  105. data/doc/classes/TaskJuggler/StringAttribute.html +229 -0
  106. data/doc/classes/TaskJuggler/SymbolAttribute.html +194 -0
  107. data/doc/classes/TaskJuggler/SyntaxReference.html +516 -0
  108. data/doc/classes/TaskJuggler/TOCEntry.html +242 -0
  109. data/doc/classes/TaskJuggler/TableColumnDefinition.html +273 -0
  110. data/doc/classes/TaskJuggler/TableOfContents.html +256 -0
  111. data/doc/classes/TaskJuggler/Task.html +203 -0
  112. data/doc/classes/TaskJuggler/TaskDependency.html +251 -0
  113. data/doc/classes/TaskJuggler/TaskListAttribute.html +267 -0
  114. data/doc/classes/TaskJuggler/TaskListRE.html +250 -0
  115. data/doc/classes/TaskJuggler/TaskScenario.html +2206 -0
  116. data/doc/classes/TaskJuggler/TextParser.html +670 -0
  117. data/doc/classes/TaskJuggler/TextParser/Pattern.html +923 -0
  118. data/doc/classes/TaskJuggler/TextParser/Rule.html +779 -0
  119. data/doc/classes/TaskJuggler/TextParser/StackElement.html +267 -0
  120. data/doc/classes/TaskJuggler/TextParser/TextParserResultArray.html +212 -0
  121. data/doc/classes/TaskJuggler/TextParser/TokenDoc.html +221 -0
  122. data/doc/classes/TaskJuggler/TextScanner.html +708 -0
  123. data/doc/classes/TaskJuggler/TextScanner/BufferStreamHandle.html +355 -0
  124. data/doc/classes/TaskJuggler/TextScanner/FileStreamHandle.html +341 -0
  125. data/doc/classes/TaskJuggler/TextScanner/StreamHandle.html +260 -0
  126. data/doc/classes/TaskJuggler/TjException.html +185 -0
  127. data/doc/classes/TaskJuggler/TjTime.html +1845 -0
  128. data/doc/classes/TaskJuggler/TjpExample.html +310 -0
  129. data/doc/classes/TaskJuggler/TjpExportRE.html +329 -0
  130. data/doc/classes/TaskJuggler/TjpSyntaxRules.html +8928 -0
  131. data/doc/classes/TaskJuggler/UserManual.html +606 -0
  132. data/doc/classes/TaskJuggler/WorkingHours.html +582 -0
  133. data/doc/classes/TaskJuggler/WorkingHoursAttribute.html +284 -0
  134. data/doc/classes/TaskJuggler/XMLBlob.html +207 -0
  135. data/doc/classes/TaskJuggler/XMLComment.html +206 -0
  136. data/doc/classes/TaskJuggler/XMLDocument.html +293 -0
  137. data/doc/classes/TaskJuggler/XMLElement.html +341 -0
  138. data/doc/classes/TaskJuggler/XMLNamedText.html +174 -0
  139. data/doc/classes/TaskJuggler/XMLText.html +221 -0
  140. data/doc/files/COPYING.html +448 -0
  141. data/doc/files/README.html +134 -0
  142. data/doc/files/lib/AccountScenario_rb.html +116 -0
  143. data/doc/files/lib/Account_rb.html +118 -0
  144. data/doc/files/lib/Allocation_rb.html +118 -0
  145. data/doc/files/lib/AppConfig_rb.html +116 -0
  146. data/doc/files/lib/AttributeBase_rb.html +106 -0
  147. data/doc/files/lib/AttributeDefinition_rb.html +106 -0
  148. data/doc/files/lib/Attributes_rb.html +130 -0
  149. data/doc/files/lib/Booking_rb.html +106 -0
  150. data/doc/files/lib/ChargeSet_rb.html +116 -0
  151. data/doc/files/lib/Charge_rb.html +116 -0
  152. data/doc/files/lib/HTMLDocument_rb.html +116 -0
  153. data/doc/files/lib/Interval_rb.html +116 -0
  154. data/doc/files/lib/KeywordDocumentation_rb.html +122 -0
  155. data/doc/files/lib/Limits_rb.html +116 -0
  156. data/doc/files/lib/Log_rb.html +116 -0
  157. data/doc/files/lib/LogicalExpression_rb.html +122 -0
  158. data/doc/files/lib/LogicalFlag_rb.html +116 -0
  159. data/doc/files/lib/LogicalFunction_rb.html +116 -0
  160. data/doc/files/lib/LogicalOperation_rb.html +116 -0
  161. data/doc/files/lib/MacroParser_rb.html +118 -0
  162. data/doc/files/lib/MacroTable_rb.html +122 -0
  163. data/doc/files/lib/MessageHandler_rb.html +106 -0
  164. data/doc/files/lib/Message_rb.html +116 -0
  165. data/doc/files/lib/ProjectFileParser_rb.html +122 -0
  166. data/doc/files/lib/Project_rb.html +148 -0
  167. data/doc/files/lib/PropertyList_rb.html +106 -0
  168. data/doc/files/lib/PropertySet_rb.html +118 -0
  169. data/doc/files/lib/PropertyTreeNode_rb.html +106 -0
  170. data/doc/files/lib/Query_rb.html +116 -0
  171. data/doc/files/lib/RealFormat_rb.html +106 -0
  172. data/doc/files/lib/ResourceScenario_rb.html +116 -0
  173. data/doc/files/lib/Resource_rb.html +118 -0
  174. data/doc/files/lib/RichTextDocument_rb.html +120 -0
  175. data/doc/files/lib/RichTextElement_rb.html +120 -0
  176. data/doc/files/lib/RichTextParser_rb.html +120 -0
  177. data/doc/files/lib/RichTextProtocolExample_rb.html +120 -0
  178. data/doc/files/lib/RichTextProtocolHandler_rb.html +106 -0
  179. data/doc/files/lib/RichTextScanner_rb.html +116 -0
  180. data/doc/files/lib/RichTextSnip_rb.html +118 -0
  181. data/doc/files/lib/RichTextSyntaxRules_rb.html +106 -0
  182. data/doc/files/lib/RichText_rb.html +118 -0
  183. data/doc/files/lib/ScenarioData_rb.html +118 -0
  184. data/doc/files/lib/Scenario_rb.html +116 -0
  185. data/doc/files/lib/Scoreboard_rb.html +106 -0
  186. data/doc/files/lib/ShiftAssignments_rb.html +116 -0
  187. data/doc/files/lib/ShiftScenario_rb.html +116 -0
  188. data/doc/files/lib/Shift_rb.html +118 -0
  189. data/doc/files/lib/SourceFileInfo_rb.html +106 -0
  190. data/doc/files/lib/SyntaxReference_rb.html +122 -0
  191. data/doc/files/lib/TOCEntry_rb.html +118 -0
  192. data/doc/files/lib/TableColumnDefinition_rb.html +106 -0
  193. data/doc/files/lib/TableOfContents_rb.html +118 -0
  194. data/doc/files/lib/TaskDependency_rb.html +106 -0
  195. data/doc/files/lib/TaskJuggler_rb.html +120 -0
  196. data/doc/files/lib/TaskScenario_rb.html +116 -0
  197. data/doc/files/lib/Task_rb.html +118 -0
  198. data/doc/files/lib/TextParser/Pattern_rb.html +116 -0
  199. data/doc/files/lib/TextParser/Rule_rb.html +106 -0
  200. data/doc/files/lib/TextParser/StackElement_rb.html +106 -0
  201. data/doc/files/lib/TextParser/TokenDoc_rb.html +106 -0
  202. data/doc/files/lib/TextParser_rb.html +124 -0
  203. data/doc/files/lib/TextScanner_rb.html +128 -0
  204. data/doc/files/lib/Tj3Config_rb.html +118 -0
  205. data/doc/files/lib/TjException_rb.html +106 -0
  206. data/doc/files/lib/TjTime_rb.html +118 -0
  207. data/doc/files/lib/TjpExample_rb.html +116 -0
  208. data/doc/files/lib/TjpSyntaxRules_rb.html +106 -0
  209. data/doc/files/lib/UTF8String_rb.html +132 -0
  210. data/doc/files/lib/UserManual_rb.html +124 -0
  211. data/doc/files/lib/WorkingHours_rb.html +116 -0
  212. data/doc/files/lib/XMLDocument_rb.html +116 -0
  213. data/doc/files/lib/XMLElement_rb.html +116 -0
  214. data/doc/files/lib/reports/CSVFile_rb.html +116 -0
  215. data/doc/files/lib/reports/ColumnTable_rb.html +116 -0
  216. data/doc/files/lib/reports/GanttChart_rb.html +122 -0
  217. data/doc/files/lib/reports/GanttContainer_rb.html +116 -0
  218. data/doc/files/lib/reports/GanttHeaderScaleItem_rb.html +106 -0
  219. data/doc/files/lib/reports/GanttHeader_rb.html +116 -0
  220. data/doc/files/lib/reports/GanttLine_rb.html +126 -0
  221. data/doc/files/lib/reports/GanttLoadStack_rb.html +116 -0
  222. data/doc/files/lib/reports/GanttMilestone_rb.html +116 -0
  223. data/doc/files/lib/reports/GanttRouter_rb.html +106 -0
  224. data/doc/files/lib/reports/GanttTaskBar_rb.html +116 -0
  225. data/doc/files/lib/reports/HTMLGraphics_rb.html +106 -0
  226. data/doc/files/lib/reports/ReportElement_rb.html +118 -0
  227. data/doc/files/lib/reports/ReportTableCell_rb.html +106 -0
  228. data/doc/files/lib/reports/ReportTableColumn_rb.html +106 -0
  229. data/doc/files/lib/reports/ReportTableElement_rb.html +122 -0
  230. data/doc/files/lib/reports/ReportTableLegend_rb.html +106 -0
  231. data/doc/files/lib/reports/ReportTableLine_rb.html +116 -0
  232. data/doc/files/lib/reports/ReportTable_rb.html +118 -0
  233. data/doc/files/lib/reports/Report_rb.html +126 -0
  234. data/doc/files/lib/reports/ResourceListRE_rb.html +122 -0
  235. data/doc/files/lib/reports/TaskListRE_rb.html +122 -0
  236. data/doc/files/lib/reports/TjpExportRE_rb.html +116 -0
  237. data/doc/files/lib/taskjuggler3_rb.html +276 -0
  238. data/doc/files/lib/tj3man_rb.html +189 -0
  239. data/doc/fr_class_index.html +285 -0
  240. data/doc/fr_file_index.html +223 -0
  241. data/doc/fr_method_index.html +1953 -0
  242. data/doc/index.html +21 -0
  243. data/doc/rdoc-style.css +299 -0
  244. data/examples/tutorial.tjp +361 -0
  245. data/gem_spec.rb +30 -0
  246. data/lib/Account.rb +50 -0
  247. data/lib/AccountScenario.rb +39 -0
  248. data/lib/Allocation.rb +102 -0
  249. data/lib/AppConfig.rb +134 -0
  250. data/lib/AttributeBase.rb +131 -0
  251. data/lib/AttributeDefinition.rb +47 -0
  252. data/lib/Attributes.rb +478 -0
  253. data/lib/BatchProcessor.rb +209 -0
  254. data/lib/Booking.rb +59 -0
  255. data/lib/Charge.rb +71 -0
  256. data/lib/ChargeSet.rb +126 -0
  257. data/lib/HTMLDocument.rb +59 -0
  258. data/lib/Interval.rb +127 -0
  259. data/lib/KeywordDocumentation.rb +560 -0
  260. data/lib/Limits.rb +219 -0
  261. data/lib/Log.rb +160 -0
  262. data/lib/LogicalExpression.rb +71 -0
  263. data/lib/LogicalFlag.rb +34 -0
  264. data/lib/LogicalFunction.rb +102 -0
  265. data/lib/LogicalOperation.rb +118 -0
  266. data/lib/MacroParser.rb +77 -0
  267. data/lib/MacroTable.rb +84 -0
  268. data/lib/Message.rb +56 -0
  269. data/lib/MessageHandler.rb +34 -0
  270. data/lib/Project.rb +662 -0
  271. data/lib/ProjectFileParser.rb +333 -0
  272. data/lib/PropertyList.rb +181 -0
  273. data/lib/PropertySet.rb +304 -0
  274. data/lib/PropertyTreeNode.rb +461 -0
  275. data/lib/Query.rb +227 -0
  276. data/lib/RealFormat.rb +73 -0
  277. data/lib/Resource.rb +42 -0
  278. data/lib/ResourceScenario.rb +511 -0
  279. data/lib/RichText.rb +147 -0
  280. data/lib/RichTextDocument.rb +139 -0
  281. data/lib/RichTextElement.rb +391 -0
  282. data/lib/RichTextParser.rb +66 -0
  283. data/lib/RichTextProtocolExample.rb +65 -0
  284. data/lib/RichTextProtocolHandler.rb +35 -0
  285. data/lib/RichTextScanner.rb +390 -0
  286. data/lib/RichTextSnip.rb +104 -0
  287. data/lib/RichTextSyntaxRules.rb +265 -0
  288. data/lib/Scenario.rb +27 -0
  289. data/lib/ScenarioData.rb +65 -0
  290. data/lib/Scoreboard.rb +141 -0
  291. data/lib/Shift.rb +48 -0
  292. data/lib/ShiftAssignments.rb +291 -0
  293. data/lib/ShiftScenario.rb +46 -0
  294. data/lib/SourceFileInfo.rb +37 -0
  295. data/lib/SyntaxReference.rb +284 -0
  296. data/lib/TOCEntry.rb +76 -0
  297. data/lib/TableColumnDefinition.rb +54 -0
  298. data/lib/TableOfContents.rb +46 -0
  299. data/lib/Task.rb +37 -0
  300. data/lib/TaskDependency.rb +39 -0
  301. data/lib/TaskJuggler.rb +84 -0
  302. data/lib/TaskScenario.rb +1622 -0
  303. data/lib/TextParser.rb +416 -0
  304. data/lib/TextParser/Pattern.rb +263 -0
  305. data/lib/TextParser/Rule.rb +171 -0
  306. data/lib/TextParser/StackElement.rb +45 -0
  307. data/lib/TextParser/TokenDoc.rb +38 -0
  308. data/lib/TextScanner.rb +682 -0
  309. data/lib/Tj3Config.rb +27 -0
  310. data/lib/TjException.rb +27 -0
  311. data/lib/TjTime.rb +395 -0
  312. data/lib/TjpExample.rb +119 -0
  313. data/lib/TjpSyntaxRules.rb +4022 -0
  314. data/lib/UTF8String.rb +100 -0
  315. data/lib/UserManual.rb +282 -0
  316. data/lib/WorkingHours.rb +323 -0
  317. data/lib/XMLDocument.rb +54 -0
  318. data/lib/XMLElement.rb +175 -0
  319. data/lib/reports/CSVFile.rb +146 -0
  320. data/lib/reports/ColumnTable.rb +66 -0
  321. data/lib/reports/GanttChart.rb +308 -0
  322. data/lib/reports/GanttContainer.rb +107 -0
  323. data/lib/reports/GanttHeader.rb +141 -0
  324. data/lib/reports/GanttHeaderScaleItem.rb +42 -0
  325. data/lib/reports/GanttLine.rb +329 -0
  326. data/lib/reports/GanttLoadStack.rb +113 -0
  327. data/lib/reports/GanttMilestone.rb +80 -0
  328. data/lib/reports/GanttRouter.rb +375 -0
  329. data/lib/reports/GanttTaskBar.rb +95 -0
  330. data/lib/reports/HTMLGraphics.rb +65 -0
  331. data/lib/reports/Report.rb +344 -0
  332. data/lib/reports/ReportElement.rb +427 -0
  333. data/lib/reports/ReportTable.rb +144 -0
  334. data/lib/reports/ReportTableCell.rb +142 -0
  335. data/lib/reports/ReportTableColumn.rb +82 -0
  336. data/lib/reports/ReportTableElement.rb +852 -0
  337. data/lib/reports/ReportTableLegend.rb +167 -0
  338. data/lib/reports/ReportTableLine.rb +87 -0
  339. data/lib/reports/ResourceListRE.rb +72 -0
  340. data/lib/reports/TaskListRE.rb +73 -0
  341. data/lib/reports/TjpExportRE.rb +394 -0
  342. data/lib/taskjuggler3.rb +106 -0
  343. data/lib/tj3man.rb +88 -0
  344. data/manual/Day_To_Day_Juggling +168 -0
  345. data/manual/Getting_Started +61 -0
  346. data/manual/How_To_Contribute +185 -0
  347. data/manual/Installation +68 -0
  348. data/manual/Intro +102 -0
  349. data/manual/Reporting_Bugs +26 -0
  350. data/manual/Rich_Text_Attributes +90 -0
  351. data/manual/TaskJuggler_2x_Migration +40 -0
  352. data/manual/Tutorial +579 -0
  353. data/manual/fdl +450 -0
  354. data/prj_cfg.rb +43 -0
  355. data/setup.rb +1585 -0
  356. data/tasks/csts.rake +72 -0
  357. data/tasks/gem.rake +14 -0
  358. data/tasks/manual.rake +10 -0
  359. data/tasks/missing.rake +21 -0
  360. data/tasks/rcov.rake +14 -0
  361. data/tasks/rdoc.rake +17 -0
  362. data/tasks/rexml_fix.rb +16 -0
  363. data/tasks/rexml_fix_19.rb +49 -0
  364. data/tasks/show.rake +21 -0
  365. data/tasks/stats.rake +25 -0
  366. data/tasks/test.rake +11 -0
  367. data/test/MessageChecker.rb +53 -0
  368. data/test/TestSuite/CSV-Reports/celltext-Reference.csv +14 -0
  369. data/test/TestSuite/CSV-Reports/celltext.tjp +7 -0
  370. data/test/TestSuite/CSV-Reports/genrefs +6 -0
  371. data/test/TestSuite/CSV-Reports/project-1.tji +57 -0
  372. data/test/TestSuite/CSV-Reports/resourcereport-Reference.csv +4 -0
  373. data/test/TestSuite/CSV-Reports/resourcereport.tjp +10 -0
  374. data/test/TestSuite/CSV-Reports/resourcereport_with_tasks-Reference.csv +22 -0
  375. data/test/TestSuite/CSV-Reports/resourcereport_with_tasks.tjp +11 -0
  376. data/test/TestSuite/CSV-Reports/sortByTree-Reference.csv +14 -0
  377. data/test/TestSuite/CSV-Reports/sortByTree.tjp +8 -0
  378. data/test/TestSuite/CSV-Reports/sortBy_duration.down-Reference.csv +14 -0
  379. data/test/TestSuite/CSV-Reports/sortBy_duration.down.tjp +10 -0
  380. data/test/TestSuite/CSV-Reports/sortBy_effort.up-Reference.csv +14 -0
  381. data/test/TestSuite/CSV-Reports/sortBy_effort.up.tjp +10 -0
  382. data/test/TestSuite/CSV-Reports/sortBy_plan.start.down-Reference.csv +14 -0
  383. data/test/TestSuite/CSV-Reports/sortBy_plan.start.down.tjp +10 -0
  384. data/test/TestSuite/CSV-Reports/taskreport-Reference.csv +14 -0
  385. data/test/TestSuite/CSV-Reports/taskreport.tjp +10 -0
  386. data/test/TestSuite/CSV-Reports/taskreport_with_resources-Reference.csv +24 -0
  387. data/test/TestSuite/CSV-Reports/taskreport_with_resources.tjp +11 -0
  388. data/test/TestSuite/Scheduler/Correct/Allocate.tjp +86 -0
  389. data/test/TestSuite/Scheduler/Correct/AutomaticMilestones.tjp +63 -0
  390. data/test/TestSuite/Scheduler/Correct/Booking.tjp +161 -0
  391. data/test/TestSuite/Scheduler/Correct/Depends.tjp +50 -0
  392. data/test/TestSuite/Scheduler/Correct/Duration.tjp +34 -0
  393. data/test/TestSuite/Scheduler/Correct/InheritStartEnd.tjp +129 -0
  394. data/test/TestSuite/Scheduler/Correct/Limits.tjp +81 -0
  395. data/test/TestSuite/Scheduler/Correct/MultipleMandatories.tjp +43 -0
  396. data/test/TestSuite/Scheduler/Correct/Optimize-1.tjp +28 -0
  397. data/test/TestSuite/Scheduler/Correct/Optimize-2.tjp +33 -0
  398. data/test/TestSuite/Scheduler/Correct/Optimize-3.tjp +33 -0
  399. data/test/TestSuite/Scheduler/Correct/Optimize-4.tjp +34 -0
  400. data/test/TestSuite/Scheduler/Correct/Optimize-5.tjp +62 -0
  401. data/test/TestSuite/Scheduler/Correct/Precedes.tjp +50 -0
  402. data/test/TestSuite/Scheduler/Correct/Shift.tjp +102 -0
  403. data/test/TestSuite/Scheduler/Errors/account_no_leaf.tjp +13 -0
  404. data/test/TestSuite/Scheduler/Errors/booking_conflict.tjp +10 -0
  405. data/test/TestSuite/Scheduler/Errors/booking_no_duty.tjp +9 -0
  406. data/test/TestSuite/Scheduler/Errors/booking_on_vacation.tjp +9 -0
  407. data/test/TestSuite/Scheduler/Errors/container_booking.tjp +14 -0
  408. data/test/TestSuite/Scheduler/Errors/container_duration.tjp +11 -0
  409. data/test/TestSuite/Scheduler/Errors/effort_no_allocations.tjp +7 -0
  410. data/test/TestSuite/Scheduler/Errors/loop_detected_1.tjp +19 -0
  411. data/test/TestSuite/Scheduler/Errors/loop_detected_10.tjp +36 -0
  412. data/test/TestSuite/Scheduler/Errors/loop_detected_11.tjp +27 -0
  413. data/test/TestSuite/Scheduler/Errors/loop_detected_12.tjp +20 -0
  414. data/test/TestSuite/Scheduler/Errors/loop_detected_13.tjp +27 -0
  415. data/test/TestSuite/Scheduler/Errors/loop_detected_14.tjp +26 -0
  416. data/test/TestSuite/Scheduler/Errors/loop_detected_2.tjp +24 -0
  417. data/test/TestSuite/Scheduler/Errors/loop_detected_3.tjp +18 -0
  418. data/test/TestSuite/Scheduler/Errors/loop_detected_4.tjp +36 -0
  419. data/test/TestSuite/Scheduler/Errors/loop_detected_5.tjp +37 -0
  420. data/test/TestSuite/Scheduler/Errors/loop_detected_6.tjp +35 -0
  421. data/test/TestSuite/Scheduler/Errors/loop_detected_7.tjp +46 -0
  422. data/test/TestSuite/Scheduler/Errors/loop_detected_8.tjp +51 -0
  423. data/test/TestSuite/Scheduler/Errors/loop_detected_9.tjp +20 -0
  424. data/test/TestSuite/Scheduler/Errors/maxend.tjp +8 -0
  425. data/test/TestSuite/Scheduler/Errors/maxstart.tjp +8 -0
  426. data/test/TestSuite/Scheduler/Errors/milestone_booking.tjp +10 -0
  427. data/test/TestSuite/Scheduler/Errors/milestone_duration.tjp +8 -0
  428. data/test/TestSuite/Scheduler/Errors/milestone_start_end.tjp +8 -0
  429. data/test/TestSuite/Scheduler/Errors/minend.tjp +8 -0
  430. data/test/TestSuite/Scheduler/Errors/minstart.tjp +8 -0
  431. data/test/TestSuite/Scheduler/Errors/multiple_durations.tjp +11 -0
  432. data/test/TestSuite/Scheduler/Errors/no_tasks.tjp +6 -0
  433. data/test/TestSuite/Scheduler/Errors/not_scheduled.tjp +8 -0
  434. data/test/TestSuite/Scheduler/Errors/task_depend_child.tjp +10 -0
  435. data/test/TestSuite/Scheduler/Errors/task_depend_multi.tjp +13 -0
  436. data/test/TestSuite/Scheduler/Errors/task_depend_parent.tjp +11 -0
  437. data/test/TestSuite/Scheduler/Errors/task_depend_self.tjp +10 -0
  438. data/test/TestSuite/Scheduler/Errors/task_depend_unknown.tjp +10 -0
  439. data/test/TestSuite/Scheduler/Errors/task_overspecified_1.tjp +9 -0
  440. data/test/TestSuite/Scheduler/Errors/task_overspecified_2.tjp +14 -0
  441. data/test/TestSuite/Scheduler/Errors/task_overspecified_3.tjp +14 -0
  442. data/test/TestSuite/Scheduler/Errors/task_underspecified_1.tjp +8 -0
  443. data/test/TestSuite/Scheduler/Errors/task_underspecified_2.tjp +8 -0
  444. data/test/TestSuite/Scheduler/Errors/task_underspecified_3.tjp +9 -0
  445. data/test/TestSuite/Syntax/Correct/Account.tjp +53 -0
  446. data/test/TestSuite/Syntax/Correct/Allocate-1.tjp +24 -0
  447. data/test/TestSuite/Syntax/Correct/Alternative.tjp +13 -0
  448. data/test/TestSuite/Syntax/Correct/AutoMacros.tjp +14 -0
  449. data/test/TestSuite/Syntax/Correct/Booking.tjp +26 -0
  450. data/test/TestSuite/Syntax/Correct/Caption.tjp +33 -0
  451. data/test/TestSuite/Syntax/Correct/Celltext.tjp +28 -0
  452. data/test/TestSuite/Syntax/Correct/Comments.tjp +29 -0
  453. data/test/TestSuite/Syntax/Correct/Complete.tjp +16 -0
  454. data/test/TestSuite/Syntax/Correct/CompletedWork.tji +20 -0
  455. data/test/TestSuite/Syntax/Correct/CriticalPath.tjp +31 -0
  456. data/test/TestSuite/Syntax/Correct/Currencyformat.tjp +12 -0
  457. data/test/TestSuite/Syntax/Correct/CustomAttributes.tjp +14 -0
  458. data/test/TestSuite/Syntax/Correct/Depends1.tjp +22 -0
  459. data/test/TestSuite/Syntax/Correct/Durations.tjp +29 -0
  460. data/test/TestSuite/Syntax/Correct/Efficiency.tjp +19 -0
  461. data/test/TestSuite/Syntax/Correct/Export.tjp +40 -0
  462. data/test/TestSuite/Syntax/Correct/Flags.tjp +32 -0
  463. data/test/TestSuite/Syntax/Correct/Freeze.tjp +28 -0
  464. data/test/TestSuite/Syntax/Correct/Gap.tjp +15 -0
  465. data/test/TestSuite/Syntax/Correct/HtmlTaskReport.tjp +33 -0
  466. data/test/TestSuite/Syntax/Correct/Limits-1.tjp +71 -0
  467. data/test/TestSuite/Syntax/Correct/LoadUnits.tjp +31 -0
  468. data/test/TestSuite/Syntax/Correct/Macro-1.tjp +19 -0
  469. data/test/TestSuite/Syntax/Correct/Mandatory.tjp +17 -0
  470. data/test/TestSuite/Syntax/Correct/Milestone.tjp +12 -0
  471. data/test/TestSuite/Syntax/Correct/MinMax.tjp +17 -0
  472. data/test/TestSuite/Syntax/Correct/Numberformat.tjp +12 -0
  473. data/test/TestSuite/Syntax/Correct/Period.tjp +16 -0
  474. data/test/TestSuite/Syntax/Correct/Persistent.tjp +11 -0
  475. data/test/TestSuite/Syntax/Correct/Precedes1.tjp +17 -0
  476. data/test/TestSuite/Syntax/Correct/Priority.tjp +30 -0
  477. data/test/TestSuite/Syntax/Correct/Project.tjp +21 -0
  478. data/test/TestSuite/Syntax/Correct/ProjectIDs.tjp +23 -0
  479. data/test/TestSuite/Syntax/Correct/RawHTML.tjp +29 -0
  480. data/test/TestSuite/Syntax/Correct/Reports.tjp +54 -0
  481. data/test/TestSuite/Syntax/Correct/Resource.tjp +20 -0
  482. data/test/TestSuite/Syntax/Correct/Responsible.tjp +16 -0
  483. data/test/TestSuite/Syntax/Correct/Scenario.tjp +15 -0
  484. data/test/TestSuite/Syntax/Correct/Scheduling.tjp +26 -0
  485. data/test/TestSuite/Syntax/Correct/Select.tjp +27 -0
  486. data/test/TestSuite/Syntax/Correct/Shift.tjp +55 -0
  487. data/test/TestSuite/Syntax/Correct/Simple.tjp +25 -0
  488. data/test/TestSuite/Syntax/Correct/String.tjp +12 -0
  489. data/test/TestSuite/Syntax/Correct/Supplement.tjp +24 -0
  490. data/test/TestSuite/Syntax/Correct/TaskRoot.tjp +34 -0
  491. data/test/TestSuite/Syntax/Correct/TimeFrame.tjp +19 -0
  492. data/test/TestSuite/Syntax/Correct/Timezone.tjp +8 -0
  493. data/test/TestSuite/Syntax/Correct/Vacation.tjp +33 -0
  494. data/test/TestSuite/Syntax/Correct/csvtest +16 -0
  495. data/test/TestSuite/Syntax/Correct/manual2example.rb +24 -0
  496. data/test/TestSuite/Syntax/Correct/tutorial.tjp +485 -0
  497. data/test/TestSuite/Syntax/Errors/bad_include.tjp +11 -0
  498. data/test/TestSuite/Syntax/Errors/booking_group.tjp +14 -0
  499. data/test/TestSuite/Syntax/Errors/booking_milestone.tjp +13 -0
  500. data/test/TestSuite/Syntax/Errors/booking_no_leaf.tjp +13 -0
  501. data/test/TestSuite/Syntax/Errors/chargeset.tjp +14 -0
  502. data/test/TestSuite/Syntax/Errors/chargeset_master.tjp +15 -0
  503. data/test/TestSuite/Syntax/Errors/container_attribute.tjp +13 -0
  504. data/test/TestSuite/Syntax/Errors/cost_acct_no_top.tjp +24 -0
  505. data/test/TestSuite/Syntax/Errors/cost_rev_same.tjp +24 -0
  506. data/test/TestSuite/Syntax/Errors/date_in_range.tjp +7 -0
  507. data/test/TestSuite/Syntax/Errors/effort_zero.tjp +8 -0
  508. data/test/TestSuite/Syntax/Errors/empty.tjp +1 -0
  509. data/test/TestSuite/Syntax/Errors/export_bad_extn.tjp +9 -0
  510. data/test/TestSuite/Syntax/Errors/extend_id_cap.tjp +7 -0
  511. data/test/TestSuite/Syntax/Errors/interval_end_in_range.tjp +7 -0
  512. data/test/TestSuite/Syntax/Errors/interval_start_in_range.tjp +7 -0
  513. data/test/TestSuite/Syntax/Errors/leaf_resource_id_expected.tjp +12 -0
  514. data/test/TestSuite/Syntax/Errors/misaligned_date.tjp +7 -0
  515. data/test/TestSuite/Syntax/Errors/no_csv_suffix.tjp +10 -0
  516. data/test/TestSuite/Syntax/Errors/no_html_suffix.tjp +10 -0
  517. data/test/TestSuite/Syntax/Errors/operand_attribute.tjp +11 -0
  518. data/test/TestSuite/Syntax/Errors/operand_unkn_flag.tjp +11 -0
  519. data/test/TestSuite/Syntax/Errors/operand_unkn_scen.tjp +11 -0
  520. data/test/TestSuite/Syntax/Errors/overtime_range.tjp +13 -0
  521. data/test/TestSuite/Syntax/Errors/purge_no_list.tjp +8 -0
  522. data/test/TestSuite/Syntax/Errors/purge_unknown_id.tjp +8 -0
  523. data/test/TestSuite/Syntax/Errors/report_end.tjp +10 -0
  524. data/test/TestSuite/Syntax/Errors/report_redifinition.tjp +10 -0
  525. data/test/TestSuite/Syntax/Errors/report_start.tjp +10 -0
  526. data/test/TestSuite/Syntax/Errors/resource_exists.tjp +7 -0
  527. data/test/TestSuite/Syntax/Errors/resource_id_expected.tjp +8 -0
  528. data/test/TestSuite/Syntax/Errors/rev_acct_no_top.tjp +24 -0
  529. data/test/TestSuite/Syntax/Errors/scenario_exists.tjp +7 -0
  530. data/test/TestSuite/Syntax/Errors/shift_assignment_overlap.tjp +15 -0
  531. data/test/TestSuite/Syntax/Errors/shift_exists.tjp +7 -0
  532. data/test/TestSuite/Syntax/Errors/shift_id_expected.tjp +7 -0
  533. data/test/TestSuite/Syntax/Errors/sloppy_range.tjp +13 -0
  534. data/test/TestSuite/Syntax/Errors/sort_direction.tjp +11 -0
  535. data/test/TestSuite/Syntax/Errors/sort_unknown_scen.tjp +11 -0
  536. data/test/TestSuite/Syntax/Errors/sorting_crit_exptd1.tjp +11 -0
  537. data/test/TestSuite/Syntax/Errors/sorting_crit_exptd2.tjp +11 -0
  538. data/test/TestSuite/Syntax/Errors/sorting_wbs.tjp +11 -0
  539. data/test/TestSuite/Syntax/Errors/start_before_end1.tjp +7 -0
  540. data/test/TestSuite/Syntax/Errors/start_before_end2.tjp +6 -0
  541. data/test/TestSuite/Syntax/Errors/task_complete.tjp +8 -0
  542. data/test/TestSuite/Syntax/Errors/task_exists.tjp +7 -0
  543. data/test/TestSuite/Syntax/Errors/task_priority.tjp +8 -0
  544. data/test/TestSuite/Syntax/Errors/task_without_chargeset.tjp +9 -0
  545. data/test/TestSuite/Syntax/Errors/time_interval.tjp +12 -0
  546. data/test/TestSuite/Syntax/Errors/too_many_bangs.tjp +10 -0
  547. data/test/TestSuite/Syntax/Errors/undecl_flag.tjp +6 -0
  548. data/test/TestSuite/Syntax/Errors/unknown_projectid.tjp +7 -0
  549. data/test/TestSuite/Syntax/Errors/unknown_scenario_id.tjp +6 -0
  550. data/test/TestSuite/Syntax/Errors/unknown_scenario_idx.tjp +11 -0
  551. data/test/TestSuite/Syntax/Errors/unknown_task.tjp +10 -0
  552. data/test/all.rb +31 -0
  553. data/test/test_BatchProcessor.rb +54 -0
  554. data/test/test_CSV-Reports.rb +101 -0
  555. data/test/test_Limits.rb +104 -0
  556. data/test/test_LogicalExpression.rb +110 -0
  557. data/test/test_MacroTable.rb +51 -0
  558. data/test/test_Project.rb +57 -0
  559. data/test/test_PropertySet.rb +71 -0
  560. data/test/test_Query.rb +83 -0
  561. data/test/test_RealFormat.rb +83 -0
  562. data/test/test_RichText.rb +869 -0
  563. data/test/test_Scheduler.rb +42 -0
  564. data/test/test_ShiftAssignments.rb +77 -0
  565. data/test/test_Syntax.rb +41 -0
  566. data/test/test_TextScanner.rb +95 -0
  567. data/test/test_TjTime.rb +114 -0
  568. data/test/test_TjpExample.rb +169 -0
  569. data/test/test_UTF8String.rb +84 -0
  570. data/test/test_WorkingHours.rb +56 -0
  571. metadata +649 -0
@@ -0,0 +1,450 @@
1
+ == GNU Free Documentation License ==
2
+
3
+ Version 1.3, 3 November 2008
4
+
5
+
6
+ Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
7
+ <http://fsf.org/>
8
+ Everyone is permitted to copy and distribute verbatim copies
9
+ of this license document, but changing it is not allowed.
10
+
11
+ 0. PREAMBLE
12
+
13
+ The purpose of this License is to make a manual, textbook, or other
14
+ functional and useful document "free" in the sense of freedom: to
15
+ assure everyone the effective freedom to copy and redistribute it,
16
+ with or without modifying it, either commercially or noncommercially.
17
+ Secondarily, this License preserves for the author and publisher a way
18
+ to get credit for their work, while not being considered responsible
19
+ for modifications made by others.
20
+
21
+ This License is a kind of "copyleft", which means that derivative
22
+ works of the document must themselves be free in the same sense. It
23
+ complements the GNU General Public License, which is a copyleft
24
+ license designed for free software.
25
+
26
+ We have designed this License in order to use it for manuals for free
27
+ software, because free software needs free documentation: a free
28
+ program should come with manuals providing the same freedoms that the
29
+ software does. But this License is not limited to software manuals;
30
+ it can be used for any textual work, regardless of subject matter or
31
+ whether it is published as a printed book. We recommend this License
32
+ principally for works whose purpose is instruction or reference.
33
+
34
+
35
+ 1. APPLICABILITY AND DEFINITIONS
36
+
37
+ This License applies to any manual or other work, in any medium, that
38
+ contains a notice placed by the copyright holder saying it can be
39
+ distributed under the terms of this License. Such a notice grants a
40
+ world-wide, royalty-free license, unlimited in duration, to use that
41
+ work under the conditions stated herein. The "Document", below,
42
+ refers to any such manual or work. Any member of the public is a
43
+ licensee, and is addressed as "you". You accept the license if you
44
+ copy, modify or distribute the work in a way requiring permission
45
+ under copyright law.
46
+
47
+ A "Modified Version" of the Document means any work containing the
48
+ Document or a portion of it, either copied verbatim, or with
49
+ modifications and/or translated into another language.
50
+
51
+ A "Secondary Section" is a named appendix or a front-matter section of
52
+ the Document that deals exclusively with the relationship of the
53
+ publishers or authors of the Document to the Document's overall
54
+ subject (or to related matters) and contains nothing that could fall
55
+ directly within that overall subject. (Thus, if the Document is in
56
+ part a textbook of mathematics, a Secondary Section may not explain
57
+ any mathematics.) The relationship could be a matter of historical
58
+ connection with the subject or with related matters, or of legal,
59
+ commercial, philosophical, ethical or political position regarding
60
+ them.
61
+
62
+ The "Invariant Sections" are certain Secondary Sections whose titles
63
+ are designated, as being those of Invariant Sections, in the notice
64
+ that says that the Document is released under this License. If a
65
+ section does not fit the above definition of Secondary then it is not
66
+ allowed to be designated as Invariant. The Document may contain zero
67
+ Invariant Sections. If the Document does not identify any Invariant
68
+ Sections then there are none.
69
+
70
+ The "Cover Texts" are certain short passages of text that are listed,
71
+ as Front-Cover Texts or Back-Cover Texts, in the notice that says that
72
+ the Document is released under this License. A Front-Cover Text may
73
+ be at most 5 words, and a Back-Cover Text may be at most 25 words.
74
+
75
+ A "Transparent" copy of the Document means a machine-readable copy,
76
+ represented in a format whose specification is available to the
77
+ general public, that is suitable for revising the document
78
+ straightforwardly with generic text editors or (for images composed of
79
+ pixels) generic paint programs or (for drawings) some widely available
80
+ drawing editor, and that is suitable for input to text formatters or
81
+ for automatic translation to a variety of formats suitable for input
82
+ to text formatters. A copy made in an otherwise Transparent file
83
+ format whose markup, or absence of markup, has been arranged to thwart
84
+ or discourage subsequent modification by readers is not Transparent.
85
+ An image format is not Transparent if used for any substantial amount
86
+ of text. A copy that is not "Transparent" is called "Opaque".
87
+
88
+ Examples of suitable formats for Transparent copies include plain
89
+ ASCII without markup, Texinfo input format, LaTeX input format, SGML
90
+ or XML using a publicly available DTD, and standard-conforming simple
91
+ HTML, PostScript or PDF designed for human modification. Examples of
92
+ transparent image formats include PNG, XCF and JPG. Opaque formats
93
+ include proprietary formats that can be read and edited only by
94
+ proprietary word processors, SGML or XML for which the DTD and/or
95
+ processing tools are not generally available, and the
96
+ machine-generated HTML, PostScript or PDF produced by some word
97
+ processors for output purposes only.
98
+
99
+ The "Title Page" means, for a printed book, the title page itself,
100
+ plus such following pages as are needed to hold, legibly, the material
101
+ this License requires to appear in the title page. For works in
102
+ formats which do not have any title page as such, "Title Page" means
103
+ the text near the most prominent appearance of the work's title,
104
+ preceding the beginning of the body of the text.
105
+
106
+ The "publisher" means any person or entity that distributes copies of
107
+ the Document to the public.
108
+
109
+ A section "Entitled XYZ" means a named subunit of the Document whose
110
+ title either is precisely XYZ or contains XYZ in parentheses following
111
+ text that translates XYZ in another language. (Here XYZ stands for a
112
+ specific section name mentioned below, such as "Acknowledgements",
113
+ "Dedications", "Endorsements", or "History".) To "Preserve the Title"
114
+ of such a section when you modify the Document means that it remains a
115
+ section "Entitled XYZ" according to this definition.
116
+
117
+ The Document may include Warranty Disclaimers next to the notice which
118
+ states that this License applies to the Document. These Warranty
119
+ Disclaimers are considered to be included by reference in this
120
+ License, but only as regards disclaiming warranties: any other
121
+ implication that these Warranty Disclaimers may have is void and has
122
+ no effect on the meaning of this License.
123
+
124
+ 2. VERBATIM COPYING
125
+
126
+ You may copy and distribute the Document in any medium, either
127
+ commercially or noncommercially, provided that this License, the
128
+ copyright notices, and the license notice saying this License applies
129
+ to the Document are reproduced in all copies, and that you add no
130
+ other conditions whatsoever to those of this License. You may not use
131
+ technical measures to obstruct or control the reading or further
132
+ copying of the copies you make or distribute. However, you may accept
133
+ compensation in exchange for copies. If you distribute a large enough
134
+ number of copies you must also follow the conditions in section 3.
135
+
136
+ You may also lend copies, under the same conditions stated above, and
137
+ you may publicly display copies.
138
+
139
+
140
+ 3. COPYING IN QUANTITY
141
+ If you publish printed copies (or copies in media that commonly have
142
+ printed covers) of the Document, numbering more than 100, and the
143
+ Document's license notice requires Cover Texts, you must enclose the
144
+ copies in covers that carry, clearly and legibly, all these Cover
145
+ Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
146
+ the back cover. Both covers must also clearly and legibly identify
147
+ you as the publisher of these copies. The front cover must present
148
+ the full title with all words of the title equally prominent and
149
+ visible. You may add other material on the covers in addition.
150
+ Copying with changes limited to the covers, as long as they preserve
151
+ the title of the Document and satisfy these conditions, can be treated
152
+ as verbatim copying in other respects.
153
+
154
+ If the required texts for either cover are too voluminous to fit
155
+ legibly, you should put the first ones listed (as many as fit
156
+ reasonably) on the actual cover, and continue the rest onto adjacent
157
+ pages.
158
+
159
+ If you publish or distribute Opaque copies of the Document numbering
160
+ more than 100, you must either include a machine-readable Transparent
161
+ copy along with each Opaque copy, or state in or with each Opaque copy
162
+ a computer-network location from which the general network-using
163
+ public has access to download using public-standard network protocols
164
+ a complete Transparent copy of the Document, free of added material.
165
+ If you use the latter option, you must take reasonably prudent steps,
166
+ when you begin distribution of Opaque copies in quantity, to ensure
167
+ that this Transparent copy will remain thus accessible at the stated
168
+ location until at least one year after the last time you distribute an
169
+ Opaque copy (directly or through your agents or retailers) of that
170
+ edition to the public.
171
+
172
+ It is requested, but not required, that you contact the authors of the
173
+ Document well before redistributing any large number of copies, to
174
+ give them a chance to provide you with an updated version of the
175
+ Document.
176
+
177
+
178
+ 4. MODIFICATIONS
179
+
180
+ You may copy and distribute a Modified Version of the Document under
181
+ the conditions of sections 2 and 3 above, provided that you release
182
+ the Modified Version under precisely this License, with the Modified
183
+ Version filling the role of the Document, thus licensing distribution
184
+ and modification of the Modified Version to whoever possesses a copy
185
+ of it. In addition, you must do these things in the Modified Version:
186
+
187
+ A. Use in the Title Page (and on the covers, if any) a title distinct
188
+ from that of the Document, and from those of previous versions
189
+ (which should, if there were any, be listed in the History section
190
+ of the Document). You may use the same title as a previous version
191
+ if the original publisher of that version gives permission.
192
+ B. List on the Title Page, as authors, one or more persons or entities
193
+ responsible for authorship of the modifications in the Modified
194
+ Version, together with at least five of the principal authors of the
195
+ Document (all of its principal authors, if it has fewer than five),
196
+ unless they release you from this requirement.
197
+ C. State on the Title page the name of the publisher of the
198
+ Modified Version, as the publisher.
199
+ D. Preserve all the copyright notices of the Document.
200
+ E. Add an appropriate copyright notice for your modifications
201
+ adjacent to the other copyright notices.
202
+ F. Include, immediately after the copyright notices, a license notice
203
+ giving the public permission to use the Modified Version under the
204
+ terms of this License, in the form shown in the Addendum below.
205
+ G. Preserve in that license notice the full lists of Invariant Sections
206
+ and required Cover Texts given in the Document's license notice.
207
+ H. Include an unaltered copy of this License.
208
+ I. Preserve the section Entitled "History", Preserve its Title, and add
209
+ to it an item stating at least the title, year, new authors, and
210
+ publisher of the Modified Version as given on the Title Page. If
211
+ there is no section Entitled "History" in the Document, create one
212
+ stating the title, year, authors, and publisher of the Document as
213
+ given on its Title Page, then add an item describing the Modified
214
+ Version as stated in the previous sentence.
215
+ J. Preserve the network location, if any, given in the Document for
216
+ public access to a Transparent copy of the Document, and likewise
217
+ the network locations given in the Document for previous versions
218
+ it was based on. These may be placed in the "History" section.
219
+ You may omit a network location for a work that was published at
220
+ least four years before the Document itself, or if the original
221
+ publisher of the version it refers to gives permission.
222
+ K. For any section Entitled "Acknowledgements" or "Dedications",
223
+ Preserve the Title of the section, and preserve in the section all
224
+ the substance and tone of each of the contributor acknowledgements
225
+ and/or dedications given therein.
226
+ L. Preserve all the Invariant Sections of the Document,
227
+ unaltered in their text and in their titles. Section numbers
228
+ or the equivalent are not considered part of the section titles.
229
+ M. Delete any section Entitled "Endorsements". Such a section
230
+ may not be included in the Modified Version.
231
+ N. Do not retitle any existing section to be Entitled "Endorsements"
232
+ or to conflict in title with any Invariant Section.
233
+ O. Preserve any Warranty Disclaimers.
234
+
235
+ If the Modified Version includes new front-matter sections or
236
+ appendices that qualify as Secondary Sections and contain no material
237
+ copied from the Document, you may at your option designate some or all
238
+ of these sections as invariant. To do this, add their titles to the
239
+ list of Invariant Sections in the Modified Version's license notice.
240
+ These titles must be distinct from any other section titles.
241
+
242
+ You may add a section Entitled "Endorsements", provided it contains
243
+ nothing but endorsements of your Modified Version by various
244
+ parties--for example, statements of peer review or that the text has
245
+ been approved by an organization as the authoritative definition of a
246
+ standard.
247
+
248
+ You may add a passage of up to five words as a Front-Cover Text, and a
249
+ passage of up to 25 words as a Back-Cover Text, to the end of the list
250
+ of Cover Texts in the Modified Version. Only one passage of
251
+ Front-Cover Text and one of Back-Cover Text may be added by (or
252
+ through arrangements made by) any one entity. If the Document already
253
+ includes a cover text for the same cover, previously added by you or
254
+ by arrangement made by the same entity you are acting on behalf of,
255
+ you may not add another; but you may replace the old one, on explicit
256
+ permission from the previous publisher that added the old one.
257
+
258
+ The author(s) and publisher(s) of the Document do not by this License
259
+ give permission to use their names for publicity for or to assert or
260
+ imply endorsement of any Modified Version.
261
+
262
+
263
+ 5. COMBINING DOCUMENTS
264
+
265
+ You may combine the Document with other documents released under this
266
+ License, under the terms defined in section 4 above for modified
267
+ versions, provided that you include in the combination all of the
268
+ Invariant Sections of all of the original documents, unmodified, and
269
+ list them all as Invariant Sections of your combined work in its
270
+ license notice, and that you preserve all their Warranty Disclaimers.
271
+
272
+ The combined work need only contain one copy of this License, and
273
+ multiple identical Invariant Sections may be replaced with a single
274
+ copy. If there are multiple Invariant Sections with the same name but
275
+ different contents, make the title of each such section unique by
276
+ adding at the end of it, in parentheses, the name of the original
277
+ author or publisher of that section if known, or else a unique number.
278
+ Make the same adjustment to the section titles in the list of
279
+ Invariant Sections in the license notice of the combined work.
280
+
281
+ In the combination, you must combine any sections Entitled "History"
282
+ in the various original documents, forming one section Entitled
283
+ "History"; likewise combine any sections Entitled "Acknowledgements",
284
+ and any sections Entitled "Dedications". You must delete all sections
285
+ Entitled "Endorsements".
286
+
287
+
288
+ 6. COLLECTIONS OF DOCUMENTS
289
+
290
+ You may make a collection consisting of the Document and other
291
+ documents released under this License, and replace the individual
292
+ copies of this License in the various documents with a single copy
293
+ that is included in the collection, provided that you follow the rules
294
+ of this License for verbatim copying of each of the documents in all
295
+ other respects.
296
+
297
+ You may extract a single document from such a collection, and
298
+ distribute it individually under this License, provided you insert a
299
+ copy of this License into the extracted document, and follow this
300
+ License in all other respects regarding verbatim copying of that
301
+ document.
302
+
303
+
304
+ 7. AGGREGATION WITH INDEPENDENT WORKS
305
+
306
+ A compilation of the Document or its derivatives with other separate
307
+ and independent documents or works, in or on a volume of a storage or
308
+ distribution medium, is called an "aggregate" if the copyright
309
+ resulting from the compilation is not used to limit the legal rights
310
+ of the compilation's users beyond what the individual works permit.
311
+ When the Document is included in an aggregate, this License does not
312
+ apply to the other works in the aggregate which are not themselves
313
+ derivative works of the Document.
314
+
315
+ If the Cover Text requirement of section 3 is applicable to these
316
+ copies of the Document, then if the Document is less than one half of
317
+ the entire aggregate, the Document's Cover Texts may be placed on
318
+ covers that bracket the Document within the aggregate, or the
319
+ electronic equivalent of covers if the Document is in electronic form.
320
+ Otherwise they must appear on printed covers that bracket the whole
321
+ aggregate.
322
+
323
+
324
+ 8. TRANSLATION
325
+
326
+ Translation is considered a kind of modification, so you may
327
+ distribute translations of the Document under the terms of section 4.
328
+ Replacing Invariant Sections with translations requires special
329
+ permission from their copyright holders, but you may include
330
+ translations of some or all Invariant Sections in addition to the
331
+ original versions of these Invariant Sections. You may include a
332
+ translation of this License, and all the license notices in the
333
+ Document, and any Warranty Disclaimers, provided that you also include
334
+ the original English version of this License and the original versions
335
+ of those notices and disclaimers. In case of a disagreement between
336
+ the translation and the original version of this License or a notice
337
+ or disclaimer, the original version will prevail.
338
+
339
+ If a section in the Document is Entitled "Acknowledgements",
340
+ "Dedications", or "History", the requirement (section 4) to Preserve
341
+ its Title (section 1) will typically require changing the actual
342
+ title.
343
+
344
+
345
+ 9. TERMINATION
346
+
347
+ You may not copy, modify, sublicense, or distribute the Document
348
+ except as expressly provided under this License. Any attempt
349
+ otherwise to copy, modify, sublicense, or distribute it is void, and
350
+ will automatically terminate your rights under this License.
351
+
352
+ However, if you cease all violation of this License, then your license
353
+ from a particular copyright holder is reinstated (a) provisionally,
354
+ unless and until the copyright holder explicitly and finally
355
+ terminates your license, and (b) permanently, if the copyright holder
356
+ fails to notify you of the violation by some reasonable means prior to
357
+ 60 days after the cessation.
358
+
359
+ Moreover, your license from a particular copyright holder is
360
+ reinstated permanently if the copyright holder notifies you of the
361
+ violation by some reasonable means, this is the first time you have
362
+ received notice of violation of this License (for any work) from that
363
+ copyright holder, and you cure the violation prior to 30 days after
364
+ your receipt of the notice.
365
+
366
+ Termination of your rights under this section does not terminate the
367
+ licenses of parties who have received copies or rights from you under
368
+ this License. If your rights have been terminated and not permanently
369
+ reinstated, receipt of a copy of some or all of the same material does
370
+ not give you any rights to use it.
371
+
372
+
373
+ 10. FUTURE REVISIONS OF THIS LICENSE
374
+
375
+ The Free Software Foundation may publish new, revised versions of the
376
+ GNU Free Documentation License from time to time. Such new versions
377
+ will be similar in spirit to the present version, but may differ in
378
+ detail to address new problems or concerns. See
379
+ http://www.gnu.org/copyleft/.
380
+
381
+ Each version of the License is given a distinguishing version number.
382
+ If the Document specifies that a particular numbered version of this
383
+ License "or any later version" applies to it, you have the option of
384
+ following the terms and conditions either of that specified version or
385
+ of any later version that has been published (not as a draft) by the
386
+ Free Software Foundation. If the Document does not specify a version
387
+ number of this License, you may choose any version ever published (not
388
+ as a draft) by the Free Software Foundation. If the Document
389
+ specifies that a proxy can decide which future versions of this
390
+ License can be used, that proxy's public statement of acceptance of a
391
+ version permanently authorizes you to choose that version for the
392
+ Document.
393
+
394
+ 11. RELICENSING
395
+
396
+ "Massive Multiauthor Collaboration Site" (or "MMC Site") means any
397
+ World Wide Web server that publishes copyrightable works and also
398
+ provides prominent facilities for anybody to edit those works. A
399
+ public wiki that anybody can edit is an example of such a server. A
400
+ "Massive Multiauthor Collaboration" (or "MMC") contained in the site
401
+ means any set of copyrightable works thus published on the MMC site.
402
+
403
+ "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0
404
+ license published by Creative Commons Corporation, a not-for-profit
405
+ corporation with a principal place of business in San Francisco,
406
+ California, as well as future copyleft versions of that license
407
+ published by that same organization.
408
+
409
+ "Incorporate" means to publish or republish a Document, in whole or in
410
+ part, as part of another Document.
411
+
412
+ An MMC is "eligible for relicensing" if it is licensed under this
413
+ License, and if all works that were first published under this License
414
+ somewhere other than this MMC, and subsequently incorporated in whole or
415
+ in part into the MMC, (1) had no cover texts or invariant sections, and
416
+ (2) were thus incorporated prior to November 1, 2008.
417
+
418
+ The operator of an MMC Site may republish an MMC contained in the site
419
+ under CC-BY-SA on the same site at any time before August 1, 2009,
420
+ provided the MMC is eligible for relicensing.
421
+
422
+
423
+ ADDENDUM: How to use this License for your documents
424
+
425
+ To use this License in a document you have written, include a copy of
426
+ the License in the document and put the following copyright and
427
+ license notices just after the title page:
428
+
429
+ Copyright (c) YEAR YOUR NAME.
430
+ Permission is granted to copy, distribute and/or modify this document
431
+ under the terms of the GNU Free Documentation License, Version 1.3
432
+ or any later version published by the Free Software Foundation;
433
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
434
+ A copy of the license is included in the section entitled "GNU
435
+ Free Documentation License".
436
+
437
+ If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
438
+ replace the "with...Texts." line with this:
439
+
440
+ with the Invariant Sections being LIST THEIR TITLES, with the
441
+ Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
442
+
443
+ If you have Invariant Sections without Cover Texts, or some other
444
+ combination of the three, merge those two alternatives to suit the
445
+ situation.
446
+
447
+ If your document contains nontrivial examples of program code, we
448
+ recommend releasing these examples in parallel under your choice of
449
+ free software license, such as the GNU General Public License,
450
+ to permit their use in free software.
@@ -0,0 +1,43 @@
1
+ # -*- coding: utf-8 -*-
2
+
3
+ # PROJECT
4
+ PROJECT_NAME = 'TaskJuggler III'
5
+ PROJECT_SUMMARY = 'Project Management Software'
6
+ PROJECT_HOMEPAGE= 'http://www.taskjuggler.org'
7
+ UNIX_NAME = 'taskjuggler'
8
+
9
+ # PERSONAL
10
+ USER_NAME = 'Chris Schlaeger'
11
+ USER_EMAIL = 'cs@kde.org'
12
+ RUBYFORGE_USER = ENV['RUBYFORGE_USER']
13
+
14
+ # VERSION
15
+ begin
16
+ $: << 'lib'
17
+ require 'lib/Tj3Config'
18
+ PROJECT_VERSION = AppConfig.version
19
+ rescue LoadError
20
+ puts '> unable to set project version, what a shame ... does version mean something to you ??'
21
+ exit 1
22
+ end
23
+
24
+ # DIRECTORIES
25
+ BIN_DIR = 'bin'
26
+ LIB_DIR = 'lib'
27
+ EXT_DIR = 'ext'
28
+ TEST_DIR = 'test'
29
+ RDOC_DIR = 'doc'
30
+ RCOV_DIR = 'rcov'
31
+ RAKE_DIR = 'tasks'
32
+ MANUAL_DIR = 'manual/html'
33
+
34
+ # FILES
35
+ README = FileList['README']
36
+ CHANGES = ''#'CHANGES'
37
+ LICENSE = 'COPYING'
38
+ RAKEFILE = 'Rakefile'
39
+ SETUP_FILE = 'setup.rb'
40
+ PRJ_FILE = 'prj_cfg.rb'
41
+ GEM_SPEC_FILE = 'gem_spec.rb'
42
+ DATA_FILES = FileList["benchmarks/**/*", "examples/**/*", "manual/*", "test/all.rb", "test/MessageChecker.rb", "test/TestSuite/**/*" ]
43
+