taskjuggler 0.1.0 → 0.1.1

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 (270) hide show
  1. data/CHANGELOG +1812 -1
  2. data/benchmarks/css/tjmanual.css +20 -0
  3. data/benchmarks/css/tjreport.css +7 -6
  4. data/doc/CHANGELOG.html +1833 -1
  5. data/doc/Object.html +102 -0
  6. data/doc/TaskJuggler.html +283 -283
  7. data/doc/TaskJuggler/HTMLDocument.html +63 -41
  8. data/doc/TaskJuggler/KeywordDocumentation.html +1 -1
  9. data/doc/TaskJuggler/Report.html +148 -147
  10. data/doc/TaskJuggler/ReportServlet.html +1 -1
  11. data/doc/TaskJuggler/RichTextDocument.html +1 -1
  12. data/doc/TaskJuggler/RichTextIntermediate.html +3 -3
  13. data/doc/TaskJuggler/RichTextSnip.html +1 -1
  14. data/doc/TaskJuggler/SheetHandlerBase.html +1 -1
  15. data/doc/TaskJuggler/SyntaxReference.html +2 -2
  16. data/doc/TaskJuggler/TextParser.html +59 -59
  17. data/doc/TaskJuggler/UserManual.html +1 -1
  18. data/doc/TaskJuggler/WelcomePage.html +1 -1
  19. data/doc/index.html +655 -651
  20. data/doc/lib/exchangebug_rb.html +69 -0
  21. data/doc/lib/{taskjuggler/HTMLElements_rb.html → ruby-signal-bug_rb.html} +9 -9
  22. data/doc/lib/taskjuggler/AccountScenario_rb.html +1 -1
  23. data/doc/lib/taskjuggler/Account_rb.html +1 -1
  24. data/doc/lib/taskjuggler/AlgorithmDiff_rb.html +1 -1
  25. data/doc/lib/taskjuggler/Allocation_rb.html +1 -1
  26. data/doc/lib/taskjuggler/AppConfig_rb.html +1 -1
  27. data/doc/lib/taskjuggler/AttributeBase_rb.html +1 -1
  28. data/doc/lib/taskjuggler/AttributeDefinition_rb.html +1 -1
  29. data/doc/lib/taskjuggler/Attributes_rb.html +1 -1
  30. data/doc/lib/taskjuggler/BatchProcessor_rb.html +1 -1
  31. data/doc/lib/taskjuggler/Booking_rb.html +1 -1
  32. data/doc/lib/taskjuggler/ChargeSet_rb.html +1 -1
  33. data/doc/lib/taskjuggler/Charge_rb.html +1 -1
  34. data/doc/lib/taskjuggler/DataCache_rb.html +1 -1
  35. data/doc/lib/taskjuggler/FileList_rb.html +1 -1
  36. data/doc/lib/taskjuggler/HTMLDocument_rb.html +1 -1
  37. data/doc/lib/taskjuggler/IntervalList_rb.html +1 -1
  38. data/doc/lib/taskjuggler/Interval_rb.html +1 -1
  39. data/doc/lib/taskjuggler/Journal_rb.html +1 -1
  40. data/doc/lib/taskjuggler/KeywordArray_rb.html +1 -1
  41. data/doc/lib/taskjuggler/KeywordDocumentation_rb.html +1 -1
  42. data/doc/lib/taskjuggler/Limits_rb.html +1 -1
  43. data/doc/lib/taskjuggler/LogFile_rb.html +1 -1
  44. data/doc/lib/taskjuggler/Log_rb.html +1 -1
  45. data/doc/lib/taskjuggler/LogicalExpression_rb.html +1 -1
  46. data/doc/lib/taskjuggler/LogicalFunction_rb.html +1 -1
  47. data/doc/lib/taskjuggler/LogicalOperation_rb.html +1 -1
  48. data/doc/lib/taskjuggler/MessageHandler_rb.html +1 -1
  49. data/doc/lib/taskjuggler/ProjectFileParser_rb.html +1 -1
  50. data/doc/lib/taskjuggler/ProjectFileScanner_rb.html +1 -1
  51. data/doc/lib/taskjuggler/Project_rb.html +1 -1
  52. data/doc/lib/taskjuggler/PropertyList_rb.html +1 -1
  53. data/doc/lib/taskjuggler/PropertySet_rb.html +1 -1
  54. data/doc/lib/taskjuggler/PropertyTreeNode_rb.html +1 -1
  55. data/doc/lib/taskjuggler/Query_rb.html +1 -1
  56. data/doc/lib/taskjuggler/RealFormat_rb.html +1 -1
  57. data/doc/lib/taskjuggler/ResourceScenario_rb.html +1 -1
  58. data/doc/lib/taskjuggler/Resource_rb.html +1 -1
  59. data/doc/lib/taskjuggler/RichText/Document_rb.html +1 -1
  60. data/doc/lib/taskjuggler/RichText/Element_rb.html +1 -1
  61. data/doc/lib/taskjuggler/RichText/FunctionExample_rb.html +1 -1
  62. data/doc/lib/taskjuggler/RichText/FunctionHandler_rb.html +1 -1
  63. data/doc/lib/taskjuggler/RichText/Parser_rb.html +1 -1
  64. data/doc/lib/taskjuggler/RichText/RTFHandlers_rb.html +1 -1
  65. data/doc/lib/taskjuggler/RichText/RTFNavigator_rb.html +1 -1
  66. data/doc/lib/taskjuggler/RichText/RTFQuery_rb.html +1 -1
  67. data/doc/lib/taskjuggler/RichText/RTFReportLink_rb.html +1 -1
  68. data/doc/lib/taskjuggler/RichText/RTFReport_rb.html +1 -1
  69. data/doc/lib/taskjuggler/RichText/RTFWithQuerySupport_rb.html +1 -1
  70. data/doc/lib/taskjuggler/RichText/Scanner_rb.html +1 -1
  71. data/doc/lib/taskjuggler/RichText/Snip_rb.html +1 -1
  72. data/doc/lib/taskjuggler/RichText/SyntaxRules_rb.html +1 -1
  73. data/doc/lib/taskjuggler/RichText/TOCEntry_rb.html +1 -1
  74. data/doc/lib/taskjuggler/RichText/TableOfContents_rb.html +1 -1
  75. data/doc/lib/taskjuggler/RichText_rb.html +1 -1
  76. data/doc/lib/taskjuggler/RuntimeConfig_rb.html +1 -1
  77. data/doc/lib/taskjuggler/ScenarioData_rb.html +1 -1
  78. data/doc/lib/taskjuggler/Scenario_rb.html +1 -1
  79. data/doc/lib/taskjuggler/Scoreboard_rb.html +1 -1
  80. data/doc/lib/taskjuggler/SheetHandlerBase_rb.html +1 -1
  81. data/doc/lib/taskjuggler/SheetReceiver_rb.html +1 -1
  82. data/doc/lib/taskjuggler/SheetSender_rb.html +1 -1
  83. data/doc/lib/taskjuggler/ShiftAssignments_rb.html +1 -1
  84. data/doc/lib/taskjuggler/ShiftScenario_rb.html +1 -1
  85. data/doc/lib/taskjuggler/Shift_rb.html +1 -1
  86. data/doc/lib/taskjuggler/SimpleQueryExpander_rb.html +1 -1
  87. data/doc/lib/taskjuggler/StatusSheetReceiver_rb.html +1 -1
  88. data/doc/lib/taskjuggler/StatusSheetSender_rb.html +1 -1
  89. data/doc/lib/taskjuggler/StdIoWrapper_rb.html +1 -1
  90. data/doc/lib/taskjuggler/SyntaxReference_rb.html +1 -1
  91. data/doc/lib/taskjuggler/TableColumnDefinition_rb.html +1 -1
  92. data/doc/lib/taskjuggler/TaskDependency_rb.html +1 -1
  93. data/doc/lib/taskjuggler/TaskJuggler_rb.html +1 -1
  94. data/doc/lib/taskjuggler/TaskScenario_rb.html +1 -1
  95. data/doc/lib/taskjuggler/Task_rb.html +1 -1
  96. data/doc/lib/taskjuggler/TernarySearchTree_rb.html +1 -1
  97. data/doc/lib/taskjuggler/TextFormatter_rb.html +1 -1
  98. data/doc/lib/taskjuggler/TextParser/MacroTable_rb.html +1 -1
  99. data/doc/lib/taskjuggler/TextParser/Pattern_rb.html +1 -1
  100. data/doc/lib/taskjuggler/TextParser/Rule_rb.html +1 -1
  101. data/doc/lib/taskjuggler/TextParser/Scanner_rb.html +1 -1
  102. data/doc/lib/taskjuggler/TextParser/SourceFileInfo_rb.html +1 -1
  103. data/doc/lib/taskjuggler/TextParser/StackElement_rb.html +1 -1
  104. data/doc/lib/taskjuggler/TextParser/State_rb.html +1 -1
  105. data/doc/lib/taskjuggler/TextParser/TokenDoc_rb.html +1 -1
  106. data/doc/lib/taskjuggler/TextParser_rb.html +1 -1
  107. data/doc/lib/taskjuggler/TimeSheetReceiver_rb.html +1 -1
  108. data/doc/lib/taskjuggler/TimeSheetSender_rb.html +1 -1
  109. data/doc/lib/taskjuggler/TimeSheetSummary_rb.html +1 -1
  110. data/doc/lib/taskjuggler/TimeSheets_rb.html +1 -1
  111. data/doc/lib/taskjuggler/Tj3AppBase_rb.html +1 -1
  112. data/doc/lib/taskjuggler/Tj3Config_rb.html +1 -1
  113. data/doc/lib/taskjuggler/Tj3SheetAppBase_rb.html +1 -1
  114. data/doc/lib/taskjuggler/TjException_rb.html +1 -1
  115. data/doc/lib/taskjuggler/TjTime_rb.html +1 -1
  116. data/doc/lib/taskjuggler/TjpExample_rb.html +1 -1
  117. data/doc/lib/taskjuggler/TjpSyntaxRules_rb.html +1 -1
  118. data/doc/lib/taskjuggler/URLParameter_rb.html +1 -1
  119. data/doc/lib/taskjuggler/UTF8String_rb.html +1 -1
  120. data/doc/lib/taskjuggler/UserManual_rb.html +1 -1
  121. data/doc/lib/taskjuggler/VimSyntax_rb.html +1 -1
  122. data/doc/lib/taskjuggler/WorkingHours_rb.html +1 -1
  123. data/doc/lib/taskjuggler/XMLDocument_rb.html +1 -1
  124. data/doc/lib/taskjuggler/XMLElement_rb.html +1 -1
  125. data/doc/lib/taskjuggler/apps/Tj3Client_rb.html +1 -1
  126. data/doc/lib/taskjuggler/apps/Tj3Daemon_rb.html +1 -1
  127. data/doc/lib/taskjuggler/apps/Tj3Man_rb.html +1 -1
  128. data/doc/lib/taskjuggler/apps/Tj3SsReceiver_rb.html +1 -1
  129. data/doc/lib/taskjuggler/apps/Tj3SsSender_rb.html +1 -1
  130. data/doc/lib/taskjuggler/apps/Tj3TsReceiver_rb.html +1 -1
  131. data/doc/lib/taskjuggler/apps/Tj3TsSender_rb.html +1 -1
  132. data/doc/lib/taskjuggler/apps/Tj3TsSummary_rb.html +1 -1
  133. data/doc/lib/taskjuggler/apps/Tj3_rb.html +1 -1
  134. data/doc/lib/taskjuggler/daemon/Daemon_rb.html +1 -1
  135. data/doc/lib/taskjuggler/daemon/ProcessIntercom_rb.html +1 -1
  136. data/doc/lib/taskjuggler/daemon/ProjectBroker_rb.html +1 -1
  137. data/doc/lib/taskjuggler/daemon/ProjectServer_rb.html +1 -1
  138. data/doc/lib/taskjuggler/daemon/ReportServer_rb.html +1 -1
  139. data/doc/lib/taskjuggler/daemon/ReportServlet_rb.html +1 -1
  140. data/doc/lib/taskjuggler/daemon/WebServer_rb.html +1 -1
  141. data/doc/lib/taskjuggler/daemon/WelcomePage_rb.html +1 -1
  142. data/doc/lib/taskjuggler/deep_copy_rb.html +1 -1
  143. data/doc/lib/taskjuggler/reports/CSVFile_rb.html +1 -1
  144. data/doc/lib/taskjuggler/reports/CollisionDetector_rb.html +1 -1
  145. data/doc/lib/taskjuggler/reports/ColumnTable_rb.html +1 -1
  146. data/doc/lib/taskjuggler/reports/GanttChart_rb.html +1 -1
  147. data/doc/lib/taskjuggler/reports/GanttContainer_rb.html +1 -1
  148. data/doc/lib/taskjuggler/reports/GanttHeaderScaleItem_rb.html +1 -1
  149. data/doc/lib/taskjuggler/reports/GanttHeader_rb.html +1 -1
  150. data/doc/lib/taskjuggler/reports/GanttLine_rb.html +1 -1
  151. data/doc/lib/taskjuggler/reports/GanttLoadStack_rb.html +1 -1
  152. data/doc/lib/taskjuggler/reports/GanttMilestone_rb.html +1 -1
  153. data/doc/lib/taskjuggler/reports/GanttRouter_rb.html +1 -1
  154. data/doc/lib/taskjuggler/reports/GanttTaskBar_rb.html +1 -1
  155. data/doc/lib/taskjuggler/reports/HTMLGraphics_rb.html +1 -1
  156. data/doc/lib/taskjuggler/reports/Navigator_rb.html +1 -1
  157. data/doc/lib/taskjuggler/reports/NikuReport_rb.html +1 -1
  158. data/doc/lib/taskjuggler/reports/ReportBase_rb.html +1 -1
  159. data/doc/lib/taskjuggler/reports/ReportContext_rb.html +1 -1
  160. data/doc/lib/taskjuggler/reports/ReportTableCell_rb.html +1 -1
  161. data/doc/lib/taskjuggler/reports/ReportTableColumn_rb.html +1 -1
  162. data/doc/lib/taskjuggler/reports/ReportTableLegend_rb.html +1 -1
  163. data/doc/lib/taskjuggler/reports/ReportTableLine_rb.html +1 -1
  164. data/doc/lib/taskjuggler/reports/ReportTable_rb.html +1 -1
  165. data/doc/lib/taskjuggler/reports/Report_rb.html +1 -1
  166. data/doc/lib/taskjuggler/reports/ResourceListRE_rb.html +1 -1
  167. data/doc/lib/taskjuggler/reports/StatusSheetReport_rb.html +1 -1
  168. data/doc/lib/taskjuggler/reports/TableReport_rb.html +1 -1
  169. data/doc/lib/taskjuggler/reports/TaskListRE_rb.html +1 -1
  170. data/doc/lib/taskjuggler/reports/TextReport_rb.html +1 -1
  171. data/doc/lib/taskjuggler/reports/TimeSheetReport_rb.html +1 -1
  172. data/doc/lib/taskjuggler/reports/TjpExportRE_rb.html +1 -1
  173. data/doc/lib/tj3_rb.html +1 -1
  174. data/doc/lib/tj3client_rb.html +1 -1
  175. data/doc/lib/tj3d_rb.html +1 -1
  176. data/doc/lib/tj3man_rb.html +1 -1
  177. data/doc/lib/tj3ss_receiver_rb.html +1 -1
  178. data/doc/lib/tj3ss_sender_rb.html +1 -1
  179. data/doc/lib/tj3ts_receiver_rb.html +1 -1
  180. data/doc/lib/tj3ts_sender_rb.html +1 -1
  181. data/doc/lib/tj3ts_summary_rb.html +1 -1
  182. data/lib/exchangebug.rb +42 -0
  183. data/lib/ruby-signal-bug.rb +55 -0
  184. data/lib/taskjuggler/HTMLDocument.rb +6 -3
  185. data/lib/taskjuggler/KeywordDocumentation.rb +1 -1
  186. data/lib/taskjuggler/RichText/Document.rb +1 -1
  187. data/lib/taskjuggler/RichText/Snip.rb +1 -1
  188. data/lib/taskjuggler/SheetHandlerBase.rb +1 -1
  189. data/lib/taskjuggler/SyntaxReference.rb +2 -2
  190. data/lib/taskjuggler/Tj3Config.rb +1 -1
  191. data/lib/taskjuggler/UserManual.rb +1 -1
  192. data/lib/taskjuggler/daemon/ReportServlet.rb +1 -1
  193. data/lib/taskjuggler/daemon/WelcomePage.rb +1 -1
  194. data/lib/taskjuggler/reports/Report.rb +4 -3
  195. data/tasks/changelog.rake +2 -2
  196. data/test/TestSuite/CSV-Reports/alert.tjp +9 -0
  197. data/test/TestSuite/CSV-Reports/refs/alert.csv +15 -0
  198. data/test/TestSuite/Export-Reports/refs/DST.tjp +60 -0
  199. data/test/TestSuite/Export-Reports/refs/ReleasePlan.tjp +80 -0
  200. data/test/TestSuite/HTML-Reports/Alerts.html +412 -160
  201. data/test/TestSuite/HTML-Reports/TimeSheet.html +79 -0
  202. data/test/TestSuite/HTML-Reports/css/tjmanual.css +20 -0
  203. data/test/TestSuite/HTML-Reports/css/tjreport.css +7 -6
  204. data/test/TestSuite/HTML-Reports/reference.html +51 -0
  205. data/test/TestSuite/ReportGenerator/Correct/Alerts-1.csv +412 -0
  206. data/test/TestSuite/ReportGenerator/Correct/Alerts-1.html +680 -0
  207. data/test/TestSuite/ReportGenerator/Correct/DependencyList.csv +4 -0
  208. data/test/TestSuite/ReportGenerator/Correct/DependencyList.tjp +25 -0
  209. data/test/TestSuite/ReportGenerator/Correct/Journal-1.csv +8 -0
  210. data/test/TestSuite/ReportGenerator/Correct/Journal-2.csv +8 -0
  211. data/test/TestSuite/ReportGenerator/Correct/Journal-3.html +28 -0
  212. data/test/TestSuite/ReportGenerator/Correct/LogicalFunctions2.csv +3 -0
  213. data/test/TestSuite/ReportGenerator/Correct/css/tjmanual.css +86 -0
  214. data/test/TestSuite/ReportGenerator/Correct/css/tjreport.css +413 -0
  215. data/test/TestSuite/ReportGenerator/Correct/icons/details.png +0 -0
  216. data/test/TestSuite/ReportGenerator/Correct/icons/flag-green.png +0 -0
  217. data/test/TestSuite/ReportGenerator/Correct/icons/flag-red.png +0 -0
  218. data/test/TestSuite/ReportGenerator/Correct/icons/flag-yellow.png +0 -0
  219. data/test/TestSuite/ReportGenerator/Correct/icons/resource.png +0 -0
  220. data/test/TestSuite/ReportGenerator/Correct/icons/resourcegroup.png +0 -0
  221. data/test/TestSuite/ReportGenerator/Correct/icons/task.png +0 -0
  222. data/test/TestSuite/ReportGenerator/Correct/icons/taskgroup.png +0 -0
  223. data/test/TestSuite/ReportGenerator/Correct/icons/trend-down.png +0 -0
  224. data/test/TestSuite/ReportGenerator/Correct/icons/trend-flat.png +0 -0
  225. data/test/TestSuite/ReportGenerator/Correct/icons/trend-up.png +0 -0
  226. data/test/TestSuite/ReportGenerator/Correct/opennodes-1.csv +2 -0
  227. data/test/TestSuite/ReportGenerator/Correct/opennodes.csv +2 -0
  228. data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +26 -0
  229. data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +2 -0
  230. data/test/TestSuite/{HTML-Reports/scripts → ReportGenerator/Correct}/scripts/wz_tooltip.js +20 -20
  231. data/test/TestSuite/Scheduler/' +23 -0
  232. data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +86 -0
  233. data/test/TestSuite/Scheduler/Correct/css/tjreport.css +413 -0
  234. data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
  235. data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
  236. data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
  237. data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
  238. data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
  239. data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
  240. data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
  241. data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
  242. data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
  243. data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
  244. data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
  245. data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +1301 -0
  246. data/test/TestSuite/StatusSheetTemplates/project.tji +35 -0
  247. data/test/TestSuite/StatusSheetTemplates/project.tjp +56 -0
  248. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/resource1_2002-03-01.tji +0 -0
  249. data/test/TestSuite/Syntax/Correct/DST.tjp +11 -0
  250. data/test/TestSuite/Syntax/Correct/ReleasePlan.tjp +32 -0
  251. data/test/TestSuite/TimeSheets/receiver.log.mod +1056 -0
  252. data/test/TestSuite/TimeSheets/uu.txt +29 -0
  253. metadata +980 -941
  254. data/benchmarks/UTF-8-Strings.rb +0 -58
  255. data/benchmarks/profile.clt +0 -36082
  256. data/benchmarks/profile.html +0 -58182
  257. data/doc/TaskJuggler/HTMLElements.html +0 -599
  258. data/test/TestSuite/Export-Reports/refs/CompletedWork.tji.tjp +0 -40
  259. data/test/TestSuite/HTML-Reports/CellText.html +0 -758
  260. data/test/TestSuite/HTML-Reports/ColumnPeriods.html +0 -156
  261. data/test/TestSuite/HTML-Reports/IsOngoing.html +0 -172
  262. data/test/TestSuite/HTML-Reports/LogicalFunctions.html +0 -245
  263. data/test/TestSuite/HTML-Reports/Query.html +0 -31
  264. data/test/TestSuite/HTML-Reports/depArrows.html +0 -851
  265. data/test/TestSuite/HTML-Reports/profile.html +0 -37581
  266. data/test/TestSuite/StatusSheets/dev2.tji +0 -22
  267. data/test/TestSuite/Syntax/Correct/CompletedWork.tji.tjp +0 -38
  268. data/test/TestSuite/TimeSheets/resrep.tji +0 -7
  269. data/test/TestSuite/TimeSheets/ts.tji +0 -351
  270. data/test/TestSuite/TimeSheets/tsdef.tji +0 -2
