taskjuggler 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (443) hide show
  1. data/{tasks/missing.rake → .gemtest} +0 -0
  2. data/CHANGELOG +27 -0
  3. data/Rakefile +8 -9
  4. data/bin/tj3 +2 -1
  5. data/bin/tj3client +2 -1
  6. data/bin/tj3d +2 -1
  7. data/bin/tj3man +2 -1
  8. data/bin/tj3ss_receiver +2 -1
  9. data/bin/tj3ss_sender +2 -1
  10. data/bin/tj3ts_receiver +2 -1
  11. data/bin/tj3ts_sender +2 -1
  12. data/bin/tj3ts_summary +2 -1
  13. data/data/tjp.vim +425 -419
  14. data/examples/Fedora-20/f-20.tjp +2442 -0
  15. data/examples/Fedora-20/icons/fedoralogo.png +0 -0
  16. data/examples/Fedora-20/reports.tji +423 -0
  17. data/lib/header.tmpl +13 -0
  18. data/lib/taskjuggler/AppConfig.rb +5 -0
  19. data/lib/taskjuggler/Attributes.rb +22 -0
  20. data/lib/taskjuggler/Journal.rb +273 -10
  21. data/lib/taskjuggler/Log.rb +9 -8
  22. data/lib/taskjuggler/Project.rb +28 -60
  23. data/lib/taskjuggler/ProjectFileScanner.rb +2 -1
  24. data/lib/taskjuggler/PropertySet.rb +3 -0
  25. data/lib/taskjuggler/PropertyTreeNode.rb +4 -0
  26. data/lib/taskjuggler/Query.rb +2 -1
  27. data/lib/taskjuggler/Resource.rb +0 -103
  28. data/lib/taskjuggler/RichText/RTFQuery.rb +42 -4
  29. data/lib/taskjuggler/SheetHandlerBase.rb +0 -20
  30. data/lib/taskjuggler/SheetReceiver.rb +23 -21
  31. data/lib/taskjuggler/Task.rb +3 -5
  32. data/lib/taskjuggler/TaskJuggler.rb +4 -0
  33. data/lib/taskjuggler/TaskScenario.rb +81 -103
  34. data/lib/taskjuggler/TextParser/Scanner.rb +19 -18
  35. data/lib/taskjuggler/Tj3Config.rb +1 -1
  36. data/lib/taskjuggler/TjpSyntaxRules.rb +180 -45
  37. data/lib/taskjuggler/UTF8String.rb +30 -0
  38. data/lib/taskjuggler/apps/Tj3.rb +1 -1
  39. data/lib/taskjuggler/apps/Tj3Man.rb +54 -2
  40. data/lib/taskjuggler/reports/ICalReport.rb +4 -4
  41. data/lib/taskjuggler/reports/NikuReport.rb +6 -0
  42. data/lib/taskjuggler/reports/Report.rb +5 -5
  43. data/lib/taskjuggler/reports/ReportContext.rb +4 -2
  44. data/lib/taskjuggler/reports/ResourceListRE.rb +10 -1
  45. data/lib/taskjuggler/reports/StatusSheetReport.rb +3 -0
  46. data/lib/taskjuggler/reports/TableReport.rb +8 -3
  47. data/lib/taskjuggler/reports/TimeSheetReport.rb +3 -0
  48. data/lib/updateheader.sh +15 -0
  49. data/manual/Installation +11 -22
  50. data/manual/Software +17 -3
  51. data/manual/html/Day_To_Day_Juggling.html +359 -0
  52. data/manual/html/Getting_Started.html +62 -0
  53. data/manual/html/How_To_Contribute.html +88 -0
  54. data/manual/html/Installation.html +172 -0
  55. data/manual/html/Intro.html +74 -0
  56. data/manual/html/Reporting_Bugs.html +47 -0
  57. data/manual/html/Rich_Text_Attributes.html +174 -0
  58. data/manual/html/Software.html +147 -0
  59. data/manual/html/TaskJuggler_2x_Migration.html +71 -0
  60. data/manual/html/TaskJuggler_Internals.html +61 -0
  61. data/manual/html/The_TaskJuggler_Syntax.html +89 -0
  62. data/manual/html/Tutorial.html +498 -0
  63. data/manual/html/account.html +152 -0
  64. data/manual/html/account.task.html +68 -0
  65. data/manual/html/accountprefix.html +67 -0
  66. data/manual/html/active.html +66 -0
  67. data/manual/html/adopt.task.html +73 -0
  68. data/manual/html/alert level.html +66 -0
  69. data/manual/html/alert.html +66 -0
  70. data/manual/html/allocate.html +92 -0
  71. data/manual/html/alphabet.html +33 -0
  72. data/manual/html/alternative.html +77 -0
  73. data/manual/html/author.html +69 -0
  74. data/manual/html/balance.html +73 -0
  75. data/manual/html/booking.resource.html +122 -0
  76. data/manual/html/booking.task.html +120 -0
  77. data/manual/html/caption.html +96 -0
  78. data/manual/html/cellcolor.column.html +71 -0
  79. data/manual/html/celltext.column.html +68 -0
  80. data/manual/html/center.html +67 -0
  81. data/manual/html/charge.html +89 -0
  82. data/manual/html/chargeset.html +73 -0
  83. data/manual/html/columnid.html +358 -0
  84. data/manual/html/columns.html +73 -0
  85. data/manual/html/complete.html +80 -0
  86. data/manual/html/copyright.html +97 -0
  87. data/manual/html/credit.html +117 -0
  88. data/{benchmarks → manual/html}/css/tjmanual.css +0 -0
  89. data/{benchmarks → manual/html}/css/tjreport.css +0 -0
  90. data/manual/html/currency.html +120 -0
  91. data/manual/html/currencyformat.html +99 -0
  92. data/manual/html/dailymax.html +144 -0
  93. data/manual/html/dailymin.html +132 -0
  94. data/manual/html/dailyworkinghours.html +90 -0
  95. data/manual/html/date.extend.html +77 -0
  96. data/manual/html/date.html +100 -0
  97. data/manual/html/definitions.html +94 -0
  98. data/manual/html/depends.html +110 -0
  99. data/manual/html/details.html +69 -0
  100. data/manual/html/disabled.html +85 -0
  101. data/manual/html/duration.html +133 -0
  102. data/manual/html/efficiency.html +93 -0
  103. data/manual/html/effort.html +134 -0
  104. data/manual/html/email.html +68 -0
  105. data/manual/html/enabled.html +69 -0
  106. data/manual/html/end.column.html +67 -0
  107. data/manual/html/end.html +87 -0
  108. data/manual/html/end.limit.html +69 -0
  109. data/manual/html/end.report.html +99 -0
  110. data/manual/html/end.timesheet.html +94 -0
  111. data/manual/html/endcredit.html +110 -0
  112. data/manual/html/epilog.html +72 -0
  113. data/manual/html/export.html +197 -0
  114. data/manual/html/extend.html +87 -0
  115. data/manual/html/fail.html +69 -0
  116. data/manual/html/fdl.html +430 -0
  117. data/manual/html/flags.account.html +66 -0
  118. data/manual/html/flags.html +66 -0
  119. data/manual/html/flags.journalentry.html +66 -0
  120. data/manual/html/flags.report.html +66 -0
  121. data/manual/html/flags.resource.html +68 -0
  122. data/manual/html/flags.statussheet.html +66 -0
  123. data/manual/html/flags.task.html +68 -0
  124. data/manual/html/flags.timesheet.html +66 -0
  125. data/manual/html/fontcolor.column.html +71 -0
  126. data/manual/html/footer.html +72 -0
  127. data/manual/html/formats.html +80 -0
  128. data/manual/html/functions.html +78 -0
  129. data/manual/html/gapduration.html +93 -0
  130. data/manual/html/gaplength.html +93 -0
  131. data/manual/html/halign.center.html +66 -0
  132. data/manual/html/halign.column.html +67 -0
  133. data/manual/html/halign.left.html +66 -0
  134. data/manual/html/halign.right.html +66 -0
  135. data/manual/html/hasalert.html +71 -0
  136. data/manual/html/header.html +72 -0
  137. data/manual/html/headline.html +69 -0
  138. data/manual/html/hidejournalentry.html +69 -0
  139. data/manual/html/hidereport.html +67 -0
  140. data/manual/html/hideresource.html +73 -0
  141. data/manual/html/hidetask.html +73 -0
  142. data/manual/html/icalreport.html +137 -0
  143. data/manual/html/include.macro.html +70 -0
  144. data/manual/html/include.project.html +71 -0
  145. data/manual/html/include.properties.html +168 -0
  146. data/manual/html/index.html +18 -0
  147. data/manual/html/inherit.extend.html +68 -0
  148. data/manual/html/interval1.html +99 -0
  149. data/manual/html/interval2.html +98 -0
  150. data/manual/html/interval3.html +99 -0
  151. data/manual/html/interval4.html +100 -0
  152. data/manual/html/isactive.html +67 -0
  153. data/manual/html/ischildof.html +67 -0
  154. data/manual/html/isdependencyof.html +75 -0
  155. data/manual/html/isdutyof.html +71 -0
  156. data/manual/html/isfeatureof.html +71 -0
  157. data/manual/html/isleaf.html +66 -0
  158. data/manual/html/ismilestone.html +67 -0
  159. data/manual/html/isongoing.html +67 -0
  160. data/manual/html/isresource.html +66 -0
  161. data/manual/html/istask.html +66 -0
  162. data/manual/html/journalattributes.html +107 -0
  163. data/manual/html/journalentry.html +83 -0
  164. data/manual/html/journalmode.html +83 -0
  165. data/manual/html/left.html +66 -0
  166. data/manual/html/length.html +104 -0
  167. data/manual/html/limits.allocate.html +72 -0
  168. data/manual/html/limits.html +72 -0
  169. data/manual/html/limits.resource.html +80 -0
  170. data/manual/html/limits.task.html +113 -0
  171. data/manual/html/listitem.column.html +66 -0
  172. data/manual/html/listtype.column.html +79 -0
  173. data/manual/html/loadunit.html +99 -0
  174. data/manual/html/logicalexpression.html +110 -0
  175. data/manual/html/logicalflagexpression.html +82 -0
  176. data/manual/html/macro.html +103 -0
  177. data/manual/html/managers.html +109 -0
  178. data/manual/html/mandatory.html +66 -0
  179. data/manual/html/maxend.html +69 -0
  180. data/manual/html/maximum.html +99 -0
  181. data/manual/html/maxstart.html +69 -0
  182. data/manual/html/milestone.html +71 -0
  183. data/manual/html/minend.html +69 -0
  184. data/manual/html/minimum.html +99 -0
  185. data/manual/html/minstart.html +69 -0
  186. data/manual/html/monthlymax.html +99 -0
  187. data/manual/html/monthlymin.html +99 -0
  188. data/manual/html/navbar.html +513 -0
  189. data/manual/html/navigator.html +70 -0
  190. data/manual/html/newtask.html +83 -0
  191. data/manual/html/nikureport.html +216 -0
  192. data/manual/html/note.task.html +68 -0
  193. data/manual/html/now.html +67 -0
  194. data/manual/html/numberformat.html +85 -0
  195. data/manual/html/onend.html +68 -0
  196. data/manual/html/onstart.html +68 -0
  197. data/manual/html/opennodes.html +66 -0
  198. data/manual/html/overtime.booking.html +76 -0
  199. data/manual/html/period.column.html +67 -0
  200. data/manual/html/period.limit.html +69 -0
  201. data/manual/html/period.report.html +69 -0
  202. data/manual/html/period.task.html +69 -0
  203. data/manual/html/persistent.html +66 -0
  204. data/manual/html/precedes.html +86 -0
  205. data/manual/html/priority.html +114 -0
  206. data/manual/html/priority.timesheet.html +68 -0
  207. data/manual/html/project.html +88 -0
  208. data/manual/html/projectid.html +66 -0
  209. data/manual/html/projectid.task.html +68 -0
  210. data/manual/html/projectids.html +66 -0
  211. data/manual/html/projection.html +75 -0
  212. data/manual/html/prolog.html +72 -0
  213. data/manual/html/properties.html +64 -0
  214. data/manual/html/purge.html +69 -0
  215. data/manual/html/rate.html +66 -0
  216. data/manual/html/rate.resource.html +68 -0
  217. data/manual/html/reference.extend.html +77 -0
  218. data/manual/html/remaining.html +117 -0
  219. data/manual/html/replace.html +66 -0
  220. data/manual/html/report.html +333 -0
  221. data/manual/html/reportprefix.html +67 -0
  222. data/manual/html/resource.html +194 -0
  223. data/manual/html/resourceattributes.html +83 -0
  224. data/manual/html/resourceprefix.html +67 -0
  225. data/manual/html/resourcereport.html +69 -0
  226. data/manual/html/resourceroot.html +90 -0
  227. data/manual/html/resources.limit.html +82 -0
  228. data/manual/html/responsible.html +69 -0
  229. data/manual/html/richtext.extend.html +78 -0
  230. data/manual/html/right.html +66 -0
  231. data/manual/html/rollupresource.html +92 -0
  232. data/manual/html/rolluptask.html +69 -0
  233. data/manual/html/scale.column.html +87 -0
  234. data/manual/html/scenario.html +123 -0
  235. data/manual/html/scenario.ical.html +67 -0
  236. data/manual/html/scenarios.export.html +66 -0
  237. data/manual/html/scenarios.html +66 -0
  238. data/manual/html/scenariospecific.extend.html +68 -0
  239. data/manual/html/scheduled.html +68 -0
  240. data/manual/html/scheduling.html +74 -0
  241. data/manual/html/select.html +86 -0
  242. data/manual/html/selfcontained.html +66 -0
  243. data/manual/html/shift.html +128 -0
  244. data/manual/html/shift.resource.html +74 -0
  245. data/manual/html/shift.task.html +74 -0
  246. data/manual/html/shift.timesheet.html +70 -0
  247. data/manual/html/shifts.allocate.html +71 -0
  248. data/manual/html/shifts.resource.html +73 -0
  249. data/manual/html/shifts.task.html +73 -0
  250. data/manual/html/shorttimeformat.html +67 -0
  251. data/manual/html/sloppy.booking.html +77 -0
  252. data/manual/html/sloppy.projection.html +66 -0
  253. data/manual/html/sortjournalentries.html +81 -0
  254. data/manual/html/sortresources.html +73 -0
  255. data/manual/html/sorttasks.html +73 -0
  256. data/manual/html/start.column.html +67 -0
  257. data/manual/html/start.html +78 -0
  258. data/manual/html/start.limit.html +69 -0
  259. data/manual/html/start.report.html +69 -0
  260. data/manual/html/startcredit.html +68 -0
  261. data/manual/html/status.statussheet.html +73 -0
  262. data/manual/html/status.timesheet.html +91 -0
  263. data/manual/html/statussheet.html +124 -0
  264. data/manual/html/statussheetreport.html +125 -0
  265. data/manual/html/strict.projection.html +66 -0
  266. data/manual/html/summary.html +69 -0
  267. data/manual/html/supplement.html +108 -0
  268. data/manual/html/supplement.resource.html +195 -0
  269. data/manual/html/supplement.task.html +329 -0
  270. data/manual/html/tagfile.html +73 -0
  271. data/manual/html/task.html +320 -0
  272. data/manual/html/task.statussheet.html +74 -0
  273. data/manual/html/task.timesheet.html +89 -0
  274. data/manual/html/taskattributes.html +115 -0
  275. data/manual/html/taskprefix.html +67 -0
  276. data/manual/html/taskreport.html +69 -0
  277. data/manual/html/taskroot.html +103 -0
  278. data/manual/html/text.extend.html +77 -0
  279. data/manual/html/textreport.html +66 -0
  280. data/manual/html/timeformat.html +160 -0
  281. data/manual/html/timeoff.nikureport.html +71 -0
  282. data/manual/html/timesheet.html +129 -0
  283. data/manual/html/timesheetreport.html +107 -0
  284. data/manual/html/timezone.export.html +66 -0
  285. data/manual/html/timezone.html +72 -0
  286. data/manual/html/timezone.report.html +66 -0
  287. data/manual/html/timezone.shift.html +70 -0
  288. data/manual/html/timingresolution.html +71 -0
  289. data/manual/html/title.column.html +67 -0
  290. data/manual/html/title.html +68 -0
  291. data/manual/html/toc.html +1330 -0
  292. data/manual/html/tooltip.column.html +72 -0
  293. data/manual/html/trackingscenario.html +80 -0
  294. data/manual/html/treelevel.html +66 -0
  295. data/manual/html/vacation.html +71 -0
  296. data/manual/html/vacation.resource.html +73 -0
  297. data/manual/html/vacation.shift.html +71 -0
  298. data/manual/html/warn.html +69 -0
  299. data/manual/html/weeklymax.html +99 -0
  300. data/manual/html/weeklymin.html +99 -0
  301. data/manual/html/weekstartsmonday.html +66 -0
  302. data/manual/html/weekstartssunday.html +66 -0
  303. data/manual/html/width.column.html +66 -0
  304. data/manual/html/work.html +105 -0
  305. data/manual/html/workinghours.project.html +102 -0
  306. data/manual/html/workinghours.resource.html +79 -0
  307. data/manual/html/workinghours.shift.html +81 -0
  308. data/manual/html/yearlyworkingdays.html +70 -0
  309. data/spec/StatusSheets_spec.rb +0 -6
  310. data/spec/TimeSheets_spec.rb +0 -6
  311. data/spec/Tj3Daemon_spec.rb +2 -0
  312. data/spec/support/DaemonControl.rb +10 -0
  313. data/taskjuggler.gemspec +71 -0
  314. data/tasks/changelog.rake +2 -2
  315. data/tasks/gem.rake +50 -21
  316. data/tasks/manual.rake +1 -1
  317. data/tasks/rdoc.rake +5 -12
  318. data/tasks/spec.rake +1 -1
  319. data/tasks/test.rake +5 -8
  320. data/test/ReferenceGenerator.rb +91 -0
  321. data/test/TestSuite/CSV-Reports/refs/resourcereport.csv +4 -4
  322. data/test/TestSuite/ReportGenerator/Correct/Journal.tjp +21 -0
  323. data/test/TestSuite/ReportGenerator/Correct/JournalMode.tjp +124 -0
  324. data/test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv +124 -124
  325. data/test/TestSuite/ReportGenerator/Correct/refs/Journal-1.csv +1 -7
  326. data/test/TestSuite/ReportGenerator/Correct/refs/Journal-2.csv +7 -3
  327. data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-1.csv +79 -0
  328. data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-2.csv +208 -0
  329. data/test/TjpGen.rb +152 -0
  330. metadata +1290 -741
  331. data/benchmarks/666tasks.tjp +0 -3183
  332. data/benchmarks/allocate.tjp +0 -30
  333. data/benchmarks/allocatedSlots.tjp +0 -1602
  334. data/benchmarks/booking.tjp +0 -76
  335. data/benchmarks/depends.tjp +0 -113
  336. data/benchmarks/gantt.tjp +0 -57
  337. data/benchmarks/htmltaskreport.tjp +0 -71
  338. data/benchmarks/icons/details.png +0 -0
  339. data/benchmarks/icons/flag-green.png +0 -0
  340. data/benchmarks/icons/flag-red.png +0 -0
  341. data/benchmarks/icons/flag-yellow.png +0 -0
  342. data/benchmarks/icons/resource.png +0 -0
  343. data/benchmarks/icons/resourcegroup.png +0 -0
  344. data/benchmarks/icons/task.png +0 -0
  345. data/benchmarks/icons/taskgroup.png +0 -0
  346. data/benchmarks/icons/trend-down.png +0 -0
  347. data/benchmarks/icons/trend-flat.png +0 -0
  348. data/benchmarks/icons/trend-up.png +0 -0
  349. data/benchmarks/runbench.rb +0 -30
  350. data/benchmarks/scripts/wz_tooltip.js +0 -1301
  351. data/gem_spec.rb +0 -37
  352. data/lib/exchangebug.rb +0 -42
  353. data/lib/ruby-signal-bug.rb +0 -55
  354. data/prj_cfg.rb +0 -50
  355. data/tasks/csts.rake +0 -72
  356. data/tasks/rcov.rake +0 -14
  357. data/tasks/rexml_fix.rb +0 -16
  358. data/tasks/rexml_fix_19.rb +0 -49
  359. data/tasks/show.rake +0 -21
  360. data/tasks/stats.rake +0 -25
  361. data/test/TestSuite/Export-Reports/refs/DST.tjp +0 -60
  362. data/test/TestSuite/Export-Reports/refs/ReleasePlan.tjp +0 -80
  363. data/test/TestSuite/Export-Reports/tp.tjp +0 -49
  364. data/test/TestSuite/HTML-Reports/Alerts.html +0 -424
  365. data/test/TestSuite/HTML-Reports/TimeSheet.html +0 -79
  366. data/test/TestSuite/HTML-Reports/css/tjmanual.css +0 -86
  367. data/test/TestSuite/HTML-Reports/css/tjreport.css +0 -413
  368. data/test/TestSuite/HTML-Reports/icons/details.png +0 -0
  369. data/test/TestSuite/HTML-Reports/icons/flag-green.png +0 -0
  370. data/test/TestSuite/HTML-Reports/icons/flag-red.png +0 -0
  371. data/test/TestSuite/HTML-Reports/icons/flag-yellow.png +0 -0
  372. data/test/TestSuite/HTML-Reports/icons/resource.png +0 -0
  373. data/test/TestSuite/HTML-Reports/icons/resourcegroup.png +0 -0
  374. data/test/TestSuite/HTML-Reports/icons/task.png +0 -0
  375. data/test/TestSuite/HTML-Reports/icons/taskgroup.png +0 -0
  376. data/test/TestSuite/HTML-Reports/icons/trend-down.png +0 -0
  377. data/test/TestSuite/HTML-Reports/icons/trend-flat.png +0 -0
  378. data/test/TestSuite/HTML-Reports/icons/trend-up.png +0 -0
  379. data/test/TestSuite/HTML-Reports/reference.html +0 -51
  380. data/test/TestSuite/HTML-Reports/scripts/wz_tooltip.js +0 -1301
  381. data/test/TestSuite/ReportGenerator/Correct/css/tjmanual.css +0 -86
  382. data/test/TestSuite/ReportGenerator/Correct/css/tjreport.css +0 -413
  383. data/test/TestSuite/ReportGenerator/Correct/icons/details.png +0 -0
  384. data/test/TestSuite/ReportGenerator/Correct/icons/flag-green.png +0 -0
  385. data/test/TestSuite/ReportGenerator/Correct/icons/flag-red.png +0 -0
  386. data/test/TestSuite/ReportGenerator/Correct/icons/flag-yellow.png +0 -0
  387. data/test/TestSuite/ReportGenerator/Correct/icons/resource.png +0 -0
  388. data/test/TestSuite/ReportGenerator/Correct/icons/resourcegroup.png +0 -0
  389. data/test/TestSuite/ReportGenerator/Correct/icons/task.png +0 -0
  390. data/test/TestSuite/ReportGenerator/Correct/icons/taskgroup.png +0 -0
  391. data/test/TestSuite/ReportGenerator/Correct/icons/trend-down.png +0 -0
  392. data/test/TestSuite/ReportGenerator/Correct/icons/trend-flat.png +0 -0
  393. data/test/TestSuite/ReportGenerator/Correct/icons/trend-up.png +0 -0
  394. data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +0 -26
  395. data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +0 -2
  396. data/test/TestSuite/ReportGenerator/Correct/scripts/wz_tooltip.js +0 -1301
  397. data/test/TestSuite/Scheduler/Correct/Allocate.html +0 -1075
  398. data/test/TestSuite/Scheduler/Correct/Duration.html +0 -610
  399. data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +0 -85
  400. data/test/TestSuite/Scheduler/Correct/css/tjreport.css +0 -413
  401. data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
  402. data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
  403. data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
  404. data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
  405. data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
  406. data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
  407. data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
  408. data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
  409. data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
  410. data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
  411. data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
  412. data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +0 -1301
  413. data/test/TestSuite/StatusSheetTemplates/project.tji +0 -35
  414. data/test/TestSuite/StatusSheetTemplates/project.tjp +0 -56
  415. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/missing-reports +0 -2
  416. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/resource1_2002-03-01.tji +0 -0
  417. data/test/TestSuite/StatusSheets/boss.tji +0 -45
  418. data/test/TestSuite/StatusSheets/boss_mail +0 -51
  419. data/test/TestSuite/StatusSheets/dev2_mail +0 -37
  420. data/test/TestSuite/StatusSheets/project.tjp +0 -275
  421. data/test/TestSuite/StatusSheets/run +0 -54
  422. data/test/TestSuite/Syntax/Correct/DST.tjp +0 -11
  423. data/test/TestSuite/Syntax/Correct/ReleasePlan.tjp +0 -32
  424. data/test/TestSuite/Syntax/Correct/css/tjmanual.css +0 -86
  425. data/test/TestSuite/Syntax/Correct/css/tjreport.css +0 -413
  426. data/test/TestSuite/Syntax/Correct/icons/details.png +0 -0
  427. data/test/TestSuite/Syntax/Correct/icons/flag-green.png +0 -0
  428. data/test/TestSuite/Syntax/Correct/icons/flag-red.png +0 -0
  429. data/test/TestSuite/Syntax/Correct/icons/flag-yellow.png +0 -0
  430. data/test/TestSuite/Syntax/Correct/icons/resource.png +0 -0
  431. data/test/TestSuite/Syntax/Correct/icons/resourcegroup.png +0 -0
  432. data/test/TestSuite/Syntax/Correct/icons/task.png +0 -0
  433. data/test/TestSuite/Syntax/Correct/icons/taskgroup.png +0 -0
  434. data/test/TestSuite/Syntax/Correct/icons/trend-down.png +0 -0
  435. data/test/TestSuite/Syntax/Correct/icons/trend-flat.png +0 -0
  436. data/test/TestSuite/Syntax/Correct/icons/trend-up.png +0 -0
  437. data/test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js +0 -1301
  438. data/test/TestSuite/TimeSheets/dev2_mail1 +0 -84
  439. data/test/TestSuite/TimeSheets/dev2_mail2 +0 -87
  440. data/test/TestSuite/TimeSheets/project.tjp +0 -271
  441. data/test/TestSuite/TimeSheets/receiver.log.mod +0 -1056
  442. data/test/TestSuite/TimeSheets/run +0 -76
  443. data/test/TestSuite/TimeSheets/uu.txt +0 -29
