taskjuggler 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -0,0 +1,62 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <!-- This file has been generated by tj3man v0.2.2 -->
4
+ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>Getting_Started</title>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
+ </head>
9
+ <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
10
+ <body>
11
+ <div align="center">
12
+ <h3 align="center">The TaskJuggler III User Manual</h3>
13
+ <em align="center">Project Management beyond Gantt Chart Drawing</em>
14
+ </div>
15
+ <br/>
16
+ <hr/>
17
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
18
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="How_To_Contribute.html">How_To_Contribute</a> &lt;&lt;</td>
19
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
20
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="Tutorial.html">Tutorial</a> &gt;&gt;</td>
21
+ </tr></table>
22
+ <hr/>
23
+ <br/>
24
+ <div style="width:90%; margin-left:5%; margin-right:5%"><div class="manual">
25
+ <h1 class="manual" id="Getting_Started">3 Getting Started</h1>
26
+ <h2 class="manual" id="Basics">3.1 Basics</h2>
27
+ <p class="manual">TaskJuggler uses one or more text files to describe a project. The main project should be placed in a file with the .tjp extension. This main project may include other files. Such included files must have file names with a <code class="manual">.tji</code> extension.</p>
28
+ <p class="manual">The graphical user interface from the 2.x version has not been ported to TaskJuggler III yet. So all work with TaskJuggler needs to be done in your favorite text editor and in a command shell.</p>
29
+ <p class="manual">The commandline version of TaskJuggler works like a compiler. You provide the source files, it computes the contents and creates the output files. Let's say you have a project file called <code class="manual">AcSo.tjp</code>. It contains the tasks of your project and their dependencies. To schedule the project and create report files you have to ask TaskJuggler to process it.</p>
30
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">tj3 AcSo.tjp
31
+ </pre></div>
32
+ <p class="manual">TaskJuggler will try to schedule all tasks with the specified conditions and generate the reports that were requested with the <a href="taskreport.html">taskreport</a>, <a href="resourcereport.html">resourcereport</a> or other report properties in the input file. The report files will be generated in the current directory or relative to it.</p>
33
+ <p class="manual">If you specify file names in a project file, you need to use the <code class="manual">/</code> as directory separator. This way, projects are portable across all operating systems. Do not use the <code class="manual">\</code> or <code class="manual">:</code> that are used on some operating systems.</p>
34
+ <h2 class="manual" id="Structure_of_a_TJP_File">3.2 Structure of a TJP File</h2>
35
+ <p class="manual">Each TaskJuggler project consists of one or more text files. There is always a main project file that may <a href="include.properties.html">include</a> other files. The main file name should have a <code class="manual">.tjp</code> suffix, the included files must have a <code class="manual">.tji</code> suffix.</p>
36
+ <p class="manual">Every project must start with a <a href="project.html">project header</a>. The project header must be in the main project file. All other elements may be put into include files. The project header must then be followed by any number of project properties such as <a href="account.html">
37
+ accounts</a>, <a href="resource.html">resources</a>, <a href="task.html">tasks</a> and <a href="report.html">
38
+ reports</a>. Each project must have at least one task defined and should have at least one report. Properties don't have to be listed in a particular order, but may have interdependencies that require such an order. If you want to assign a resource to work on a task, this resource needs to be defined first. It is therefor recommended to define them in the following sequence.</p>
39
+ <ul>
40
+ <li><a href="macro.html">macros</a></li>
41
+ <li><a href="flags.html">flags</a></li>
42
+ <li><a href="account.html">accounts</a></li>
43
+ <li><a href="shift.html">shifts</a></li>
44
+ <li><a href="vacation.html">vacations</a></li>
45
+ <li><a href="resource.html">resources</a></li>
46
+ <li><a href="task.html">tasks</a></li>
47
+ <li><a href="report.html">reports</a></li>
48
+ <li><a href="export.html">exports</a></li>
49
+ </ul>
50
+ </div></div>
51
+ <br/>
52
+ <hr/>
53
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
54
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="How_To_Contribute.html">How_To_Contribute</a> &lt;&lt;</td>
55
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
56
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="Tutorial.html">Tutorial</a> &gt;&gt;</td>
57
+ </tr></table>
58
+ <hr/>
59
+ <br/>
60
+ <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
61
+ </body>
62
+ </html>
@@ -0,0 +1,88 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <!-- This file has been generated by tj3man v0.2.2 -->
4
+ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>How_To_Contribute</title>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
+ </head>
9
+ <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
10
+ <body>
11
+ <div align="center">
12
+ <h3 align="center">The TaskJuggler III User Manual</h3>
13
+ <em align="center">Project Management beyond Gantt Chart Drawing</em>
14
+ </div>
15
+ <br/>
16
+ <hr/>
17
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
18
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="Installation.html">Installation</a> &lt;&lt;</td>
19
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
20
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="Getting_Started.html">Getting_Started</a> &gt;&gt;</td>
21
+ </tr></table>
22
+ <hr/>
23
+ <br/>
24
+ <div style="width:90%; margin-left:5%; margin-right:5%"><div class="manual">
25
+ <h2 class="manual" id="How_to_Contribute">2.8 How to Contribute</h2>
26
+ <h3 class="manual" id="Why_contribute">2.8.1 Why contribute?</h3>
27
+ <p class="manual">TaskJuggler is an Open Source Project. It was developed by volunteers mostly in their spare time. Made available under the GNU General Public license and similar licenses, TaskJuggler can be shared and used free of charge by anybody who respects the license conditions. Does that mean you can use it without worrying about anything? Clearly not! Though users have no legal obligation to contribute, you should feel a moral obligation to support Open Source in whatever way you can. This can range from helping out other users with their first Linux installation to actively contributing to the TaskJuggler Project, not just as a programmer. The following section describes, how you can contribute to any of the components that are part of the TaskJuggler software releases.</p>
28
+ <h3 class="manual" id="Preparing_a_contribution">2.8.2 Preparing a contribution</h3>
29
+ <p class="manual">All TaskJuggler development is coordinated using the <a href="https://github.com/taskjuggler/TaskJuggler/issues" target="_top">github source code management platform</a>. All changes must be submitted using Git github so that we can track the authorship of each submission. There is <a href="http://help.github.com/" target="_top">excellent documentation</a> available on how to use github.</p>
30
+ <p class="manual">Make sure you have followed the steps described in the <a href="Installation.html#Installation_Steps_for_Developers" target="_top">Installation Steps for Developers</a> chapter.</p>
31
+ <p class="manual">If you have never used Git before, you need to configure it first. You need to set your name and email address. This information will be present in all patches that you submit.</p>
32
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">git config --global user.name "Your Name"
33
+ git config --global user.email "firstname.lastname@domain.org"
34
+ </pre></div>
35
+ <p class="manual">Do not use the development snapshots or send your patches as plain diff files. We'd like to ensure that we know who contributed to TaskJuggler. Therefor we are only accepting signed-off git patches with full user names and valid email addresses.</p>
36
+ <p class="manual">Next you need to find the files where you want to make your modifications. Sometimes files will be generated from other files. Do not change those generated files. Your changes will be overwritten the next time you call the make utility.</p>
37
+ <h3 class="manual" id="Creating_a_Patch">2.8.3 Creating a Patch</h3>
38
+ <p class="manual">When you are done with your changes, it's a good idea to test them. In the taskjuggler directory run the following commands.</p>
39
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">cd taskjuggler3
40
+ rake test
41
+ rake spec
42
+ rake manual
43
+ rake gem
44
+ </pre></div>
45
+ <p class="manual">If there are no errors, you can check or test the result. If everything works fine, you can lock at your changes again.</p>
46
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">git diff
47
+ </pre></div>
48
+ <p class="manual">The git-diff utility performs a line-by-line comparison of the files against the latest version in you local repository. Try to only make changes that have an impact on the generated files. Do not change indentation or line wrapping of paragraphs unless absolutely necessary. These kinds of changes increase the size of diff files and make it much harder to evaluate the patches. When making changes to the program code, please use exactly the same coding style as the rest of the code. If your contribution is large enough to justify a copyright claim, please indicate what copyright you claim in the patch. For modifications to existing files, we will assume that your contribution falls under the same license as the modified file. All new files will need to contain a license declaration, preferably GPL version 2. In any case, the license must be <a href="http://www.opensource.org/licenses" target="_top">an OSI accepted license</a> and be compatible with the GPL version 2 used by the rest of the project.</p>
49
+ <p class="manual">Review all changes carefully. In case you have created new source files, you need to register them with your repository.</p>
50
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">git add FILENAME
51
+ </pre></div>
52
+ <p class="manual">If you think you are done, you can commit your changes to your local repository.</p>
53
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">git commit -a
54
+ </pre></div>
55
+ <p class="manual">And then push it into your forked github repository.</p>
56
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">git push
57
+ </pre></div>
58
+ <p class="manual">The final step is to send us a <a href="http://help.github.com/pull-requests/" target="_top">pull request</a> for your changes.</p>
59
+ <h3 class="manual" id="Contributing_to_the_User_Manual">2.8.4 Contributing to the User Manual</h3>
60
+ <p class="manual">The user manual is currently a rough port of the 2.x manual. It contains many inaccuracies and does not provide much more than a tutorial and a syntax reference. Any help to turn this into a real user manual is greatly appreciated.</p>
61
+ <p class="manual">The manual is composed from 3 different sources.</p>
62
+ <ol><li>The sources for normal pages are in MediaWiki format and can be found in the <code class="manual">manual</code> directory of the source distribution.</li></ol>
63
+ <ol><li>The information in the syntax reference is extracted from the TJP parser source code. It can be found in the file <code class="manual">lib/TjpSyntaxRules.rb</code>. You can ignore all but the <code class="manual">doc(...)</code>, <code class="manual">arg(...)</code> and <code class="manual">example(...)</code> sections.</li></ol>
64
+ <ol><li>The TJP examples are in the <code class="manual">test/TestSuite/Syntax/Correct</code> directory.</li></ol>
65
+ <p class="manual">The following commands build the HTML files for the manual in the <code class="manual">data/manual</code> directory.</p>
66
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">cd lib
67
+ ruby UserManual.rb
68
+ </pre></div>
69
+ <h3 class="manual" id="Contributing_to_the_Test_Suite">2.8.5 Contributing to the Test Suite</h3>
70
+ <p class="manual">The test suite can be found in the <code class="manual">test</code> and <code class="manual">spec</code> directories. It contains unit and system tests but is very rudimentary at the moment. Adding more system tests to the test/CSV-Report directory is probably the best place to start. Originally, TaskJuggler used classic Ruby unit tests, but a migration to <a href="http://rspec.info/|RSpec-2" target="_top">http://rspec.info/|RSpec-2</a> is in the works now. New tests should be written as RSpec tests unless they require infrastructure only available in the <code class="manual">test</code> directory.</p>
71
+ <h3 class="manual" id="Contributing_to_the_Ruby_code">2.8.6 Contributing to the Ruby code</h3>
72
+ <p class="manual">For the first stable TaskJuggler III release we should have all 2.x features supported. The few things that break backwards compatibility should be documented in the <a href="TaskJuggler_2x_Migration.html">TaskJuggler_2x_Migration</a> section.</p>
73
+ <p class="manual">In general, patches are very welcome. Please follow the coding style and naming conventions used in the existing code. Larger changes should be preceded by a discussion in the <a href="http://www.taskjuggler.org/forum.php" target="_top">TaskJuggler Developer Forum</a>.</p>
74
+ <h3 class="manual" id="Some_final_words_to_Contributors">2.8.7 Some final words to Contributors</h3>
75
+ <p class="manual">We do welcome all contributions, but please understand that we reserve the right to reject any contribution that does not follow the above guidelines or otherwise conflicts with the goals of the TaskJuggler team. It is a good idea to contact the team prior to making any larger efforts.</p>
76
+ </div></div>
77
+ <br/>
78
+ <hr/>
79
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
80
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="Installation.html">Installation</a> &lt;&lt;</td>
81
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
82
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="Getting_Started.html">Getting_Started</a> &gt;&gt;</td>
83
+ </tr></table>
84
+ <hr/>
85
+ <br/>
86
+ <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
87
+ </body>
88
+ </html>
@@ -0,0 +1,172 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <!-- This file has been generated by tj3man v0.2.2 -->
4
+ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>Installation</title>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
+ </head>
9
+ <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
10
+ <body>
11
+ <div align="center">
12
+ <h3 align="center">The TaskJuggler III User Manual</h3>
13
+ <em align="center">Project Management beyond Gantt Chart Drawing</em>
14
+ </div>
15
+ <br/>
16
+ <hr/>
17
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
18
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="Reporting_Bugs.html">Reporting_Bugs</a> &lt;&lt;</td>
19
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
20
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="How_To_Contribute.html">How_To_Contribute</a> &gt;&gt;</td>
21
+ </tr></table>
22
+ <hr/>
23
+ <br/>
24
+ <div style="width:90%; margin-left:5%; margin-right:5%"><div class="manual">
25
+ <h1 class="manual" id="Installation">2 Installation</h1>
26
+ <p class="manual">TaskJuggler III is written in <a href="http://www.ruby-lang.org" target="_top">Ruby</a>. It should run on any platform that Ruby is available on. It uses the standard Ruby mechanism for distribution, a package format called <a href="http://docs.rubygems.org" target="_top">RubyGems</a>.</p>
27
+ <p class="manual">TaskJuggler III is still under development. There is no stable version yet. You are welcome to try it. Some users are already using it successfully for their purposes, but it might not yet be right for you.</p>
28
+ <h2 class="manual" id="Requirements">2.1 Requirements</h2>
29
+ <p class="manual">Ruby applications are platform independent. There is no need to compile anything. But TaskJuggler has a very small set of dependencies that you have to take care of first. Please make sure you have the minimum required version installed.</p>
30
+ <h3 class="manual" id="Supported_Operating_Systems">2.1.1 Supported Operating Systems</h3>
31
+ <ul><li>
32
+ <b>Linux</b>: Linux is the primary development platform for TaskJuggler. Releases are tested on recent openSUSE versions.</li></ul>
33
+ <ul><li>
34
+ <b>Other Unix OSes</b>: Should work as well, but releases are not tested on these OSes.</li></ul>
35
+ <ul><li>
36
+ <b>Windows</b>: Windows7 and some older version of Windows should work. There is no maintainer for this platform, so all releases are not tested on this platform.</li></ul>
37
+ <ul><li>
38
+ <b>MacOSX</b>: Will probably work as well. Releases are not tested on this OS. Older MacOS versions will likely not work.</li></ul>
39
+ <p class="manual">If you are interested in becoming the maintainer for any of the currently unmaintained (and untested) OSes, please contact us via the developer mailing list.</p>
40
+ <h3 class="manual" id="Other_required_Software">2.1.2 Other required Software</h3>
41
+ <ul><li>
42
+ <b>Ruby:</b> TaskJuggler III is written in Ruby. You need a Ruby runtime environment to run it. This can be downloaded from <a href="http://www.ruby-lang.org/en/downloads/" target="_top">here</a>. Most Linux distributions usually have Ruby already included. So does MacOS X Leopard. For Windows, there is a one-click installer available. The recommended Ruby version to make full use of TaskJuggler is 1.9.2. Ruby 1.9.1 contains some bugs that prevent the multi-core support to work. For users that are not interested in multi-core support, the web server, the time sheet infrastructure and daemon Ruby 1.8.7 is still ok to use. On Windows you need at least Ruby 1.9.2.</li></ul>
43
+ <p class="manual">See below for instructions on how to use the latest and greates Ruby version in parallel with your distribution Ruby.</p>
44
+ <ul><li>
45
+ <b>RubyGems:</b> If it did not come with your OS or the Ruby installation, see <a href="http://docs.rubygems.org" target="_top">here</a> how to get and install it.</li></ul>
46
+ <p class="manual">Other versions of Ruby (Rubinius, JRuby, etc.) may work but have not been tested.</p>
47
+ <h2 class="manual" id="Installation_Steps_for_Users">2.2 Installation Steps for Users</h2>
48
+ <h3 class="manual" id="The_easy_way">2.2.1 The easy way</h3>
49
+ <p class="manual">TaskJuggler is a commandline tool. It does not (yet) have a graphical user interface. To use it, you need to know how to open a command or terminal window. In this manual, we refer to it as your shell. The following paragraphs describe the commands you need to type into your <a href="http://en.wikipedia.org/wiki/Shell_(computing)" target="_top">shell</a>.</p>
50
+ <p class="manual">On systems that already have Ruby and the gem package manager installed you can simply type the following command into your shell or command window:</p>
51
+ <div class="manual" codesection="1"><pre class="manual" codesection="1"> gem install taskjuggler
52
+ </pre></div>
53
+ <p class="manual">This will download and install the latest version from the <a href="http://rubygems.org/gems/taskjuggler" target="_top">RubyGems.org</a> site.</p>
54
+ <h3 class="manual" id="The_manual_way">2.2.2 The manual way</h3>
55
+ <p class="manual">If the easy way doesn't work for you, you need to download and install the packages manually. Download TaskJuggler III gem file from the <a href="http://rubygems.org/gems/taskjuggler" target="_top">RubyGems.org</a> site.</p>
56
+ <p class="manual">A gem package is an operating system and architecture independent archive file for Ruby programs. You can install it on any system that has Ruby and RubyGems installed. Normally, you should be logged-in as root or administrator to run the following installation command. Replace the X.X.X with the actual version that you have downloaded.</p>
57
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">gem install pkg/taskjuggler-X.X.X.gem
58
+ </pre></div>
59
+ <p class="manual">It will install all components of the Gem in the appropriate place.</p>
60
+ <p class="manual">On user friendly Linux distributions, the start scripts will be installed in a standard directory like <code class="manual">/usr/bin</code>. On Debian based distributions, the start scripts end up in a place like <code class="manual">/var/lib/gems/1.8/bin/</code> that is not listed in the <code class="manual">PATH</code> variable. You either have to create a symbolic link for each start script or add the directory to your PATH variable. If you use the standard <a href="http://en.wikipedia.org/wiki/Bash" target="_top">bash shell</a>, put the following line in your <code class="manual">${HOME}/.profile</code> file.</p>
61
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">PATH=${PATH}:/var/lib/gems/1.8/bin/
62
+ </pre></div>
63
+ <p class="manual">Windows and MacOS platforms may require similar steps.</p>
64
+ <h2 class="manual" id="Update_from_older_TaskJuggler_III_versions">2.3 Update from older TaskJuggler III versions</h2>
65
+ <p class="manual">Updates work just like the installation.</p>
66
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">gem update taskjuggler
67
+ </pre></div>
68
+ <p class="manual">For downloaded or self-built packages use the following command:</p>
69
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">gem update pkg/taskjuggler-X.X.X.gem
70
+ </pre></div>
71
+ <h2 class="manual" id="Installation_Steps_for_Developers">2.4 Installation Steps for Developers</h2>
72
+ <p class="manual">The following description is for users that want to learn more about TaskJuggler or want to make improvements. TaskJuggler is <a href="http://en.wikipedia.org/wiki/Open_source" target="_top">Open Source</a> software and you are encouraged to read and modify the source code.</p>
73
+ <p class="manual">To get the source code, the recommended way it to check out the latest code from the developer repository. To do this, you need to have <a href="http://www.kernel.org/pub/software/scm/git/docs/" target="_top">git</a> installed.</p>
74
+ <p class="manual">Then checkout the source code with the following command</p>
75
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">git clone http://www.taskjuggler.org/git-repos/taskjuggler3.git
76
+ </pre></div>
77
+ <p class="manual">Make sure, you have removed all previously installed instances of TaskJuggler from your system before doing so. It is a common mistake to have an old version of the TaskJuggler installed and then use parts of the old and new version together.</p>
78
+ <p class="manual">If your Ruby installation does not come with the <a href="http://rake.rubyforge.org" target="_top">Rake</a> build tool, you need to install it now.</p>
79
+ <p class="manual">If you are interested in a code coverage analysis, you need to also install the <a href="http://eigenclass.org/hiki.rb?rcov" target="_top">rcov</a> code coverage analysis tool. This tool is not needed for most developers. You can safely ignore the warning during rake builds if you don't have it installed.</p>
80
+ <p class="manual">The following command will create a gem package from the source code.</p>
81
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">cd taskjuggler3; rake gem
82
+ </pre></div>
83
+ <p class="manual">If you plan to modify the TaskJuggler files, creating and installing the gem file for every test run is not very comfortable. To run tj3 from source put the following code in your <code class="manual">.profile</code> file. This is for users of the bash shell. Adapt it accordingly if you use another shell.</p>
84
+ <div class="manual" codesection="1"><pre class="manual" codesection="1"># To use TaskJuggler directly from the source. This must point to
85
+ # the directory where you have put the TaskJuggler source files.
86
+ TASKJUGGLER_DIR=${HOME}/src/taskjuggler3
87
+ # Make sure Ruby finds the program files
88
+ export RUBYLIB=${TASKJUGGLER_DIR}/lib
89
+ # Make sure the shell finds the TaskJuggler programs
90
+ export PATH=${PATH}:${TASKJUGGLER_DIR}/bin
91
+ </pre></div>
92
+ <h2 class="manual" id="Quickly_switching_between_various_TaskJuggler_III_versions">2.5 Quickly switching between various TaskJuggler III versions</h2>
93
+ <p class="manual">One of the benefits of using TaskJuggler from the Git repository is the ability to get the latest bug fixes. If a bug was reported, it is usually fixed fairly quickly, but it can take several weeks before the next official release happens. The following commands must all be executed from within the checked-out Git directory.</p>
94
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">git pull
95
+ </pre></div>
96
+ <p class="manual">gets you the latest changes. We usually try to keep the head branch stable. Using it should not be much more risky than using a regular release. Nevertheless, problems can occur and a fixed version might take a few days.</p>
97
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">git checkout -f XXXXXXXX
98
+ </pre></div>
99
+ <p class="manual">will switch your current working copy to the version with commit ID XXXXXXXX. Alternatively, you can also use tag names.</p>
100
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">git checkout -f release-0.0.10
101
+ </pre></div>
102
+ <p class="manual">This will switch to the released version 0.0.10.</p>
103
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">git tag
104
+ </pre></div>
105
+ <p class="manual">provides you with a list of all tags.</p>
106
+ <p class="manual">TaskJuggler III is written in Ruby. There is no make or build process needed. Every code change is effective immediately. The tutorial, the manual and some other parts do require a build step.</p>
107
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">rake release
108
+ </pre></div>
109
+ <p class="manual">will do it all and even create installable gem files again.</p>
110
+ <h2 class="manual" id="Installing_a_newer_Ruby_version">2.6 Installing a newer Ruby version</h2>
111
+ <p class="manual">New Ruby versions are released usually about once or twice a year. Unfortunately, it takes some time before Linux distributions pick up the new release. Depending on your distribution, this can take anything from a few weeks to several years. Many distributions still have not yet made the switch to Ruby 1.9. The core part of TaskJuggler can be used with Ruby 1.8.9, but it is at least 3 times slower. Therefor it is recommended, that you install the latest stable release of Ruby to use TaskJuggler. This can easily and safely being done in parallel to your distribution Ruby. Both versions can be used in parallel without interfering each other.</p>
112
+ <p class="manual">This section only covers Linux. For other operating system, please search the web for instructions. If you want to contribute the description for another OS, please see <a href="How_To_Contribute.html">How_To_Contribute</a>.</p>
113
+ <p class="manual">First, you need to download the source code of the latest stable release from <a href="http://www.ruby-lang.org/en/downloads/" target="_top">www.ruby-lang.org</a>.</p>
114
+ <p class="manual">The source code is distributed as zipped tarfile. You can extract it like this. Change the file name to the actual version you have downloaded.</p>
115
+ <div class="manual" codesection="1"><pre class="manual" codesection="1"> tar -Zxvf ruby-X.X.X-*.tar.gz
116
+ </pre></div>
117
+ <p class="manual">This will create a directory with the same name as the archive, but without the <code class="manual">.tar.gz</code> extension. Now change into this directory and configure the source code for your specific OS and compile it. For this to work, you need to have the GNU C compiler and related utilities installed. We configure Ruby to append <code class="manual">19</code> to all executable names. This way, you can easily choose if you want to run the old or the new Ruby. <code class="manual">ruby</code> runs your distribution Ruby, <code class="manual">ruby19</code> runs your new ruby.</p>
118
+ <div class="manual" codesection="1"><pre class="manual" codesection="1"> cd ruby-X.X.X-*
119
+ ./configure --program-suffix=19
120
+ make
121
+ </pre></div>
122
+ <p class="manual">If all goes well, you can install it now. This requires root permission, so you need to enter the root password. All executables will be installed into <code class="manual">/usr/local/bin</code>.</p>
123
+ <div class="manual" codesection="1"><pre class="manual" codesection="1"> sudo make install
124
+ </pre></div>
125
+ <p class="manual">As a final step, you need to install the <code class="manual">mail</code> gem.</p>
126
+ <div class="manual" codesection="1"><pre class="manual" codesection="1"> sudo gem19 install mail
127
+ </pre></div>
128
+ <p class="manual">If you don't want to use TaskJuggler from the git repository, you can install the TaskJuggler gem as well.</p>
129
+ <div class="manual" codesection="1"><pre class="manual" codesection="1"> sudo gem19 install taskjuggler
130
+ </pre></div>
131
+ <p class="manual">That's it. You now have the latest Ruby installed and are ready to use TaskJuggler.</p>
132
+ <h2 class="manual" id="Installing_the_Vim_Support">2.7 Installing the Vim Support</h2>
133
+ <p class="manual">TaskJuggler can be used with any text editor that supports UTF-8 text file editing. If you don't have a preference yet, we recommend to try the <a href="http://www.vim.org" target="_top">Vim</a> text editor. It's a very powerful editor and it has been customized for better integration with TaskJuggler. This section describes, how to activate and use the Vim integration. Vim is provided by pretty much any Linux distribution and also works well on MacOX and Windows. See the web page for how to install it if you don't have it yet.</p>
134
+ <p class="manual">This section describes the integration on Linux. Please see the <a href="How_To_Contribute.html">How_To_Contribute</a> section if you want to contribute the description for another OS.</p>
135
+ <p class="manual">If you have never customized Vim, you need to create a few directories first.</p>
136
+ <div class="manual" codesection="1"><pre class="manual" codesection="1"> cd ${HOME}
137
+ mkdir .vim
138
+ mkdir .vim/syntax
139
+ </pre></div>
140
+ <p class="manual">Then copy the syntax file <code class="manual">tjp.vim</code> into the vim syntax directory. The following command works if you have installed TaskJuggler as a gem with the system provided Ruby. For other cases, you may have to modify it accordingly.</p>
141
+ <div class="manual" codesection="1"><pre class="manual" codesection="1"> cp `gem contents taskjuggler | fgrep tjp.vim` .vim/syntax
142
+ </pre></div>
143
+ <p class="manual">Now we have to make sure, Vim detects the file. Edit the <code class="manual">.vim/filetype.vim</code> file to contain the following section.</p>
144
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">augroup filetypedetect
145
+ au BufNewFile,BufRead *.tjp,*.tji setf tjp
146
+ augroup END
147
+ </pre></div>
148
+ <p class="manual">And edit the <code class="manual">.vim/syntax.vim</code> file to contain the following line.</p>
149
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">au! Syntax tjp so ~/.vim/syntax/tjp.vim
150
+ </pre></div>
151
+ <p class="manual">When you now open a <code class="manual">.tjp</code> or <code class="manual">.tji</code> file in Vim, you should have the following features available:</p>
152
+ <ul>
153
+ <li>Syntax highlighting. TJP keywords should be colored in different colors.</li>
154
+ <li>Syntax folding. The optional parts of properties within the curly braces can be collapsed. For this to work, the opening brace needs to be on the same line as the property keyword. The closing brace must be the first non-blank character of the last line of the block. See the <code class="manual">:help fold</code> Vim help command for details how to open and close folds.</li>
155
+ <li>Tag navigation. If you include a <a href="tagfile" target="_top">tagfile</a> report in your project, Vim will know all property IDs and can jump to them. If you have a task with the ID <code class="manual">foo.bar</code>, the command <code class="manual">:ta foo.bar</code> will put the cursor right where task <code class="manual">foo.bar</code> was declared.</li>
156
+ <li>ID completion. If you include a <a href="tagfile" target="_top">tagfile</a> report in your project, Vim can tell you the full hierarchical ID of a property. Just move the cursor to the first line of the property definition and press <code class="manual">Ctrl-]</code>.</li>
157
+ <li>Run tj3 from within vim. Just type <code class="manual">:make your_project.tjp</code> to start the scheduling process. In case of errors or warnings, you will be able to navigate the errors with <code class="manual">:cn</code> and <code class="manual">:cp</code>.</li>
158
+ <li>Move the cursor over any TaskJuggler syntax keyword and press <code class="manual">shift-k</code> to get the manual page for this keyword.</li>
159
+ </ul>
160
+ </div></div>
161
+ <br/>
162
+ <hr/>
163
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
164
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="Reporting_Bugs.html">Reporting_Bugs</a> &lt;&lt;</td>
165
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
166
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="How_To_Contribute.html">How_To_Contribute</a> &gt;&gt;</td>
167
+ </tr></table>
168
+ <hr/>
169
+ <br/>
170
+ <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
171
+ </body>
172
+ </html>
@@ -0,0 +1,74 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <!-- This file has been generated by tj3man v0.2.2 -->
4
+ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>Intro</title>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
+ </head>
9
+ <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
10
+ <body>
11
+ <div align="center">
12
+ <h3 align="center">The TaskJuggler III User Manual</h3>
13
+ <em align="center">Project Management beyond Gantt Chart Drawing</em>
14
+ </div>
15
+ <br/>
16
+ <hr/>
17
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
18
+ <td style="text-align:left; width:35%;"></td>
19
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
20
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="TaskJuggler_2x_Migration.html">TaskJuggler_2x_Migration</a> &gt;&gt;</td>
21
+ </tr></table>
22
+ <hr/>
23
+ <br/>
24
+ <div style="width:90%; margin-left:5%; margin-right:5%"><div class="manual">
25
+ <h1 class="manual" id="Introduction">1 Introduction</h1>
26
+ <h2 class="manual" id="About_TaskJuggler">1.1 About TaskJuggler</h2>
27
+ <p class="manual">TaskJuggler is a modern and powerful project management tool. Its new approach to project planning and tracking is far superior to the commonly used Gantt chart editing tools. It has already been successfully used in many projects and scales easily to projects with hundreds of resources and thousands of tasks.</p>
28
+ <p class="manual">TaskJuggler is an Open Source tool for serious project managers. It covers the complete spectrum of project management tasks from the first idea to the completion of the project. It assists you during project scoping, resource assignment, cost and revenue planning, risk and communication management.</p>
29
+ <p class="manual">TaskJuggler provides an optimizing scheduler that computes your project time lines and resource assignments based on the project outline and the constrains that you have provided. The built-in resource balancer and consistency checker offload you from having to worry about irrelevant details and ring the alarm if the project gets out of hand. Its flexible "as many details as necessary"-approach allows you to still plan your project as you go, making it also ideal for new management strategies such as Extreme Programming and Agile Project Management.</p>
30
+ <p class="manual">If you are about to build a skyscraper or just want to put together your colleague's shift plan for the next month, TaskJuggler is the right tool for you. If you just want to draw nice looking Gantt charts to impress your boss or your investors, TaskJuggler might not be right for you. It takes some effort to master its power, but it will become a companion you don't want to miss anymore.</p>
31
+ <h2 class="manual" id="About_TaskJuggler_III">1.2 About TaskJuggler III</h2>
32
+ <p class="manual">TaskJuggler III is the completely re-implemented version of the TaskJuggler 2.x series. We have not yet released a stable version. It already is mostly stable and each official release is installed by more than a 1000 users. The code base is still in active development and the quality and reliability may change daily. You are welcome to try it and play with it, but be sure to independently check all results.</p>
33
+ <p class="manual">TaskJuggler is a commandline tool that you use from a <a href="http://en.wikipedia.org/wiki/Shell_(computing)" target="_top">shell</a>. This does not mean that you don't get fancy looking Gantt-charts. It just means that for entering your project data you will use one of the most versatile and powerful tools there is: your favorite <a href="http://en.wikipedia.org/wiki/Text_editor" target="_top">text editor</a>. To get a first impression, you can look at this <a href="http://www.taskjuggler.org/tj3/examples/tutorial.tjp" target="_top">project file</a>. The project description is fairly intuitive, but very powerful as well. The <a href="Tutorial.html">Tutorial</a> will explain this file line by line. Please look at the <a href="http://www.taskjuggler.org/tj3/examples/Overview.html" target="_top">resulting reports</a> that visualize the project.</p>
34
+ <h2 class="manual" id="License_and_Copyright">1.3 License and Copyright</h2>
35
+ <p class="manual">This program is free software; you can redistribute it and/or modify it under the terms of <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" target="_top">version 2 of the GNU General Public License</a> as published by the Free Software Foundation. You accept the terms of this license by distributing or using this software.</p>
36
+ <p class="manual">This manual is Copyright (c) 2006, 2007, 2008, 2009, 2010 Chris Schlaeger.</p>
37
+ <p class="manual">Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".</p>
38
+ <p class="manual">The HTML reports use icons from the <a href="http://www.kde.org/people/credits/" target="_top">KDE Icon Team</a>. The icons are licensed under the <a href="http://www.fsf.org/licenses/lgpl.html" target="_top">GNU Lesser General Public License</a>.</p>
39
+ <p class="manual">The HTML reports use Java Script code from <a href="http://www.walterzorn.com" target="_top">Walter Zorn</a>. The code is licensed under the <a href="http://www.fsf.org/licenses/lgpl.html" target="_top">GNU Lesser General Public License</a>.</p>
40
+ <h2 class="manual" id="Features_and_Highlights">1.4 Features and Highlights</h2>
41
+ <ul>
42
+ <li>Manages tasks, resources, costs and revenue in one package</li>
43
+ <li>Automatic resource leveling and tasks conflict resolution</li>
44
+ <li>Flexible working hours and vacation handling</li>
45
+ <li>Multiple timezone support</li>
46
+ <li>Support for shift working</li>
47
+ <li>Project tracking and status reporting</li>
48
+ <li>Server based time sheet system for status and actual collection</li>
49
+ <li>Unlimited number of scenarios (baselines) of same project for what-if analysis</li>
50
+ <li>CSV data export for exchange with popular office software</li>
51
+ <li>Support for profit/loss analysis</li>
52
+ <li>Built-in web server for dynamically generated reports</li>
53
+ <li>Project breakdown and management team support</li>
54
+ <li>Powerful and flexible filtering functions to provide the right amount of detail to the right audience</li>
55
+ <li>Project description syntax with macro support</li>
56
+ <li>Detailed reference manual</li>
57
+ <li>Support for project management teams and revision control</li>
58
+ </ul>
59
+ <h2 class="manual" id="TaskJuggler_on_the_Web">1.5 TaskJuggler on the Web</h2>
60
+ <p class="manual">The official TaskJuggler web site can be found at <a href="http://www.taskjuggler.org" target="_top">http://www.taskjuggler.org</a>.</p>
61
+ <p class="manual">Since the developers are mostly busy project managers themselves, we have created a <a href="http://www.taskjuggler.org/forum.php" target="_top">forum</a> for users to help each other.</p>
62
+ </div></div>
63
+ <br/>
64
+ <hr/>
65
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
66
+ <td style="text-align:left; width:35%;"></td>
67
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
68
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="TaskJuggler_2x_Migration.html">TaskJuggler_2x_Migration</a> &gt;&gt;</td>
69
+ </tr></table>
70
+ <hr/>
71
+ <br/>
72
+ <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
73
+ </body>
74
+ </html>
@@ -0,0 +1,47 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <!-- This file has been generated by tj3man v0.2.2 -->
4
+ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>Reporting_Bugs</title>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
+ </head>
9
+ <link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
10
+ <body>
11
+ <div align="center">
12
+ <h3 align="center">The TaskJuggler III User Manual</h3>
13
+ <em align="center">Project Management beyond Gantt Chart Drawing</em>
14
+ </div>
15
+ <br/>
16
+ <hr/>
17
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
18
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="TaskJuggler_2x_Migration.html">TaskJuggler_2x_Migration</a> &lt;&lt;</td>
19
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
20
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="Installation.html">Installation</a> &gt;&gt;</td>
21
+ </tr></table>
22
+ <hr/>
23
+ <br/>
24
+ <div style="width:90%; margin-left:5%; margin-right:5%"><div class="manual">
25
+ <h2 class="manual" id="Reporting_Bugs_and_Sending_Feedback">1.8 Reporting Bugs and Sending Feedback</h2>
26
+ <p class="manual">All official releases of TaskJuggler are meant to be stable releases unless explicitly noted differently. But our test suite is still very small and some features are not tested at all. So it's very likely that your current version of TaskJuggler contains some bugs. If you find a bug, please follow this procedure:</p>
27
+ <ul><li>Read this manual to make sure that it is actually a bug and not a feature.</li></ul>
28
+ <ul><li>Check the <a href="http://www.taskjuggler.org" target="_top">TaskJuggler web page</a> and the <a href="http://www.taskjuggler.org/forum.php" target="_top">discussion groups</a>. You should also search the <a href="https://github.com/taskjuggler/TaskJuggler/issues" target="_top">issue tracker</a> if the problem has been reported before. If so, it's quite likely that there is already a workaround or fix available.</li></ul>
29
+ <ul><li>Try to create a test project that is as small as possible but still reproduces the bug.</li></ul>
30
+ <ul><li>If TaskJuggler has crashed you will usually get some debug output. This may not make any sense to you but it is vital information to analyze the bug. Please include it completely in your bug report. Use the following command to store the messages into a file.</li></ul>
31
+ <div class="manual" codesection="1"><pre class="manual" codesection="1">tj3 yourproject.tjp 2&gt; error_message
32
+ </pre></div>
33
+ <ul><li>Enter a detailed description of the problem into the issue tracker and don't forget to attach your test project.</li></ul>
34
+ <ul><li>Not attaching a test case will severely limit our abilities to help you. Please make sure you provide meaningful descriptions and a small but complete test project. Not providing this information usually triggers requests or leads to bug reports being ignored.</li></ul>
35
+ </div></div>
36
+ <br/>
37
+ <hr/>
38
+ <table style="width:90%; margin-left:5%; margin-right:5%"><tr>
39
+ <td style="text-align:left; width:35%;">&lt;&lt; <a href="TaskJuggler_2x_Migration.html">TaskJuggler_2x_Migration</a> &lt;&lt;</td>
40
+ <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
41
+ <td style="text-align:right; width:35%;">&gt;&gt; <a href="Installation.html">Installation</a> &gt;&gt;</td>
42
+ </tr></table>
43
+ <hr/>
44
+ <br/>
45
+ <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by Chris Schlaeger &lt;chris@linux.com&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
46
+ </body>
47
+ </html>