@@ -0,0 +1,55 @@
1
+ #!/usr/bin/env ruby -w
2
+ # encoding: UTF-8
3
+ #
4
+ # = ruby-signal-bug.rb -- The TaskJuggler III Project Management Software
5
+ #
6
+ # Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011
7
+ # by Chris Schlaeger <chris@linux.com>
8
+ #
9
+ # This program is free software; you can redistribute it and/or modify
10
+ # it under the terms of version 2 of the GNU General Public License as
11
+ # published by the Free Software Foundation.
12
+ #
13
+
14
+
15
+ require 'BatchProcessor'
16
+
17
+ def test_fileIO
18
+ # First parameter should be larger than the number of CPU cores.
19
+ doRun(3, 2000) do
20
+ fname = "test#{$$}.txt"
21
+ f = File.new(fname, 'w')
22
+ 0.upto(10000) do |i|
23
+ f.puts "#{i} Hello, world! "
24
+ end
25
+ f.close
26
+ File.delete(fname)
27
+
28
+ # Allow some time for the OS to recycle file descriptors.
29
+ sleep(0.05)
30
+ end
31
+ end
32
+
33
+ def doRun(maxCPUs, jobs, &block)
34
+ # Create a BatchProcessor
35
+ bp = TaskJuggler::BatchProcessor.new(maxCPUs)
36
+
37
+ # Queue jobs
38
+ jobs.times do |i|
39
+ bp.queue("job #{i}") { yield }
40
+ end
41
+
42
+ ok = error = 0
43
+
44
+ # Wait for them to finish
45
+ bp.wait do |j|
46
+ if j.retVal.signaled?
47
+ error += 1
48
+ else
49
+ ok += 1
50
+ end
51
+ end
52
+ puts "Ok: #{ok} Errors: #{error}"
53
+ end
54
+
55
+ test_fileIO
@@ -23,6 +23,8 @@ class TaskJuggler
23
23
 