@@ -1,35 +0,0 @@
1
- # --------8<--------8<--------
2
- statussheet a 2010-05-03-00:00-+0200 - 2010-05-10-00:00-+0200 {
3
-
4
- # Task: Project
5
- task p.t1.t2 {
6
- # status green "JE1" {
7
- # # Date: 2010-05-04-00:00-+0200
8
- # author c
9
- # }
10
- }
11
-
12
- task p.t1.t3 {
13
- # status green "JE2" {
14
- # # Date: 2010-05-06-00:00-+0200
15
- # author c
16
- # }
17
- }
18
-
19
- task p.t1.t6 {
20
- # status green "JE4" {
21
- # # Date: 2010-05-06-00:00-+0200
22
- # author f
23
- # }
24
- }
25
-
26
- task p.t4.t5 {
27
- # status green "JE3" {
28
- # # Date: 2010-05-06-00:00-+0200
29
- # author e
30
- # }
31
- }
32
-
33
- }
34
- # -------->8-------->8--------
35
-
@@ -1,56 +0,0 @@
1
- project "Test" 2010-04-28 +3m
2
-
3
- resource a "A"
4
- resource b "B"
5
- resource c "C"
6
- resource d "D"
7
- resource e "E"
8
- resource f "F"
9
-
10
- task p "Project" {
11
- responsible a
12
- task t1 "T1" {
13
- responsible b
14
- task t2 "T2" {
15
- effort 10d
16
- allocate c
17
- journalentry 2010-05-04 "JE1" {
18
- author c
19
- alert green
20
- }
21
- }
22
- task t6 "T6" {
23
- effort 10d
24
- allocate f
25
- journalentry 2010-05-06 "JE4" {
26
- author f
27
- alert green
28
- }
29
- }
30
- task t3 "T3" {
31
- effort 10d
32
- allocate c
33
- journalentry 2010-05-06 "JE2" {
34
- author c
35
- alert green
36
- }
37
- }
38
- }
39
- task t4 "T4" {
40
- responsible d
41
- task t5 "T5" {
42
- effort 5d
43
- allocate e
44
- journalentry 2010-05-06 "JE3" {
45
- author e
46
- alert green
47
- }
48
- }
49
- }
50
- }
51
-
52
- statussheetreport "project" {
53
- period 2010-05-03 +1w
54
- hideresource ~(plan.id = "a")
55
- sorttasks id.up
56
- }
@@ -1,2 +0,0 @@
1
- resource1
2
- resource2
@@ -1,45 +0,0 @@
1
- # --------8<--------8<--------
2
- statussheet boss 2002-03-02-00:00-+0100 {
3
-
4
- # Task: Accounting Software
5
- task AcSo.software.database {
6
- status red "Problems with the SQL Libary" {
7
- # Date: 2002-02-03-00:00-+0100
8
- author dev1
9
- summary -8<-
10
- We ran into some compatibility problems with the SQL
11
- Library.
12
- ->8-
13
- details -8<-
14
- We have already contacted the vendor and are now waiting for
15
- their advise.
16
- ->8-
17
- }
18
- }
19
-
20
- task AcSo.manual {
21
- status green "User manual completed" {
22
- # Date: 2002-02-28-00:00-+0100
23
- author boss
24
- summary -8<-
25
- The doc writers did a really great job to finish on time.
26
- ->8-
27
- }
28
- }
29
-
30
- task AcSo.test.alpha {
31
- status yellow "Contract with Peter not yet signed" {
32
- # Date: 2002-03-01-00:00-+0100
33
- author boss
34
- summary -8<-
35
- The paperwork is stuck with HR and I can't hunt it down.
36
- ->8-
37
- details -8<-
38
- If we don't get the contract closed within the next week,
39
- the start of the testing is at risk.
40
- ->8-
41
- }
42
- }
43
-
44
- }
45
- # -------->8-------->8--------
@@ -1,51 +0,0 @@
1
- Date: Wed, 03 Mar 2010 09:46:45 +0100
2
- From: phb@crappysoftware.com
3
- To: statussheets@taskjuggler.foo.bar
4
- Message-ID: <4b8e21f53542c_17764375603597b@mime.mail>
5
- Subject: Your weekly report template for 2002-03-01
6
-
7
- # --------8<--------8<--------
8
- statussheet boss 2002-02-23-00:00-+0000 - 2002-03-02-00:00-+0000 {
9
-
10
- # Task: Accounting Software
11
- task AcSo.software.database {
12
- status red "Problems with the SQL Libary" {
13
- # Date: 2002-02-03-00:00-+0100
14
- author dev1
15
- summary -8<-
16
- We ran into some compatibility problems with the SQL
17
- Library.
18
- ->8-
19
- details -8<-
20
- We have already contacted the vendor and are now waiting for
21
- their advise.
22
- ->8-
23
- }
24
- }
25
-
26
- task AcSo.manual {
27
- status green "User manual completed" {
28
- # Date: 2002-02-28-00:00-+0100
29
- author boss
30
- summary -8<-
31
- The doc writers did a really great job to finish on time.
32
- ->8-
33
- }
34
- }
35
-
36
- task AcSo.test.alpha {
37
- status yellow "Contract with Peter not yet signed" {
38
- # Date: 2002-03-01-00:00-+0100
39
- author boss
40
- summary -8<-
41
- The paperwork is stuck with HR and I can't hunt it down.
42
- ->8-
43
- details -8<-
44
- If we don't get the contract closed within the next week,
45
- the start of the testing is at risk.
46
- ->8-
47
- }
48
- }
49
-
50
- }
51
- # -------->8-------->8--------
@@ -1,37 +0,0 @@
1
- Date: Wed, 03 Mar 2010 09:50:41 +0100
2
- From: foo@bar.com
3
- To: SBono@crappysoftware.com
4
- Message-ID: <4b8e22e125168_180b43756010458@mime.mail>
5
- Subject: Your weekly report template for 2002-03-01
6
-
7
- Hello Sebastien Bono!
8
-
9
- Please find enclosed your weekly status report template. Please fill out the
10
- form and send it back to the sender of this email. You can either use the
11
- attached file or the body of the email. In case you send it in the body of the
12
- email, make sure it only contains the 'statussheet' syntax. It must be plain
13
- text, UTF-8 encoded and the status sheet header from 'statussheet' to the period
14
- end date must be in a single line that starts at the beginning of the line.
15
-
16
- # --------8<--------8<--------
17
- statussheet dev2 2002-02-23-00:00-+0000 - 2002-03-02-00:00-+0000 {
18
-
19
- # Task: Software Development
20
- task AcSo.software.database {
21
- status green "A Bug" {
22
- # Date: 2002-02-03-00:00-+0100
23
- author dev1
24
- summary -8<-
25
- We ran into some compatibility problems with the SQL
26
- Library.
27
- ->8-
28
- details -8<-
29
- We have already contacted the vendor and are now waiting for
30
- their advise.
31
- For details see http://bugzilla.com/bugs/show_bug.cgi?id\=647
32
- ->8-
33
- }
34
- }
35
-
36
- }
37
- # -------->8-------->8--------
@@ -1,275 +0,0 @@
1
- project "Accounting Software" 2002-01-16 +4m {
2
- # Hide the clock time. Only show the date.
3
- timeformat "%Y-%m-%d"
4
- # Use US format for numbers
5
- numberformat "-" "" "," "." 1
6
- # Use US financial format for currency values. Don't show cents.
7
- currencyformat "(" ")" "," "." 0
8
- # Pick a day during the project that will be reported as 'today' in
9
- # the project reports. If not specified, the current day will be
10
- # used, but this will likely be outside of the project range, so it
11
- # can't be seen in the reports.
12
- now 2002-03-05-13:00
13
- # The currency for all money values is the Euro.
14
- currency "USD"
15
-
16
- # We want to compare the baseline scenario to one with a slightly
17
- # delayed start.
18
- scenario plan "Plan" {
19
- scenario delayed "Delayed"
20
- }
21
- extend resource {
22
- text Phone "Phone"
23
- }
24
- }
25
-
26
- # This is not a real copyright for this file. It's just used as an example.
27
- copyright "© 2002 Crappy Software, Inc."
28
-
29
- # The daily default rate of all resources. This can be overridden for each
30
- # resource. We specify this, so that we can do a good calculation of
31
- # the costs of the project.
32
- rate 390.0
33
-
34
- # Register Good Friday as a global holiday for all resources.
35
- vacation "Good Friday" 2002-03-29
36
- flags team, manager
37
-
38
- # This is one way to form teams
39
- macro allocate_developers [
40
- allocate dev1
41
- allocate dev2
42
- allocate dev3
43
- ]
44
-
45
- # In order to do a simple profit and loss analysis of the project we
46
- # specify accounts. One for the development costs, one for the
47
- # documentation costs, and one account to credit the customer payments
48
- # to.
49
- account cost "Project Cost" {
50
- account dev "Development"
51
- account doc "Documentation"
52
- }
53
- account rev "Payments"
54
- # The Profit&Loss analysis should be rev - cost accounts.
55
- balance cost rev
56
-
57
- resource boss "Paul Henry Bullock" {
58
- email "phb@crappysoftware.com"
59
- Phone "x100"
60
- rate 480
61
- flags manager
62
- }
63
- resource dev "Developers" {
64
- resource dev1 "Paul Smith" {
65
- email "paul@crappysoftware.com"
66
- Phone "x362"
67
- rate 350.0
68
- }
69
- resource dev2 "Sébastien Bono" {
70
- email "SBono@crappysoftware.com"
71
- Phone "x234"
72
- flags manager
73
- }
74
- resource dev3 "Klaus Müller" {
75
- email "Klaus.Mueller@crappysoftware.com"
76
- Phone "x490"
77
- vacation 2002-02-01 - 2002-02-05
78
- }
79
-
80
- flags team
81
- }
82
- resource misc "The Others" {
83
- resource test "Peter Murphy" {
84
- email "murphy@crappysoftware.com"
85
- Phone "x666"
86
- limits { dailymax 6.4h }
87
- rate 310.0
88
- }
89
- resource doc "Dim Sung" {
90
- email "sung@crappysoftware.com"
91
- Phone "x482"
92
- rate 300.0
93
- vacation 2002-03-11 - 2002-03-16
94
- }
95
-
96
- flags team
97
- }
98
-
99
- # Now we specify the work packages. The whole project is described as
100
- # a task that contains subtasks. These subtasks are then broken down
101
- # into smaller tasks and so on. The innermost tasks describe the real
102
- # work and have resources allocated to them. Many attributes of tasks
103
- # are inherited from the enclosing task. This saves you a lot of typing.
104
- task AcSo "Accounting Software" {
105
-
106
- # All work-related costs will be booked to this account unless the
107
- # subtasks specify something different.
108
- chargeset dev
109
- # For the duration of the project we have running cost that are not
110
- # included in the labor cost.
111
- charge 170 perday
112
- responsible boss
113
-
114
- task spec "Specification" {
115
- # The effort to finish this task is 20 man-days.
116
- effort 20d
117
- # Now we use the macro declared above to allocate the resources
118
- # for this task. Because they can work in parallel, they may finish this
119
- # task earlier than in 20 working-days.
120
- ${allocate_developers}
121
- # Each task without subtasks must have a start or an end
122
- # criterion and a duration. For this task we use a reference to a
123
- # milestone defined further below as the start criterion. So this task
124
- # can not start before the specified milestone has been reached.
125
- # References to other tasks may be relative. Each exclamation mark (!)
126
- # means 'in the scope of the enclosing task'. To descent into a task, the
127
- # fullstop (.) together with the id of the tasks have to be specified.
128
- depends !deliveries.start
129
- }
130
-
131
- task software "Software Development" {
132
-
133
- # The software is the most critical task of the project. So we set
134
- # the priority of this task (and all its subtasks) to 1000, the top
135
- # priority. The higher the priority, the more likely the task will
136
- # get the requested resources.
137
- priority 1000
138
-
139
- # All subtasks depend on the specification task.
140
- depends !spec
141
- responsible dev2
142
-
143
- task database "Database coupling" {
144
- effort 20d
145
- allocate dev1, dev2
146
- journalentry 2002-02-03 "Problems with the SQL Libary" {
147
- author dev1
148
- alert yellow
149
- summary -8<-
150
- We ran into some compatibility problems with the SQL
151
- Library.
152
- ->8-
153
- details -8<-
154
- We have already contacted the vendor and are now waiting for
155
- their advise.
156
- ->8-
157
- }
158
- }
159
-
160
- task gui "Graphical User Interface" {
161
- effort 35d
162
- # This task has taken 5 man-days more than originally planned.
163
- # We record this as well, so that we can generate reports that
164
- # compare the delayed schedule of the project to the original plan.
165
- delayed:effort 40d
166
- depends !database, !backend
167
- allocate dev2, dev3
168
- }
169
-
170
- task backend "Back-End Functions" {
171
- effort 30d
172
- # This task is behind schedule, because it should have been
173
- # finished already. To document this, we specify that the task
174
- # is 95% completed. If nothing is specified, TaskJuggler assumes
175
- # that the task is on schedule and computes the completion rate
176
- # according to the current day and the plan data.
177
- complete 95
178
- depends !database
179
- allocate dev1, dev2
180
- }
181
- }
182
-
183
- task test "Software testing" {
184
-
185
- task alpha "Alpha Test" {
186
- # Efforts can not only be specified as man-days, but also as
187
- # man-weeks, man-hours, etc. By default, TaskJuggler assumes
188
- # that a man-week is 5 man-days or 40 man-hours. These values
189
- # can be changed, of course.
190
- effort 1w
191
- # This task depends on a task in the scope of the enclosing
192
- # task's enclosing task. So we need two exclamation marks (!!)
193
- # to get there.
194
- depends !!software
195
- allocate test, dev2
196
- note "Hopefully most bugs will be found and fixed here."
197
- journalentry 2002-03-01 "Contract with Peter not yet signed" {
198
- author boss
199
- alert red
200
- summary -8<-
201
- The paperwork is stuck with HR and I can't hunt it down.
202
- ->8-
203
- details -8<-
204
- If we don't get the contract closed within the next week,
205
- the start of the testing is at risk.
206
- ->8-
207
- }
208
- }
209
-
210
- task beta "Beta Test" {
211
- effort 4w
212
- depends !alpha
213
- allocate test, dev1
214
- }
215
- }
216
-
217
- task manual "Manual" {
218
- effort 10w
219
- depends !deliveries.start
220
- allocate doc, dev3
221
- purge chargeset
222
- chargeset doc
223
- journalentry 2002-02-28 "User manual completed" {
224
- author boss
225
- summary "The doc writers did a really great job to finish on time."
226
- }
227
- }
228
-
229
- task deliveries "Milestones" {
230
-
231
- # Some milestones have customer payments associated with them. We
232
- # credit these payments to the 'rev' account.
233
- purge chargeset
234
- chargeset rev
235
-
236
- task start "Project start" {
237
- # A task that has no duration is a milestone. It only needs a
238
- # start or end criterion. All other tasks depend on this task.
239
- start 2002-01-16
240
- # For some reason the actual start of the project got delayed.
241
- # We record this, so that we can compare the planned run to the
242
- # delayed run of the project.
243
- delayed:start 2002-01-20
244
- # At the beginning of this task we receive a payment from the
245
- # customer. This is credited to the account associated with this
246
- # task when the task starts.
247
- charge 21000.0 onstart
248
- }
249
-
250
- task prev "Technology Preview" {
251
- depends !!software.backend
252
- startcredit 31000.0
253
- note "All '''major''' features should be usable."
254
- }
255
-
256
- task beta "Beta version" {
257
- depends !!test.alpha
258
- charge 13000.0 onstart
259
- note "Fully functional, may contain bugs."
260
- }
261
-
262
- task done "Ship Product to Customer" {
263
- # The next line can be uncommented to trigger a warning about
264
- # the project being late. For all tasks, limits for the start and
265
- # end values can be specified. Those limits are checked after the
266
- # project has been scheduled. For all violated limits a warning
267
- # is issued.
268
- # maxend 2002-04-17
269
- depends !!test.beta, !!manual
270
- charge 33000.0 onstart
271
- note "All priority 1 and 2 bugs must be fixed."
272
- }
273
- }
274
- }
275
-