24
24
  include HTMLElements
25
25
 
26
+ attr_reader :html
27
+
26
28
  # When creating a HTMLDocument the caller can specify the type of HTML that
27
29
  # will be used. The constructor then generates the proper XML declaration
28
30
  # for it. :strict, :transitional and :frameset are supported for _docType_.
@@ -47,13 +49,14 @@ class TaskJuggler
47
49
  "#{dtdRef}//EN\" \"#{url}\">")
48
50
  @elements << XMLComment.new('This file has been generated by ' +
49
51
  "#{AppConfig.appName} v#{AppConfig.version}")
50
- @elements << HTML.new({ 'xml:lang' => 'en', 'lang' => 'en',
51
- 'xmlns' => 'http://www.w3.org/1999/xhtml' })
52
+ @elements << (@html =
53
+ HTML.new({ 'xml:lang' => 'en', 'lang' => 'en',
54
+ 'xmlns' => 'http://www.w3.org/1999/xhtml' }))
52
55
  end
53
56
 
54
57
  # Generate the 'head' section of an HTML page.
55
58
  def generateHead(title, metaTags = {})
56
- self << HEAD.new {
59
+ @html << HEAD.new {
57
60
  e = [
58
61
  TITLE.new { title },
59
62
  META.new({ 'http-equiv' => 'Content-Type',
@@ -314,7 +314,7 @@ class TaskJuggler
314
314
  'taskjuggler, project, management' })
315
315
  head << @manual.generateStyleSheet
316
316
 
317
- html << BODY.new do
317
+ html.html << BODY.new do
318
318
  [
319
319
  @manual.generateHTMLHeader,
320
320
  generateHTMLNavigationBar,
@@ -126,7 +126,7 @@ class TaskJuggler
126
126
  def generateHTMLTableOfContents(directory)
127
127
  html = HTMLDocument.new
128
128
  head = html.generateHead('Index')
129
- html << (body = XMLElement.new('body'))
129
+ html.html << (body = XMLElement.new('body'))
130
130
 
131
131
  body << generateHTMLCover <<
132
132
  @toc.to_html <<
@@ -79,7 +79,7 @@ class TaskJuggler
79
79
  head = html.generateHead(@name)
80
80
  head << @document.generateStyleSheet
81
81
 
82
- html << (body = XMLElement.new('body'))
82
+ html.html << (body = XMLElement.new('body'))
83
83
  body << @document.generateHTMLHeader
84
84
  body << generateHTMLNavigationBar
85
85
 
@@ -264,7 +264,7 @@ EOT
264
264
  head << (style = XMLElement.new('style', 'type' => 'text/css'))
265
265
  style << XMLBlob.new("\n" + cssFile)
266
266
 
267
- html << (body = XMLElement.new('body'))
267
+ html.html << (body = XMLElement.new('body'))
268
268
  body << message.to_html
269
269
 
270
270
  html.to_s
@@ -143,7 +143,7 @@ class TaskJuggler
143
143
  html = HTMLDocument.new
144
144
  head = html.generateHead('TaskJuggler Syntax Reference Navigator')
145
145
  head << XMLElement.new('base', 'target' => 'display')
146
- html << (body = XMLElement.new('body'))
146
+ html.html << (body = XMLElement.new('body'))
147
147
 
148
148
  body << XMLNamedText.new('Table Of Contents', 'a', 'href' => 'toc.html')
149
149
  body << XMLElement.new('br', {}, true)
@@ -172,7 +172,7 @@ class TaskJuggler
172
172
  html = HTMLDocument.new
173
173
  head = html.generateHead('TaskJuggler Syntax Reference Navigator')
174
174
  head << XMLElement.new('base', 'target' => 'navigator')
175
- html << (body = XMLElement.new('body'))
175
+ html.html << (body = XMLElement.new('body'))
176
176
 
177
177
  body << (h3 = XMLElement.new('h3'))
178
178
  letters.each do |l|
@@ -14,7 +14,7 @@
14
14
  require 'taskjuggler/UTF8String'
15
15
  require 'taskjuggler/AppConfig'
16
16
 
17
- AppConfig.version = '0.1.0'
17
+ AppConfig.version = '0.1.1'
18
18
  AppConfig.packageName = 'taskjuggler'
19
19
  AppConfig.softwareName = 'TaskJuggler III'
20
20
  AppConfig.packageInfo = 'A Project Management Software'
@@ -197,7 +197,7 @@ class TaskJuggler
197
197
  'A reference and user manual for the ' +
198
198
  'TaskJuggler project management software.',
199
199
  'keywords' => 'taskjuggler, manual, reference'})
200
- html << FRAMESET.new('cols' => '15%, 85%') do
200
+ html.html << FRAMESET.new('cols' => '15%, 85%') do
201
201
  [
202
202
  FRAMESET.new('rows' => '15%, 85%') do
203
203
  [
@@ -133,7 +133,7 @@ class TaskJuggler
133
133
  rti.sectionNumbers = false
134
134
  page = HTMLDocument.new
135
135
  page.generateHead("The TaskJuggler Project Server")
136
- page << rti.to_html
136
+ page.html << rti.to_html
137
137
  @res['content-type'] = 'text/html'
138
138
  @res.body = page.to_s
139
139
  end
@@ -71,7 +71,7 @@ EOT
71
71
  rti.sectionNumbers = false
72
72
  page = HTMLDocument.new
73
73
  page.generateHead("Welcome to TaskJuggler")
74
- page << rti.to_html
74
+ page.html << rti.to_html
75
75
  @res['content-type'] = 'text/html'
76
76
  @res.body = page.to_s
77
77
  end
@@ -182,9 +182,10 @@ class TaskJuggler
182
182
  'type' => 'text/css',
183
183
  'href' => 'css/tjreport.css')
184
184
  end
185
- html << XMLComment.new("Dynamic Report ID: " +
186
- "#{@project.reportContexts.last.dynamicReportId}")
187
- html << (body = XMLElement.new('body'))
185
+ html.html <<
186
+ XMLComment.new("Dynamic Report ID: " +
187
+ "#{@project.reportContexts.last.dynamicReportId}")
188
+ html.html << (body = XMLElement.new('body'))
188
189
 
189
190
  unless a('selfcontained')
190
191
  body << XMLElement.new('script', 'type' => 'text/javascript',
data/tasks/changelog.rake CHANGED
@@ -62,9 +62,9 @@ task :CHANGELOG do
62
62
 
63
63
  # We use RDOC markup syntax to generate a title
64
64
  if version
65
- text += "= Release #{version} (#{date})\n\n"
65
+ text += "= Release #{version} (#{date})\n\n" + logText
66
66
  else
67
- text += "= Next Release (Some Day)\n\n"
67
+ text += "= Next Release (Some Day)\n\n" + logText
68
68
  end
69
69
  sections << text
70
70
  end
@@ -0,0 +1,9 @@
1
+ project "Alert" 2011-03-07 +2m
2
+
3
+ include "project-1.tji"
4
+
5
+ taskreport '.' {
6
+ formats csv
7
+ columns name, alert
8
+ }
9
+
@@ -0,0 +1,15 @@
1
+ "Name";"Alert"
2
+ "Plan Work";"Green"
3
+ " Plan A";" Green"
4
+ " Plan B";" Green"
5
+ " Plan C";" Green"
6
+ "Virtual View";"Red"
7
+ "Execute Work";"Red"
8
+ " Step 1";" Green"
9
+ " Step 2";" Red"
10
+ " Step 2.1";" Green"
11
+ " Step 2.2";" Red"
12
+ " Step 3";" Green"
13
+ " Step 4";" Green"
14
+ " Milestone 1";" Green"
15
+ "Check Work";"Green"
@@ -0,0 +1,60 @@
1
+ project prj "DST Test" "1.0" 2012-09-01-00:00-+0000 - 2012-10-31-20:00-+0000 {
2
+ timezone "UTC"
3
+ scenario plan "Plan Scenario" {
4
+ active yes
5
+ }
6
+ }
7
+
8
+ projectids prj
9
+
10
+ resource r "R"
11
+
12
+ task t "T" {
13
+ start 2012-09-03-09:00-+0000
14
+ end 2012-10-12-17:00-+0000
15
+ scheduling asap
16
+ scheduled
17
+ }
18
+ supplement task t {
19
+ booking r 2012-09-03-09:00-+0000 + 8.0h,
20
+ 2012-09-04-09:00-+0000 + 8.0h,
21
+ 2012-09-05-09:00-+0000 + 8.0h,
22
+ 2012-09-06-09:00-+0000 + 8.0h,
23
+ 2012-09-07-09:00-+0000 + 8.0h,
24
+ 2012-09-10-09:00-+0000 + 8.0h,
25
+ 2012-09-11-09:00-+0000 + 8.0h,
26
+ 2012-09-12-09:00-+0000 + 8.0h,
27
+ 2012-09-13-09:00-+0000 + 8.0h,
28
+ 2012-09-14-09:00-+0000 + 8.0h,
29
+ 2012-09-17-09:00-+0000 + 8.0h,
30
+ 2012-09-18-09:00-+0000 + 8.0h,
31
+ 2012-09-19-09:00-+0000 + 8.0h,
32
+ 2012-09-20-09:00-+0000 + 8.0h,
33
+ 2012-09-21-09:00-+0000 + 8.0h,
34
+ 2012-09-24-09:00-+0000 + 8.0h,
35
+ 2012-09-25-09:00-+0000 + 8.0h,
36
+ 2012-09-26-09:00-+0000 + 8.0h,
37
+ 2012-09-27-09:00-+0000 + 8.0h,
38
+ 2012-09-28-09:00-+0000 + 8.0h,
39
+ 2012-10-01-09:00-+0000 + 8.0h,
40
+ 2012-10-02-09:00-+0000 + 8.0h,
41
+ 2012-10-03-09:00-+0000 + 8.0h,
42
+ 2012-10-04-09:00-+0000 + 8.0h,
43
+ 2012-10-05-09:00-+0000 + 8.0h,
44
+ 2012-10-08-09:00-+0000 + 8.0h,
45
+ 2012-10-09-09:00-+0000 + 8.0h,
46
+ 2012-10-10-09:00-+0000 + 8.0h,
47
+ 2012-10-11-09:00-+0000 + 8.0h,
48
+ 2012-10-12-09:00-+0000 + 8.0h { overtime 2 }
49
+ priority 500
50
+ projectid prj
51
+ }
52
+ supplement resource r {
53
+ workinghours sun off
54
+ workinghours mon 9:00 - 17:00
55
+ workinghours tue 9:00 - 17:00
56
+ workinghours wed 9:00 - 17:00
57
+ workinghours thu 9:00 - 17:00
58
+ workinghours fri 9:00 - 17:00
59
+ workinghours sat off
60
+ }
@@ -0,0 +1,80 @@
1
+ project prj "Release Plan" "1.0" 2010-11-10-00:00-+0000 - 2011-02-09-06:00-+0000 {
2
+ timezone "UTC"
3
+ scenario plan "Plan Scenario" {
4
+ active yes
5
+ }
6
+ }
7
+
8
+ projectids prj
9
+
10
+
11
+ task merge "Merge Window" {
12
+ start 2010-11-10-00:00-+0000
13
+ end 2010-11-24-00:00-+0000
14
+ scheduling asap
15
+ scheduled
16
+ }
17
+ task b1 "Beta 1" {
18
+ depends merge
19
+ start 2010-11-24-00:00-+0000
20
+ milestone
21
+ scheduled
22
+ }
23
+ task b2 "Beta 2" {
24
+ depends b1
25
+ start 2010-12-01-00:00-+0000
26
+ milestone
27
+ scheduled
28
+ }
29
+ task b3 "Beta 3" {
30
+ depends b2
31
+ start 2010-12-08-00:00-+0000
32
+ milestone
33
+ scheduled
34
+ }
35
+ task b4 "Beta 4" {
36
+ depends b3
37
+ start 2010-12-15-00:00-+0000
38
+ milestone
39
+ scheduled
40
+ }
41
+ task b5 "Beta 5" {
42
+ depends b4
43
+ start 2010-12-22-00:00-+0000
44
+ milestone
45
+ scheduled
46
+ }
47
+ task final "Final Release" {
48
+ depends b5
49
+ start 2010-12-29-00:00-+0000
50
+ milestone
51
+ scheduled
52
+ }
53
+ supplement task merge {
54
+ priority 500
55
+ projectid prj
56
+ }
57
+ supplement task b1 {
58
+ priority 500
59
+ projectid prj
60
+ }
61
+ supplement task b2 {
62
+ priority 500
63
+ projectid prj
64
+ }
65
+ supplement task b3 {
66
+ priority 500
67
+ projectid prj
68
+ }
69
+ supplement task b4 {
70
+ priority 500
71
+ projectid prj
72
+ }
73
+ supplement task b5 {
74
+ priority 500
75
+ projectid prj
76
+ }
77
+ supplement task final {
78
+ priority 500
79
+ projectid prj
80
+ }
@@ -1,172 +1,424 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <!-- This file has been generated by taskjuggler3 v0.0.3-->
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 taskjuggler3 v0.0.8 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>TaskJuggler Report - Alerts</title>
7
- <link href="css/tjreport.css" rel="stylesheet" type="text/css"/>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
+ <meta content="TaskJuggler Report" name="description"/>
9
+ <meta content="taskjuggler, project, management" name="keywords"/>
10
+ <link href="css/tjreport.css" rel="stylesheet" type="text/css"></link>
8
11
  </head>
12
+ <!-- Dynamic Report ID: 0 -->
9
13
  <body>
10
14
  <script src="scripts/wz_tooltip.js" type="text/javascript"></script>
11
15
  <noscript><div style="text-align:center; color:#FF0000">This page requires Javascript for full functionality. Please enable it
12
16
  in your browser settings!
13
17
  </div></noscript>
14
- <div style="margin: 35px 5% 25px 5%; ">
15
- <table align="center" border="0" cellpadding="0" cellspacing="2" class="tjtable" summary="Report Table"><tbody>
16
- <tr><td><table align="center" cellpadding="2" cellspacing="1" class="tabback" width="100%"><tbody>
17
- <tr class="tabhead" style="height:19px; font-size:15px;">
18
- <td class="tabcell" rowspan="2"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Name</div></td>
19
- <td class="tabcell" rowspan="2"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Alert</div></td>
20
- </tr>
21
- <tr class="tabhead" style="height:19px; font-size:15px;"/>
22
- <tr class="tabline" style="font-size:12px; ">
23
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
24
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Red</div></td>
25
- <td class="taskcell1"><div class="celldiv" style="text-align:left; color:#C00000; ">
26
- <img align="top" src="icons/flag-red.png" style="margin-right:3px;margin-bottom:2px"/>Red</div></td>
27
- </tr>
28
- <tr class="tabline" style="font-size:12px; ">
29
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
30
- <img align="top" src="icons/taskgroup.png" style="margin-right:3px;margin-bottom:2px"/>Inherit Red</div></td>
31
- <td class="taskcell2"><div class="celldiv" style="text-align:left; color:#C00000; ">
32
- <img align="top" src="icons/flag-red.png" style="margin-right:3px;margin-bottom:2px"/>Red</div></td>
33
- </tr>
34
- <tr class="tabline" style="font-size:12px; ">
35
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
36
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Red</div></td>
37
- <td class="taskcell1"><div class="celldiv" style="text-align:left; color:#C00000; ">
38
- <img align="top" src="icons/flag-red.png" style="margin-right:3px;margin-bottom:2px"/>Red</div></td>
39
- </tr>
40
- <tr class="tabline" style="font-size:12px; ">
41
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
42
- <img align="top" src="icons/taskgroup.png" style="margin-right:3px;margin-bottom:2px"/>Overwrite Red</div></td>
43
- <td class="taskcell2"><div class="celldiv" style="text-align:left; color:#C00000; ">
44
- <img align="top" src="icons/flag-red.png" style="margin-right:3px;margin-bottom:2px"/>Red</div></td>
45
- </tr>
46
- <tr class="tabline" style="font-size:12px; ">
47
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
48
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Red</div></td>
49
- <td class="taskcell1"><div class="celldiv" style="text-align:left; color:#C00000; ">
50
- <img align="top" src="icons/flag-red.png" style="margin-right:3px;margin-bottom:2px"/>Red</div></td>
51
- </tr>
52
- <tr class="tabline" style="font-size:12px; ">
53
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
54
- <img align="top" src="icons/taskgroup.png" style="margin-right:3px;margin-bottom:2px"/>Inherit Red</div></td>
55
- <td class="taskcell2"><div class="celldiv" style="text-align:left; color:#C00000; ">
56
- <img align="top" src="icons/flag-red.png" style="margin-right:3px;margin-bottom:2px"/>Red</div></td>
57
- </tr>
58
- <tr class="tabline" style="font-size:12px; ">
59
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
60
- <img align="top" src="icons/taskgroup.png" style="margin-right:3px;margin-bottom:2px"/>Inherit Red</div></td>
61
- <td class="taskcell1"><div class="celldiv" style="text-align:left; color:#C00000; ">
62
- <img align="top" src="icons/flag-red.png" style="margin-right:3px;margin-bottom:2px"/>Red</div></td>
63
- </tr>
64
- <tr class="tabline" style="font-size:12px; ">
65
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
66
- <img align="top" src="icons/taskgroup.png" style="margin-right:3px;margin-bottom:2px"/>Inherit Yellow</div></td>
67
- <td class="taskcell2"><div class="celldiv" style="text-align:left; color:#BEA800; ">
68
- <img align="top" src="icons/flag-yellow.png" style="margin-right:3px;margin-bottom:2px"/>Yellow</div></td>
69
- </tr>
70
- <tr class="tabline" style="font-size:12px; ">
71
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
72
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Yellow</div></td>
73
- <td class="taskcell1"><div class="celldiv" style="text-align:left; color:#BEA800; ">
74
- <img align="top" src="icons/flag-yellow.png" style="margin-right:3px;margin-bottom:2px"/>Yellow</div></td>
75
- </tr>
76
- <tr class="tabline" style="font-size:12px; ">
77
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
78
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Yellow</div></td>
79
- <td class="taskcell2"><div class="celldiv" style="text-align:left; color:#BEA800; ">
80
- <img align="top" src="icons/flag-yellow.png" style="margin-right:3px;margin-bottom:2px"/>Yellow</div></td>
81
- </tr>
82
- <tr class="tabline" style="font-size:12px; ">
83
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
84
- <img align="top" src="icons/taskgroup.png" style="margin-right:3px;margin-bottom:2px"/>Inherit Yellow</div></td>
85
- <td class="taskcell1"><div class="celldiv" style="text-align:left; color:#BEA800; ">
86
- <img align="top" src="icons/flag-yellow.png" style="margin-right:3px;margin-bottom:2px"/>Yellow</div></td>
87
- </tr>
88
- <tr class="tabline" style="font-size:12px; ">
89
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
90
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Yellow</div></td>
91
- <td class="taskcell2"><div class="celldiv" style="text-align:left; color:#BEA800; ">
92
- <img align="top" src="icons/flag-yellow.png" style="margin-right:3px;margin-bottom:2px"/>Yellow</div></td>
93
- </tr>
94
- <tr class="tabline" style="font-size:12px; ">
95
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
96
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Yellow</div></td>
97
- <td class="taskcell1"><div class="celldiv" style="text-align:left; color:#BEA800; ">
98
- <img align="top" src="icons/flag-yellow.png" style="margin-right:3px;margin-bottom:2px"/>Yellow</div></td>
99
- </tr>
100
- <tr class="tabline" style="font-size:12px; ">
101
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
102
- <img align="top" src="icons/taskgroup.png" style="margin-right:3px;margin-bottom:2px"/>Inherit Yellow</div></td>
103
- <td class="taskcell2"><div class="celldiv" style="text-align:left; color:#BEA800; ">
104
- <img align="top" src="icons/flag-yellow.png" style="margin-right:3px;margin-bottom:2px"/>Yellow</div></td>
105
- </tr>
106
- <tr class="tabline" style="font-size:12px; ">
107
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
108
- <img align="top" src="icons/taskgroup.png" style="margin-right:3px;margin-bottom:2px"/>Overwrite Yellow</div></td>
109
- <td class="taskcell1"><div class="celldiv" style="text-align:left; color:#BEA800; ">
110
- <img align="top" src="icons/flag-yellow.png" style="margin-right:3px;margin-bottom:2px"/>Yellow</div></td>
111
- </tr>
112
- <tr class="tabline" style="font-size:12px; ">
113
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
114
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
115
- <td class="taskcell2"><div class="celldiv" style="text-align:left; color:#008000; ">
116
- <img align="top" src="icons/flag-green.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
117
- </tr>
118
- <tr class="tabline" style="font-size:12px; ">
119
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
120
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
121
- <td class="taskcell1"><div class="celldiv" style="text-align:left; color:#008000; ">
122
- <img align="top" src="icons/flag-green.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
123
- </tr>
124
- <tr class="tabline" style="font-size:12px; ">
125
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
126
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
127
- <td class="taskcell2"><div class="celldiv" style="text-align:left; color:#008000; ">
128
- <img align="top" src="icons/flag-green.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
129
- </tr>
130
- <tr class="tabline" style="font-size:12px; ">
131
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
132
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
133
- <td class="taskcell1"><div class="celldiv" style="text-align:left; color:#008000; ">
134
- <img align="top" src="icons/flag-green.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
135
- </tr>
136
- <tr class="tabline" style="font-size:12px; ">
137
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
138
- <img align="top" src="icons/taskgroup.png" style="margin-right:3px;margin-bottom:2px"/>Inherit Green</div></td>
139
- <td class="taskcell2"><div class="celldiv" style="text-align:left; color:#008000; ">
140
- <img align="top" src="icons/flag-green.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
141
- </tr>
142
- <tr class="tabline" style="font-size:12px; ">
143
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
144
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
145
- <td class="taskcell1"><div class="celldiv" style="text-align:left; color:#008000; ">
146
- <img align="top" src="icons/flag-green.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
147
- </tr>
148
- <tr class="tabline" style="font-size:12px; ">
149
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
150
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
151
- <td class="taskcell2"><div class="celldiv" style="text-align:left; color:#008000; ">
152
- <img align="top" src="icons/flag-green.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
153
- </tr>
154
- <tr class="tabline" style="font-size:12px; ">
155
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
156
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
157
- <td class="taskcell1"><div class="celldiv" style="text-align:left; color:#008000; ">
158
- <img align="top" src="icons/flag-green.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
159
- </tr>
160
- <tr class="tabline" style="font-size:12px; ">
161
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
162
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
163
- <td class="taskcell2"><div class="celldiv" style="text-align:left; color:#008000; ">
164
- <img align="top" src="icons/flag-green.png" style="margin-right:3px;margin-bottom:2px"/>Green</div></td>
165
- </tr>
166
- </tbody></table></td></tr>
167
- <tr style="font-size:10px;"><td style="padding-left:1px; padding-right:1px;"/></tr>
168
- </tbody></table>
169
- <div class="copyright">Project: Alerts Version: 1.0 - Created on 2009-12-03 08:47:14 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.3</div>
18
+ <div class="tj_page">
19
+ <!-- Dynamic Report ID: 0 -->
20
+ <table cellspacing="1" class="tj_table_frame">
21
+ <tr><td><table cellspacing="1" class="tj_table"><tbody>
22
+ <tr class="tabhead" style="height:39px; font-size:15px;">
23
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Name</td></tr></table></td>
24
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Alert</td></tr></table></td>
25
+ </tr>
26
+ <tr class="tabline" style="font-size:12px; ">
27
+ <td class="taskcell1">
28
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
29
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10056800', TITLE, 'Red')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
30
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Red</td>
31
+ </tr></table>
32
+ <div class="tj_tooltip_box" id="ID10056800" style="cursor:help"><div>
33
+ <b>ID:</b> _Task_7._Task_13._Task_15</div></div>
34
+ </td>
35
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
36
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
37
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
38
+ </tr></table></td>
39
+ </tr>
40
+ <tr class="tabline" style="font-size:12px; ">
41
+ <td class="taskcell2">
42
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
43
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10051780', TITLE, 'Inherit Red')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
44
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Red</td>
45
+ </tr></table>
46
+ <div class="tj_tooltip_box" id="ID10051780" style="cursor:help"><div>
47
+ <b>ID:</b> _Task_7._Task_13</div></div>
48
+ </td>
49
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
50
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
51
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
52
+ </tr></table></td>
53
+ </tr>
54
+ <tr class="tabline" style="font-size:12px; ">
55
+ <td class="taskcell1">
56
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
57
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10028720', TITLE, 'Red')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
58
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Red</td>
59
+ </tr></table>
60
+ <div class="tj_tooltip_box" id="ID10028720" style="cursor:help"><div>
61
+ <b>ID:</b> _Task_3</div></div>
62
+ </td>
63
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
64
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
65
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
66
+ </tr></table></td>
67
+ </tr>
68
+ <tr class="tabline" style="font-size:12px; ">
69
+ <td class="taskcell2">
70
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
71
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10022900', TITLE, 'Overwrite Red')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
72
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Overwrite Red</td>
73
+ </tr></table>
74
+ <div class="tj_tooltip_box" id="ID10022900" style="cursor:help"><div>
75
+ <b>ID:</b> _Task_16._Task_20</div></div>
76
+ </td>
77
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
78
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
79
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
80
+ </tr></table></td>
81
+ </tr>
82
+ <tr class="tabline" style="font-size:12px; ">
83
+ <td class="taskcell1">
84
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
85
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10017620', TITLE, 'Red')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
86
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Red</td>
87
+ </tr></table>
88
+ <div class="tj_tooltip_box" id="ID10017620" style="cursor:help"><div>
89
+ <b>ID:</b> _Task_25._Task_26._Task_27</div></div>
90
+ </td>
91
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
92
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
93
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
94
+ </tr></table></td>
95
+ </tr>
96
+ <tr class="tabline" style="font-size:12px; ">
97
+ <td class="taskcell2">
98
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
99
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10012380', TITLE, 'Inherit Red')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
100
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Red</td>
101
+ </tr></table>
102
+ <div class="tj_tooltip_box" id="ID10012380" style="cursor:help"><div>
103
+ <b>ID:</b> _Task_16._Task_22</div></div>
104
+ </td>
105
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
106
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
107
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
108
+ </tr></table></td>
109
+ </tr>
110
+ <tr class="tabline" style="font-size:12px; ">
111
+ <td class="taskcell1">
112
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
113
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10007420', TITLE, 'Inherit Red')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
114
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Red</td>
115
+ </tr></table>
116
+ <div class="tj_tooltip_box" id="ID10007420" style="cursor:help"><div>
117
+ <b>ID:</b> _Task_7</div></div>
118
+ </td>
119
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
120
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
121
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
122
+ </tr></table></td>
123
+ </tr>
124
+ <tr class="tabline" style="font-size:12px; ">
125
+ <td class="taskcell2">
126
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
127
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10002260', TITLE, 'Red')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
128
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Red</td>
129
+ </tr></table>
130
+ <div class="tj_tooltip_box" id="ID10002260" style="cursor:help"><div>
131
+ <b>ID:</b> _Task_16._Task_22._Task_24</div></div>
132
+ </td>
133
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
134
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-red.png"></img></td>
135
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#C00000; ">Red</td>
136
+ </tr></table></td>
137
+ </tr>
138
+ <tr class="tabline" style="font-size:12px; ">
139
+ <td class="taskcell1">
140
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
141
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID9995040', TITLE, 'Inherit Yellow')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
142
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Yellow</td>
143
+ </tr></table>
144
+ <div class="tj_tooltip_box" id="ID9995040" style="cursor:help"><div>
145
+ <b>ID:</b> _Task_7._Task_8</div></div>
146
+ </td>
147
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
148
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
149
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
150
+ </tr></table></td>
151
+ </tr>
152
+ <tr class="tabline" style="font-size:12px; ">
153
+ <td class="taskcell2">
154
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
155
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID9989640', TITLE, 'Yellow')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
156
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Yellow</td>
157
+ </tr></table>
158
+ <div class="tj_tooltip_box" id="ID9989640" style="cursor:help"><div>
159
+ <b>ID:</b> _Task_7._Task_8._Task_10</div></div>
160
+ </td>
161
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
162
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
163
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
164
+ </tr></table></td>
165
+ </tr>
166
+ <tr class="tabline" style="font-size:12px; ">
167
+ <td class="taskcell1">
168
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
169
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID9983720', TITLE, 'Yellow')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
170
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Yellow</td>
171
+ </tr></table>
172
+ <div class="tj_tooltip_box" id="ID9983720" style="cursor:help"><div>
173
+ <b>ID:</b> _Task_4._Task_6</div></div>
174
+ </td>
175
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
176
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
177
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
178
+ </tr></table></td>
179
+ </tr>
180
+ <tr class="tabline" style="font-size:12px; ">
181
+ <td class="taskcell2">
182
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
183
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID9976980', TITLE, 'Inherit Yellow')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
184
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Yellow</td>
185
+ </tr></table>
186
+ <div class="tj_tooltip_box" id="ID9976980" style="cursor:help"><div>
187
+ <b>ID:</b> _Task_4</div></div>
188
+ </td>
189
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
190
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
191
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
192
+ </tr></table></td>
193
+ </tr>
194
+ <tr class="tabline" style="font-size:12px; ">
195
+ <td class="taskcell1">
196
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
197
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID9971560', TITLE, 'Yellow')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
198
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Yellow</td>
199
+ </tr></table>
200
+ <div class="tj_tooltip_box" id="ID9971560" style="cursor:help"><div>
201
+ <b>ID:</b> _Task_2</div></div>
202
+ </td>
203
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
204
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
205
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
206
+ </tr></table></td>
207
+ </tr>
208
+ <tr class="tabline" style="font-size:12px; ">
209
+ <td class="taskcell2">
210
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
211
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7895880', TITLE, 'Yellow')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
212
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Yellow</td>
213
+ </tr></table>
214
+ <div class="tj_tooltip_box" id="ID7895880" style="cursor:help"><div>
215
+ <b>ID:</b> _Task_16._Task_17._Task_19</div></div>
216
+ </td>
217
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
218
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
219
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
220
+ </tr></table></td>
221
+ </tr>
222
+ <tr class="tabline" style="font-size:12px; ">
223
+ <td class="taskcell1">
224
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
225
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7865520', TITLE, 'Inherit Yellow')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
226
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Yellow</td>
227
+ </tr></table>
228
+ <div class="tj_tooltip_box" id="ID7865520" style="cursor:help"><div>
229
+ <b>ID:</b> _Task_16._Task_17</div></div>
230
+ </td>
231
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
232
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
233
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
234
+ </tr></table></td>
235
+ </tr>
236
+ <tr class="tabline" style="font-size:12px; ">
237
+ <td class="taskcell2">
238
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
239
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7817540', TITLE, 'Overwrite Yellow')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
240
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Overwrite Yellow</td>
241
+ </tr></table>
242
+ <div class="tj_tooltip_box" id="ID7817540" style="cursor:help"><div>
243
+ <b>ID:</b> _Task_16</div></div>
244
+ </td>
245
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
246
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
247
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#BEA800; ">Yellow</td>
248
+ </tr></table></td>
249
+ </tr>
250
+ <tr class="tabline" style="font-size:12px; ">
251
+ <td class="taskcell1">
252
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
253
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7784620', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
254
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
255
+ </tr></table>
256
+ <div class="tj_tooltip_box" id="ID7784620" style="cursor:help"><div>
257
+ <b>ID:</b> _Task_1</div></div>
258
+ </td>
259
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
260
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
261
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
262
+ </tr></table></td>
263
+ </tr>
264
+ <tr class="tabline" style="font-size:12px; ">
265
+ <td class="taskcell2">
266
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
267
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7727480', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
268
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
269
+ </tr></table>
270
+ <div class="tj_tooltip_box" id="ID7727480" style="cursor:help"><div>
271
+ <b>ID:</b> _Task_16._Task_17._Task_18</div></div>
272
+ </td>
273
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
274
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
275
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
276
+ </tr></table></td>
277
+ </tr>
278
+ <tr class="tabline" style="font-size:12px; ">
279
+ <td class="taskcell1">
280
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
281
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7713460', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
282
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
283
+ </tr></table>
284
+ <div class="tj_tooltip_box" id="ID7713460" style="cursor:help"><div>
285
+ <b>ID:</b> _Task_7._Task_13._Task_14</div></div>
286
+ </td>
287
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
288
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
289
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
290
+ </tr></table></td>
291
+ </tr>
292
+ <tr class="tabline" style="font-size:12px; ">
293
+ <td class="taskcell2">
294
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
295
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7703160', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
296
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
297
+ </tr></table>
298
+ <div class="tj_tooltip_box" id="ID7703160" style="cursor:help"><div>
299
+ <b>ID:</b> _Task_7._Task_11._Task_12</div></div>
300
+ </td>
301
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
302
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
303
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
304
+ </tr></table></td>
305
+ </tr>
306
+ <tr class="tabline" style="font-size:12px; ">
307
+ <td class="taskcell1">
308
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
309
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7693160', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
310
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
311
+ </tr></table>
312
+ <div class="tj_tooltip_box" id="ID7693160" style="cursor:help"><div>
313
+ <b>ID:</b> _Task_16._Task_20._Task_21</div></div>
314
+ </td>
315
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
316
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
317
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
318
+ </tr></table></td>
319
+ </tr>
320
+ <tr class="tabline" style="font-size:12px; ">
321
+ <td class="taskcell2">
322
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
323
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7679720', TITLE, 'Inherit Green')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
324
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Inherit Green</td>
325
+ </tr></table>
326
+ <div class="tj_tooltip_box" id="ID7679720" style="cursor:help"><div>
327
+ <b>ID:</b> _Task_7._Task_11</div></div>
328
+ </td>
329
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
330
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
331
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
332
+ </tr></table></td>
333
+ </tr>
334
+ <tr class="tabline" style="font-size:12px; ">
335
+ <td class="taskcell1">
336
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
337
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7628940', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
338
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
339
+ </tr></table>
340
+ <div class="tj_tooltip_box" id="ID7628940" style="cursor:help"><div>
341
+ <b>ID:</b> _Task_16._Task_22._Task_23</div></div>
342
+ </td>
343
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
344
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
345
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
346
+ </tr></table></td>
347
+ </tr>
348
+ <tr class="tabline" style="font-size:12px; ">
349
+ <td class="taskcell2">
350
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
351
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7563940', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
352
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
353
+ </tr></table>
354
+ <div class="tj_tooltip_box" id="ID7563940" style="cursor:help"><div>
355
+ <b>ID:</b> _Task_7._Task_8._Task_9</div></div>
356
+ </td>
357
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
358
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
359
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
360
+ </tr></table></td>
361
+ </tr>
362
+ <tr class="tabline" style="font-size:12px; ">
363
+ <td class="taskcell1">
364
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
365
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7519360', TITLE, 'Overwrite Green')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
366
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Overwrite Green</td>
367
+ </tr></table>
368
+ <div class="tj_tooltip_box" id="ID7519360" style="cursor:help"><div>
369
+ <b>ID:</b> _Task_25</div></div>
370
+ </td>
371
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
372
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
373
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
374
+ </tr></table></td>
375
+ </tr>
376
+ <tr class="tabline" style="font-size:12px; ">
377
+ <td class="taskcell2">
378
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
379
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7504900', TITLE, 'Overwrite Green')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
380
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Overwrite Green</td>
381
+ </tr></table>
382
+ <div class="tj_tooltip_box" id="ID7504900" style="cursor:help"><div>
383
+ <b>ID:</b> _Task_25._Task_26</div></div>
384
+ </td>
385
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
386
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
387
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
388
+ </tr></table></td>
389
+ </tr>
390
+ <tr class="tabline" style="font-size:12px; ">
391
+ <td class="taskcell1">
392
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
393
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7487140', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
394
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
395
+ </tr></table>
396
+ <div class="tj_tooltip_box" id="ID7487140" style="cursor:help"><div>
397
+ <b>ID:</b> _Task_4._Task_5</div></div>
398
+ </td>
399
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
400
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
401
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
402
+ </tr></table></td>
403
+ </tr>
404
+ <tr class="tabline" style="font-size:12px; ">
405
+ <td class="taskcell2">
406
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
407
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7472760', TITLE, 'Green')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
408
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Green</td>
409
+ </tr></table>
410
+ <div class="tj_tooltip_box" id="ID7472760" style="cursor:help"><div>
411
+ <b>ID:</b> _Task_25._Task_26._Task_28</div></div>
412
+ </td>
413
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
414
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
415
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; ">Green</td>
416
+ </tr></table></td>
417
+ </tr>
418
+ </tbody></table></td></tr>
419
+ <tr><td></td></tr>
420
+ </table>
421
+ <div class="copyright">Project: Alerts Version: 1.0 - Created on 2011-01-26 14:48:15 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.8</div>
170
422
  </div>
171
423
  </body>
172
424
  </html>