taskjuggler 0.0.6 → 0.0.7

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 (545) hide show
  1. data/CHANGELOG +160 -0
  2. data/benchmarks/UTF-8-Strings.rb +58 -0
  3. data/data/css/tjreport.css +7 -2
  4. data/doc/AppConfig.html +10 -4
  5. data/doc/Arguments.html +10 -4
  6. data/doc/CHANGELOG.html +171 -5
  7. data/doc/COPYING.html +10 -4
  8. data/doc/Object.html +11 -107
  9. data/doc/README.html +10 -4
  10. data/doc/RuntimeConfig.html +10 -4
  11. data/doc/String.html +16 -11
  12. data/doc/StringIO.html +10 -4
  13. data/doc/TaskJuggler.html +506 -435
  14. data/doc/TaskJuggler/Account.html +10 -4
  15. data/doc/TaskJuggler/AccountAttribute.html +10 -4
  16. data/doc/TaskJuggler/AccountScenario.html +10 -4
  17. data/doc/TaskJuggler/Allocation.html +69 -60
  18. data/doc/TaskJuggler/AllocationAttribute.html +10 -4
  19. data/doc/TaskJuggler/AttributeBase.html +10 -4
  20. data/doc/TaskJuggler/AttributeDefinition.html +10 -4
  21. data/doc/TaskJuggler/BatchProcessor.html +202 -192
  22. data/doc/TaskJuggler/Booking.html +10 -4
  23. data/doc/TaskJuggler/BookingListAttribute.html +10 -4
  24. data/doc/TaskJuggler/BooleanAttribute.html +10 -4
  25. data/doc/TaskJuggler/CSVFile.html +10 -4
  26. data/doc/TaskJuggler/CellSettingPattern.html +10 -4
  27. data/doc/TaskJuggler/CellSettingPatternList.html +10 -4
  28. data/doc/TaskJuggler/Charge.html +10 -4
  29. data/doc/TaskJuggler/ChargeListAttribute.html +10 -4
  30. data/doc/TaskJuggler/ChargeSet.html +10 -4
  31. data/doc/TaskJuggler/ChargeSetListAttribute.html +10 -4
  32. data/doc/TaskJuggler/ColumnListAttribute.html +10 -4
  33. data/doc/TaskJuggler/ColumnTable.html +10 -4
  34. data/doc/TaskJuggler/Daemon.html +71 -52
  35. data/doc/TaskJuggler/DateAttribute.html +10 -4
  36. data/doc/TaskJuggler/DefinitionListAttribute.html +10 -4
  37. data/doc/TaskJuggler/DependencyListAttribute.html +10 -4
  38. data/doc/TaskJuggler/DurationAttribute.html +10 -4
  39. data/doc/TaskJuggler/{MacroParser.html → FileList.html} +58 -173
  40. data/doc/TaskJuggler/{RichTextException.html → FileRecord.html} +59 -80
  41. data/doc/TaskJuggler/FixnumAttribute.html +10 -4
  42. data/doc/TaskJuggler/FlagListAttribute.html +10 -4
  43. data/doc/TaskJuggler/FloatAttribute.html +10 -4
  44. data/doc/TaskJuggler/FormatListAttribute.html +10 -4
  45. data/doc/TaskJuggler/GanttChart.html +10 -4
  46. data/doc/TaskJuggler/GanttContainer.html +14 -8
  47. data/doc/TaskJuggler/GanttHeader.html +10 -4
  48. data/doc/TaskJuggler/GanttHeaderScaleItem.html +10 -4
  49. data/doc/TaskJuggler/GanttLine.html +29 -24
  50. data/doc/TaskJuggler/GanttLoadStack.html +10 -4
  51. data/doc/TaskJuggler/GanttMilestone.html +10 -4
  52. data/doc/TaskJuggler/GanttRouter.html +10 -4
  53. data/doc/TaskJuggler/GanttTaskBar.html +20 -10
  54. data/doc/TaskJuggler/HTMLDocument.html +10 -4
  55. data/doc/TaskJuggler/HTMLGraphics.html +10 -4
  56. data/doc/TaskJuggler/Interval.html +10 -4
  57. data/doc/TaskJuggler/IntervalListAttribute.html +10 -4
  58. data/doc/TaskJuggler/JobInfo.html +10 -4
  59. data/doc/TaskJuggler/Journal.html +227 -160
  60. data/doc/TaskJuggler/JournalEntry.html +10 -4
  61. data/doc/TaskJuggler/JournalEntryList.html +158 -72
  62. data/doc/TaskJuggler/KeywordArray.html +21 -9
  63. data/doc/TaskJuggler/KeywordDocumentation.html +612 -475
  64. data/doc/TaskJuggler/Limits.html +13 -8
  65. data/doc/TaskJuggler/Limits/Limit.html +10 -4
  66. data/doc/TaskJuggler/LimitsAttribute.html +10 -4
  67. data/doc/TaskJuggler/ListAttributeBase.html +10 -4
  68. data/doc/TaskJuggler/Log.html +10 -4
  69. data/doc/TaskJuggler/LogFile.html +10 -4
  70. data/doc/TaskJuggler/LogicalAttribute.html +10 -4
  71. data/doc/TaskJuggler/LogicalExpression.html +11 -5
  72. data/doc/TaskJuggler/LogicalExpressionAttribute.html +10 -4
  73. data/doc/TaskJuggler/LogicalFlag.html +10 -4
  74. data/doc/TaskJuggler/LogicalFunction.html +132 -124
  75. data/doc/TaskJuggler/LogicalOperation.html +10 -4
  76. data/doc/TaskJuggler/Macro.html +16 -10
  77. data/doc/TaskJuggler/MacroTable.html +44 -38
  78. data/doc/TaskJuggler/ManagerResponsibilities.html +10 -4
  79. data/doc/TaskJuggler/ManagerStatusRecord.html +10 -4
  80. data/doc/TaskJuggler/Message.html +92 -68
  81. data/doc/TaskJuggler/MessageHandler.html +349 -28
  82. data/doc/TaskJuggler/Navigator.html +10 -4
  83. data/doc/TaskJuggler/NavigatorElement.html +10 -4
  84. data/doc/TaskJuggler/NikuProject.html +10 -4
  85. data/doc/TaskJuggler/NikuReport.html +10 -4
  86. data/doc/TaskJuggler/NikuResource.html +10 -4
  87. data/doc/TaskJuggler/NodeListAttribute.html +10 -4
  88. data/doc/TaskJuggler/OnShiftCache.html +10 -4
  89. data/doc/TaskJuggler/ProcessIntercom.html +118 -111
  90. data/doc/TaskJuggler/ProcessIntercomIface.html +75 -22
  91. data/doc/TaskJuggler/Project.html +886 -913
  92. data/doc/TaskJuggler/ProjectBroker.html +442 -331
  93. data/doc/TaskJuggler/ProjectBrokerIface.html +95 -38
  94. data/doc/TaskJuggler/ProjectFileParser.html +320 -317
  95. data/doc/TaskJuggler/ProjectFileScanner.html +336 -339
  96. data/doc/TaskJuggler/ProjectRecord.html +119 -56
  97. data/doc/TaskJuggler/ProjectServer.html +282 -237
  98. data/doc/TaskJuggler/ProjectServerIface.html +45 -39
  99. data/doc/TaskJuggler/PropertyAttribute.html +10 -4
  100. data/doc/TaskJuggler/PropertyList.html +177 -173
  101. data/doc/TaskJuggler/PropertySet.html +11 -5
  102. data/doc/TaskJuggler/PropertyTreeNode.html +194 -191
  103. data/doc/TaskJuggler/Query.html +280 -256
  104. data/doc/TaskJuggler/RTFHandlers.html +10 -4
  105. data/doc/TaskJuggler/RTFNavigator.html +33 -26
  106. data/doc/TaskJuggler/RTFQuery.html +135 -169
  107. data/doc/TaskJuggler/RTFReport.html +63 -56
  108. data/doc/TaskJuggler/RTFReportLink.html +58 -47
  109. data/doc/TaskJuggler/RTFWithQuerySupport.html +666 -0
  110. data/doc/TaskJuggler/RealFormat.html +10 -4
  111. data/doc/TaskJuggler/RealFormatAttribute.html +10 -4
  112. data/doc/TaskJuggler/ReferenceAttribute.html +10 -4
  113. data/doc/TaskJuggler/Report.html +333 -290
  114. data/doc/TaskJuggler/ReportBase.html +182 -174
  115. data/doc/TaskJuggler/ReportContext.html +10 -4
  116. data/doc/TaskJuggler/ReportServer.html +144 -126
  117. data/doc/TaskJuggler/ReportServerIface.html +50 -44
  118. data/doc/TaskJuggler/ReportServerRecord.html +38 -32
  119. data/doc/TaskJuggler/ReportServlet.html +144 -137
  120. data/doc/TaskJuggler/ReportTable.html +10 -4
  121. data/doc/TaskJuggler/ReportTableCell.html +169 -164
  122. data/doc/TaskJuggler/ReportTableColumn.html +10 -4
  123. data/doc/TaskJuggler/ReportTableLegend.html +10 -4
  124. data/doc/TaskJuggler/ReportTableLine.html +10 -4
  125. data/doc/TaskJuggler/Resource.html +121 -115
  126. data/doc/TaskJuggler/ResourceListAttribute.html +10 -4
  127. data/doc/TaskJuggler/ResourceListRE.html +10 -4
  128. data/doc/TaskJuggler/ResourceScenario.html +13 -7
  129. data/doc/TaskJuggler/RichText.html +61 -37
  130. data/doc/TaskJuggler/RichTextAttribute.html +10 -4
  131. data/doc/TaskJuggler/RichTextDocument.html +91 -81
  132. data/doc/TaskJuggler/RichTextElement.html +378 -317
  133. data/doc/TaskJuggler/RichTextFunctionExample.html +10 -4
  134. data/doc/TaskJuggler/RichTextFunctionHandler.html +16 -11
  135. data/doc/TaskJuggler/RichTextImage.html +10 -4
  136. data/doc/TaskJuggler/RichTextIntermediate.html +138 -70
  137. data/doc/TaskJuggler/RichTextParser.html +48 -40
  138. data/doc/TaskJuggler/RichTextScanner.html +328 -906
  139. data/doc/TaskJuggler/RichTextSnip.html +59 -57
  140. data/doc/TaskJuggler/RichTextSyntaxRules.html +458 -369
  141. data/doc/TaskJuggler/Scenario.html +10 -4
  142. data/doc/TaskJuggler/ScenarioData.html +33 -30
  143. data/doc/TaskJuggler/ScenarioListAttribute.html +10 -4
  144. data/doc/TaskJuggler/Scoreboard.html +10 -4
  145. data/doc/TaskJuggler/SheetHandlerBase.html +315 -191
  146. data/doc/TaskJuggler/SheetReceiver.html +334 -313
  147. data/doc/TaskJuggler/SheetSender.html +10 -4
  148. data/doc/TaskJuggler/Shift.html +10 -4
  149. data/doc/TaskJuggler/ShiftAssignment.html +10 -4
  150. data/doc/TaskJuggler/ShiftAssignments.html +10 -4
  151. data/doc/TaskJuggler/ShiftAssignmentsAttribute.html +10 -4
  152. data/doc/TaskJuggler/ShiftScenario.html +10 -4
  153. data/doc/TaskJuggler/SimpleQueryExpander.html +697 -0
  154. data/doc/TaskJuggler/SortListAttribute.html +10 -4
  155. data/doc/TaskJuggler/SourceFileInfo.html +10 -4
  156. data/doc/TaskJuggler/StatusSheetReceiver.html +10 -4
  157. data/doc/TaskJuggler/StatusSheetReport.html +10 -4
  158. data/doc/TaskJuggler/StatusSheetSender.html +10 -4
  159. data/doc/TaskJuggler/StringAttribute.html +10 -4
  160. data/doc/TaskJuggler/SymbolAttribute.html +10 -4
  161. data/doc/TaskJuggler/SyntaxReference.html +260 -230
  162. data/doc/TaskJuggler/TOCEntry.html +99 -42
  163. data/doc/TaskJuggler/TSResourceRecord.html +10 -4
  164. data/doc/TaskJuggler/TSTaskRecord.html +10 -4
  165. data/doc/TaskJuggler/TableColumnDefinition.html +10 -4
  166. data/doc/TaskJuggler/TableOfContents.html +54 -12
  167. data/doc/TaskJuggler/TableReport.html +877 -872
  168. data/doc/TaskJuggler/Task.html +117 -68
  169. data/doc/TaskJuggler/TaskDependency.html +10 -4
  170. data/doc/TaskJuggler/TaskListAttribute.html +10 -4
  171. data/doc/TaskJuggler/TaskListRE.html +10 -4
  172. data/doc/TaskJuggler/TaskScenario.html +1681 -1563
  173. data/doc/TaskJuggler/TextFormatter.html +10 -4
  174. data/doc/TaskJuggler/TextParser.html +567 -534
  175. data/doc/TaskJuggler/TextParser/Pattern.html +128 -118
  176. data/doc/TaskJuggler/TextParser/Rule.html +26 -15
  177. data/doc/TaskJuggler/TextParser/StackElement.html +10 -4
  178. data/doc/TaskJuggler/TextParser/TextParserResultArray.html +22 -16
  179. data/doc/TaskJuggler/TextParser/TokenDoc.html +10 -4
  180. data/doc/TaskJuggler/TextReport.html +15 -6
  181. data/doc/TaskJuggler/TextScanner.html +319 -287
  182. data/doc/TaskJuggler/TextScanner/BufferStreamHandle.html +16 -10
  183. data/doc/TaskJuggler/TextScanner/FileStreamHandle.html +23 -17
  184. data/doc/TaskJuggler/TextScanner/MacroStackEntry.html +17 -11
  185. data/doc/TaskJuggler/TextScanner/StreamHandle.html +102 -96
  186. data/doc/TaskJuggler/TimeSheet.html +138 -175
  187. data/doc/TaskJuggler/TimeSheetReceiver.html +10 -4
  188. data/doc/TaskJuggler/TimeSheetRecord.html +65 -58
  189. data/doc/TaskJuggler/TimeSheetReport.html +47 -42
  190. data/doc/TaskJuggler/TimeSheetSender.html +10 -4
  191. data/doc/TaskJuggler/TimeSheetSummary.html +91 -83
  192. data/doc/TaskJuggler/TimeSheets.html +22 -16
  193. data/doc/TaskJuggler/Tj3AppBase.html +10 -4
  194. data/doc/TaskJuggler/Tj3Client.html +399 -365
  195. data/doc/TaskJuggler/Tj3Daemon.html +107 -94
  196. data/doc/TaskJuggler/Tj3SheetAppBase.html +10 -4
  197. data/doc/TaskJuggler/Tj3SsReceiver.html +10 -4
  198. data/doc/TaskJuggler/Tj3SsSender.html +10 -4
  199. data/doc/TaskJuggler/Tj3TsReceiver.html +10 -4
  200. data/doc/TaskJuggler/Tj3TsSender.html +10 -4
  201. data/doc/TaskJuggler/Tj3TsSummary.html +10 -4
  202. data/doc/TaskJuggler/TjException.html +10 -4
  203. data/doc/TaskJuggler/TjTime.html +145 -140
  204. data/doc/TaskJuggler/TjpExample.html +10 -4
  205. data/doc/TaskJuggler/TjpExportRE.html +122 -118
  206. data/doc/TaskJuggler/TjpSyntaxRules.html +4065 -4052
  207. data/doc/TaskJuggler/URLParameter.html +10 -4
  208. data/doc/TaskJuggler/UserManual.html +162 -155
  209. data/doc/TaskJuggler/VimSyntax.html +1028 -0
  210. data/doc/TaskJuggler/WebServer.html +45 -27
  211. data/doc/TaskJuggler/WorkingHours.html +10 -4
  212. data/doc/TaskJuggler/WorkingHoursAttribute.html +10 -4
  213. data/doc/TaskJuggler/XMLBlob.html +10 -4
  214. data/doc/TaskJuggler/XMLComment.html +10 -4
  215. data/doc/TaskJuggler/XMLDocument.html +10 -4
  216. data/doc/TaskJuggler/XMLElement.html +10 -4
  217. data/doc/TaskJuggler/XMLNamedText.html +10 -4
  218. data/doc/TaskJuggler/XMLText.html +10 -4
  219. data/doc/index.html +735 -677
  220. data/doc/lib/AccountScenario_rb.html +1 -1
  221. data/doc/lib/Account_rb.html +1 -1
  222. data/doc/lib/Allocation_rb.html +1 -1
  223. data/doc/lib/AppConfig_rb.html +1 -1
  224. data/doc/lib/AttributeBase_rb.html +1 -1
  225. data/doc/lib/AttributeDefinition_rb.html +1 -1
  226. data/doc/lib/Attributes_rb.html +1 -1
  227. data/doc/lib/BatchProcessor_rb.html +1 -1
  228. data/doc/lib/Booking_rb.html +1 -1
  229. data/doc/lib/ChargeSet_rb.html +1 -1
  230. data/doc/lib/Charge_rb.html +1 -1
  231. data/doc/lib/{Message_rb.html → FileList_rb.html} +3 -5
  232. data/doc/lib/HTMLDocument_rb.html +1 -1
  233. data/doc/lib/Interval_rb.html +1 -1
  234. data/doc/lib/Journal_rb.html +1 -1
  235. data/doc/lib/KeywordArray_rb.html +1 -1
  236. data/doc/lib/KeywordDocumentation_rb.html +1 -1
  237. data/doc/lib/Limits_rb.html +1 -1
  238. data/doc/lib/LogFile_rb.html +1 -1
  239. data/doc/lib/Log_rb.html +1 -1
  240. data/doc/lib/LogicalExpression_rb.html +1 -1
  241. data/doc/lib/LogicalFunction_rb.html +1 -1
  242. data/doc/lib/LogicalOperation_rb.html +1 -1
  243. data/doc/lib/MacroTable_rb.html +1 -3
  244. data/doc/lib/MessageHandler_rb.html +1 -1
  245. data/doc/lib/ProjectFileParser_rb.html +1 -1
  246. data/doc/lib/ProjectFileScanner_rb.html +1 -1
  247. data/doc/lib/Project_rb.html +4 -2
  248. data/doc/lib/PropertyList_rb.html +1 -1
  249. data/doc/lib/PropertySet_rb.html +1 -1
  250. data/doc/lib/PropertyTreeNode_rb.html +1 -1
  251. data/doc/lib/Query_rb.html +1 -1
  252. data/doc/lib/RTFHandlers_rb.html +1 -1
  253. data/doc/lib/RTFNavigator_rb.html +1 -1
  254. data/doc/lib/RTFQuery_rb.html +2 -2
  255. data/doc/lib/RTFReportLink_rb.html +4 -2
  256. data/doc/lib/RTFReport_rb.html +1 -1
  257. data/doc/lib/{MacroParser_rb.html → RTFWithQuerySupport_rb.html} +4 -6
  258. data/doc/lib/RealFormat_rb.html +1 -1
  259. data/doc/lib/ResourceScenario_rb.html +1 -1
  260. data/doc/lib/Resource_rb.html +1 -1
  261. data/doc/lib/RichTextDocument_rb.html +1 -1
  262. data/doc/lib/RichTextElement_rb.html +1 -1
  263. data/doc/lib/RichTextFunctionExample_rb.html +1 -1
  264. data/doc/lib/RichTextFunctionHandler_rb.html +1 -1
  265. data/doc/lib/RichTextParser_rb.html +1 -1
  266. data/doc/lib/RichTextScanner_rb.html +3 -1
  267. data/doc/lib/RichTextSnip_rb.html +1 -1
  268. data/doc/lib/RichTextSyntaxRules_rb.html +1 -1
  269. data/doc/lib/RichText_rb.html +3 -1
  270. data/doc/lib/RuntimeConfig_rb.html +1 -1
  271. data/doc/lib/ScenarioData_rb.html +2 -2
  272. data/doc/lib/Scenario_rb.html +1 -1
  273. data/doc/lib/Scoreboard_rb.html +1 -1
  274. data/doc/lib/SheetHandlerBase_rb.html +5 -1
  275. data/doc/lib/SheetReceiver_rb.html +3 -1
  276. data/doc/lib/SheetSender_rb.html +1 -1
  277. data/doc/lib/ShiftAssignments_rb.html +1 -1
  278. data/doc/lib/ShiftScenario_rb.html +1 -1
  279. data/doc/lib/Shift_rb.html +1 -1
  280. data/doc/lib/SimpleQueryExpander_rb.html +67 -0
  281. data/doc/lib/SourceFileInfo_rb.html +1 -1
  282. data/doc/lib/StatusSheetReceiver_rb.html +1 -1
  283. data/doc/lib/StatusSheetSender_rb.html +1 -1
  284. data/doc/lib/SyntaxReference_rb.html +1 -1
  285. data/doc/lib/TOCEntry_rb.html +1 -1
  286. data/doc/lib/TableColumnDefinition_rb.html +1 -1
  287. data/doc/lib/TableOfContents_rb.html +1 -1
  288. data/doc/lib/TaskDependency_rb.html +1 -1
  289. data/doc/lib/TaskJuggler_rb.html +1 -1
  290. data/doc/lib/TaskScenario_rb.html +1 -1
  291. data/doc/lib/Task_rb.html +1 -1
  292. data/doc/lib/TextFormatter_rb.html +1 -1
  293. data/doc/lib/TextParser/Pattern_rb.html +1 -1
  294. data/doc/lib/TextParser/Rule_rb.html +1 -1
  295. data/doc/lib/TextParser/StackElement_rb.html +1 -1
  296. data/doc/lib/TextParser/TokenDoc_rb.html +1 -1
  297. data/doc/lib/TextParser_rb.html +3 -1
  298. data/doc/lib/TextScanner_rb.html +1 -3
  299. data/doc/lib/TimeSheetReceiver_rb.html +1 -1
  300. data/doc/lib/TimeSheetSender_rb.html +1 -1
  301. data/doc/lib/TimeSheetSummary_rb.html +1 -1
  302. data/doc/lib/TimeSheets_rb.html +1 -1
  303. data/doc/lib/Tj3AppBase_rb.html +1 -1
  304. data/doc/lib/Tj3Config_rb.html +1 -1
  305. data/doc/lib/Tj3SheetAppBase_rb.html +1 -1
  306. data/doc/lib/TjException_rb.html +1 -1
  307. data/doc/lib/TjTime_rb.html +1 -1
  308. data/doc/lib/TjpExample_rb.html +1 -1
  309. data/doc/lib/TjpSyntaxRules_rb.html +1 -1
  310. data/doc/lib/URLParameter_rb.html +1 -1
  311. data/doc/lib/UTF8String_rb.html +1 -1
  312. data/doc/lib/UserManual_rb.html +1 -1
  313. data/doc/lib/{ruby-signal-bug_rb.html → VimSyntax_rb.html} +17 -4
  314. data/doc/lib/WorkingHours_rb.html +1 -1
  315. data/doc/lib/XMLDocument_rb.html +1 -1
  316. data/doc/lib/XMLElement_rb.html +1 -1
  317. data/doc/lib/daemon/Daemon_rb.html +1 -1
  318. data/doc/lib/daemon/ProcessIntercom_rb.html +1 -1
  319. data/doc/lib/daemon/ProjectBroker_rb.html +1 -1
  320. data/doc/lib/daemon/ProjectServer_rb.html +1 -1
  321. data/doc/lib/daemon/ReportServer_rb.html +1 -3
  322. data/doc/lib/daemon/WebServer_rb.html +1 -1
  323. data/doc/lib/deep_copy_rb.html +1 -1
  324. data/doc/lib/reports/CSVFile_rb.html +1 -1
  325. data/doc/lib/reports/ColumnTable_rb.html +1 -1
  326. data/doc/lib/reports/GanttChart_rb.html +1 -1
  327. data/doc/lib/reports/GanttContainer_rb.html +1 -1
  328. data/doc/lib/reports/GanttHeaderScaleItem_rb.html +1 -1
  329. data/doc/lib/reports/GanttHeader_rb.html +1 -1
  330. data/doc/lib/reports/GanttLine_rb.html +1 -1
  331. data/doc/lib/reports/GanttLoadStack_rb.html +1 -1
  332. data/doc/lib/reports/GanttMilestone_rb.html +1 -1
  333. data/doc/lib/reports/GanttRouter_rb.html +1 -1
  334. data/doc/lib/reports/GanttTaskBar_rb.html +1 -1
  335. data/doc/lib/reports/HTMLGraphics_rb.html +1 -1
  336. data/doc/lib/reports/Navigator_rb.html +1 -1
  337. data/doc/lib/reports/NikuReport_rb.html +1 -1
  338. data/doc/lib/reports/ReportBase_rb.html +1 -1
  339. data/doc/lib/reports/ReportContext_rb.html +1 -1
  340. data/doc/lib/reports/ReportTableCell_rb.html +1 -1
  341. data/doc/lib/reports/ReportTableColumn_rb.html +1 -1
  342. data/doc/lib/reports/ReportTableLegend_rb.html +1 -1
  343. data/doc/lib/reports/ReportTableLine_rb.html +1 -1
  344. data/doc/lib/reports/ReportTable_rb.html +1 -1
  345. data/doc/lib/reports/Report_rb.html +1 -1
  346. data/doc/lib/reports/ResourceListRE_rb.html +1 -1
  347. data/doc/lib/reports/StatusSheetReport_rb.html +1 -1
  348. data/doc/lib/reports/TableReport_rb.html +1 -1
  349. data/doc/lib/reports/TaskListRE_rb.html +1 -1
  350. data/doc/lib/reports/TextReport_rb.html +1 -1
  351. data/doc/lib/reports/TimeSheetReport_rb.html +1 -1
  352. data/doc/lib/reports/TjpExportRE_rb.html +1 -1
  353. data/doc/lib/taskjuggler3_rb.html +1 -1
  354. data/doc/lib/tj3client_rb.html +1 -1
  355. data/doc/lib/tj3d_rb.html +1 -1
  356. data/doc/lib/tj3man_rb.html +1 -1
  357. data/doc/lib/tj3ss_receiver_rb.html +1 -1
  358. data/doc/lib/tj3ss_sender_rb.html +1 -1
  359. data/doc/lib/tj3ts_receiver_rb.html +1 -1
  360. data/doc/lib/tj3ts_sender_rb.html +1 -1
  361. data/doc/lib/tj3ts_summary_rb.html +1 -1
  362. data/lib/Allocation.rb +8 -5
  363. data/lib/BatchProcessor.rb +7 -3
  364. data/lib/FileList.rb +58 -0
  365. data/lib/Journal.rb +73 -33
  366. data/lib/KeywordArray.rb +4 -0
  367. data/lib/KeywordDocumentation.rb +45 -11
  368. data/lib/Limits.rb +0 -1
  369. data/lib/LogicalExpression.rb +1 -1
  370. data/lib/LogicalFunction.rb +14 -12
  371. data/lib/MacroTable.rb +3 -4
  372. data/lib/MessageHandler.rb +136 -7
  373. data/lib/Project.rb +72 -86
  374. data/lib/ProjectFileParser.rb +30 -33
  375. data/lib/ProjectFileScanner.rb +7 -16
  376. data/lib/PropertyList.rb +25 -27
  377. data/lib/PropertySet.rb +1 -1
  378. data/lib/PropertyTreeNode.rb +9 -12
  379. data/lib/Query.rb +5 -4
  380. data/lib/RTFNavigator.rb +2 -1
  381. data/lib/RTFQuery.rb +4 -11
  382. data/lib/RTFReport.rb +2 -1
  383. data/lib/RTFReportLink.rb +10 -4
  384. data/lib/RTFWithQuerySupport.rb +45 -0
  385. data/lib/Resource.rb +20 -20
  386. data/lib/ResourceScenario.rb +3 -3
  387. data/lib/RichText.rb +15 -7
  388. data/lib/RichTextDocument.rb +8 -4
  389. data/lib/RichTextElement.rb +35 -12
  390. data/lib/RichTextFunctionHandler.rb +11 -12
  391. data/lib/RichTextParser.rb +5 -3
  392. data/lib/RichTextScanner.rb +144 -565
  393. data/lib/RichTextSnip.rb +3 -7
  394. data/lib/RichTextSyntaxRules.rb +51 -32
  395. data/lib/ScenarioData.rb +16 -25
  396. data/lib/SheetHandlerBase.rb +59 -2
  397. data/lib/SheetReceiver.rb +36 -18
  398. data/lib/SimpleQueryExpander.rb +58 -0
  399. data/lib/SyntaxReference.rb +9 -5
  400. data/lib/TOCEntry.rb +2 -0
  401. data/lib/TableOfContents.rb +4 -0
  402. data/lib/Task.rb +23 -12
  403. data/lib/TaskJuggler.rb +72 -33
  404. data/lib/TaskScenario.rb +131 -53
  405. data/lib/TextParser.rb +43 -30
  406. data/lib/TextParser/Pattern.rb +17 -13
  407. data/lib/TextParser/Rule.rb +5 -0
  408. data/lib/TextScanner.rb +46 -25
  409. data/lib/TimeSheetSummary.rb +9 -7
  410. data/lib/TimeSheets.rb +14 -23
  411. data/lib/Tj3Config.rb +1 -1
  412. data/lib/TjTime.rb +1 -2
  413. data/lib/TjpSyntaxRules.rb +128 -104
  414. data/lib/UTF8String.rb +0 -1
  415. data/lib/UserManual.rb +5 -4
  416. data/lib/VimSyntax.rb +223 -0
  417. data/lib/daemon/Daemon.rb +9 -0
  418. data/lib/daemon/ProcessIntercom.rb +19 -4
  419. data/lib/daemon/ProjectBroker.rb +149 -68
  420. data/lib/daemon/ProjectServer.rb +119 -79
  421. data/lib/daemon/ReportServer.rb +42 -31
  422. data/lib/daemon/WebServer.rb +21 -2
  423. data/lib/deep_copy.rb +1 -1
  424. data/lib/reports/GanttContainer.rb +2 -2
  425. data/lib/reports/GanttLine.rb +2 -3
  426. data/lib/reports/GanttTaskBar.rb +7 -3
  427. data/lib/reports/Report.rb +62 -57
  428. data/lib/reports/ReportBase.rb +6 -4
  429. data/lib/reports/ReportTableCell.rb +13 -14
  430. data/lib/reports/TableReport.rb +2 -1
  431. data/lib/reports/TextReport.rb +3 -0
  432. data/lib/reports/TimeSheetReport.rb +2 -3
  433. data/lib/reports/TjpExportRE.rb +0 -2
  434. data/lib/tj3client.rb +31 -3
  435. data/lib/tj3d.rb +8 -1
  436. data/manual/Day_To_Day_Juggling +2 -95
  437. data/manual/How_To_Contribute +2 -1
  438. data/manual/Rich_Text_Attributes +37 -3
  439. data/manual/Software +203 -0
  440. data/test/MessageChecker.rb +4 -4
  441. data/test/TestSuite/HTML-Reports/Alerts.html +172 -0
  442. data/test/TestSuite/HTML-Reports/CellText.html +758 -0
  443. data/test/TestSuite/HTML-Reports/ColumnPeriods.html +156 -0
  444. data/test/TestSuite/HTML-Reports/IsOngoing.html +172 -0
  445. data/test/TestSuite/HTML-Reports/LogicalFunctions.html +245 -0
  446. data/test/TestSuite/HTML-Reports/Query.html +31 -0
  447. data/test/TestSuite/HTML-Reports/css/tjmanual.css +14 -0
  448. data/test/TestSuite/HTML-Reports/css/tjreport.css +233 -21
  449. data/test/TestSuite/HTML-Reports/depArrows.html +842 -0
  450. data/test/TestSuite/HTML-Reports/scripts/scripts/wz_tooltip.js +1301 -0
  451. data/test/TestSuite/HTML-Reports/scripts/wz_tooltip.js +20 -20
  452. data/test/TestSuite/ReportGenerator/Correct/Alerts.tjp +48 -0
  453. data/test/TestSuite/ReportGenerator/Correct/Macros.tjp +57 -0
  454. data/test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv +386 -0
  455. data/test/TestSuite/ReportGenerator/Correct/refs/Macros-1.csv +6 -0
  456. data/test/TestSuite/ReportGenerator/{Correct → Errors}/css/tjmanual.css +0 -0
  457. data/test/TestSuite/ReportGenerator/{Correct → Errors}/css/tjreport.css +0 -0
  458. data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/details.png +0 -0
  459. data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/flag-green.png +0 -0
  460. data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/flag-red.png +0 -0
  461. data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/flag-yellow.png +0 -0
  462. data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/resource.png +0 -0
  463. data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/resourcegroup.png +0 -0
  464. data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/task.png +0 -0
  465. data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/taskgroup.png +0 -0
  466. data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/trend-down.png +0 -0
  467. data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/trend-flat.png +0 -0
  468. data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/trend-up.png +0 -0
  469. data/test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.html +26 -0
  470. data/test/TestSuite/ReportGenerator/{Correct → Errors}/scripts/wz_tooltip.js +0 -0
  471. data/test/TestSuite/Scheduler/Correct/Allocate.html +3210 -0
  472. data/test/TestSuite/Scheduler/Correct/Allocate.tjp +19 -0
  473. data/test/TestSuite/Scheduler/Correct/Container.html +22 -22
  474. data/test/TestSuite/Scheduler/Correct/Limits.html +4964 -0
  475. data/test/TestSuite/Scheduler/Correct/Shift.html +1707 -417
  476. data/test/TestSuite/Scheduler/Correct/Shift2.html +9 -9
  477. data/test/TestSuite/Scheduler/Correct/css/tjreport.css +6 -2
  478. data/test/TestSuite/Scheduler/Errors/css/tjmanual.css +66 -0
  479. data/test/TestSuite/Scheduler/Errors/css/tjreport.css +407 -0
  480. data/test/TestSuite/Scheduler/Errors/icons/details.png +0 -0
  481. data/test/TestSuite/Scheduler/Errors/icons/flag-green.png +0 -0
  482. data/test/TestSuite/Scheduler/Errors/icons/flag-red.png +0 -0
  483. data/test/TestSuite/Scheduler/Errors/icons/flag-yellow.png +0 -0
  484. data/test/TestSuite/Scheduler/Errors/icons/resource.png +0 -0
  485. data/test/TestSuite/Scheduler/Errors/icons/resourcegroup.png +0 -0
  486. data/test/TestSuite/Scheduler/Errors/icons/task.png +0 -0
  487. data/test/TestSuite/Scheduler/Errors/icons/taskgroup.png +0 -0
  488. data/test/TestSuite/Scheduler/Errors/icons/trend-down.png +0 -0
  489. data/test/TestSuite/Scheduler/Errors/icons/trend-flat.png +0 -0
  490. data/test/TestSuite/Scheduler/Errors/icons/trend-up.png +0 -0
  491. data/test/TestSuite/Scheduler/Errors/loop_detected_1.tjp +1 -1
  492. data/test/TestSuite/Scheduler/Errors/loop_detected_10.tjp +1 -1
  493. data/test/TestSuite/Scheduler/Errors/loop_detected_11.tjp +1 -1
  494. data/test/TestSuite/Scheduler/Errors/loop_detected_12.tjp +1 -1
  495. data/test/TestSuite/Scheduler/Errors/loop_detected_13.tjp +1 -1
  496. data/test/TestSuite/Scheduler/Errors/loop_detected_14.tjp +1 -1
  497. data/test/TestSuite/Scheduler/Errors/loop_detected_2.tjp +1 -1
  498. data/test/TestSuite/Scheduler/Errors/loop_detected_3.tjp +1 -1
  499. data/test/TestSuite/Scheduler/Errors/loop_detected_4.tjp +1 -1
  500. data/test/TestSuite/Scheduler/Errors/loop_detected_5.tjp +1 -1
  501. data/test/TestSuite/Scheduler/Errors/loop_detected_6.tjp +1 -1
  502. data/test/TestSuite/Scheduler/Errors/loop_detected_7.tjp +1 -1
  503. data/test/TestSuite/Scheduler/Errors/loop_detected_8.tjp +1 -1
  504. data/test/TestSuite/Scheduler/Errors/loop_detected_9.tjp +1 -1
  505. data/test/TestSuite/Scheduler/Errors/scripts/wz_tooltip.js +1301 -0
  506. data/test/TestSuite/Scheduler/Errors/task_pred_before.tjp +11 -0
  507. data/test/TestSuite/Scheduler/Errors/task_pred_before_gd.tjp +11 -0
  508. data/test/TestSuite/Scheduler/Errors/task_pred_before_gl.tjp +11 -0
  509. data/test/TestSuite/Scheduler/Errors/task_succ_after.tjp +12 -0
  510. data/test/TestSuite/Scheduler/Errors/task_succ_after_gd.tjp +12 -0
  511. data/test/TestSuite/Scheduler/Errors/task_succ_after_gl.tjp +12 -0
  512. data/test/TestSuite/StatusSheets/dev2.tji +22 -0
  513. data/test/TestSuite/StatusSheets/resrep.tji +7 -0
  514. data/test/TestSuite/StatusSheets/run +6 -4
  515. data/test/TestSuite/StatusSheets/tj3d.log +312 -0
  516. data/test/TestSuite/Syntax/Correct/Managers.html +263 -0
  517. data/test/TestSuite/Syntax/Correct/tutorial.tjp +1 -2
  518. data/test/TestSuite/Syntax/Errors/empty.tjp +1 -1
  519. data/test/TestSuite/Syntax/Errors/macro_stack_overflow.tjp +1 -1
  520. data/test/TestSuite/TimeSheets/acceptable_intervals +1 -0
  521. data/test/TestSuite/TimeSheets/resrep.tji +7 -0
  522. data/test/TestSuite/TimeSheets/run +6 -5
  523. data/test/TestSuite/TimeSheets/statussheets.log +1 -0
  524. data/test/TestSuite/TimeSheets/ts.tji +351 -0
  525. data/test/TestSuite/TimeSheets/tsdef.tji +2 -0
  526. data/test/test_PropertySet.rb +2 -2
  527. data/test/test_RichText.rb +178 -387
  528. data/test/test_SimpleQueryExpander.rb +55 -0
  529. data/test/test_deep_copy.rb +2 -2
  530. metadata +854 -834
  531. data/lib/MacroParser.rb +0 -77
  532. data/lib/Message.rb +0 -56
  533. data/lib/ruby-signal-bug.rb +0 -43
  534. data/test/TestSuite/HTML-Reports/TimeSheet.html +0 -79
  535. data/test/TestSuite/HTML-Reports/reference.html +0 -51
  536. data/test/TestSuite/ReportGenerator/Correct/Journal.html +0 -63
  537. data/test/TestSuite/ReportGenerator/Correct/LogicalFunctions2.csv +0 -3
  538. data/test/TestSuite/ReportGenerator/Correct/opennodes.csv +0 -2
  539. data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +0 -26
  540. data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +0 -2
  541. data/test/TestSuite/Scheduler/Correct/Booking2.html +0 -603
  542. data/test/TestSuite/Scheduler/Correct/TimeSheet2.html +0 -108
  543. data/test/TestSuite/StatusSheetTemplates/project.tji +0 -35
  544. data/test/TestSuite/StatusSheetTemplates/project.tjp +0 -56
  545. data/test/TestSuite/Syntax/Correct/ResourcePrefix.html +0 -32
@@ -0,0 +1,11 @@
1
+ project "Test" 2010-07-12 +1m
2
+
3
+ task t1 "T1" {
4
+ duration 1w
5
+ }
6
+ # MARK: error 7 task_pred_before
7
+ task t2 "T2" {
8
+ depends !t1
9
+ duration 8d
10
+ end 2010-07-26
11
+ }
@@ -0,0 +1,11 @@
1
+ project "Test" 2010-07-12 +1m
2
+
3
+ task t1 "T1" {
4
+ duration 1w
5
+ }
6
+ # MARK: error 7 task_pred_before_gd
7
+ task t2 "T2" {
8
+ depends !t1 { gapduration 3d }
9
+ duration 6d
10
+ end 2010-07-26
11
+ }
@@ -0,0 +1,11 @@
1
+ project "Test" 2010-07-12 +1m
2
+
3
+ task t1 "T1" {
4
+ duration 1w
5
+ }
6
+ # MARK: error 7 task_pred_before_gl
7
+ task t2 "T2" {
8
+ depends !t1 { gaplength 3d }
9
+ duration 6d
10
+ end 2010-07-26
11
+ }
@@ -0,0 +1,12 @@
1
+ project "Test" 2010-07-12 +1m
2
+
3
+ task t1 "T1" {
4
+ duration 1w
5
+ end 2010-07-26
6
+ }
7
+ # MARK: error 8 task_succ_after
8
+ task t2 "T2" {
9
+ precedes !t1
10
+ duration 8d
11
+ start ${projectstart}
12
+ }
@@ -0,0 +1,12 @@
1
+ project "Test" 2010-07-12 +1m
2
+
3
+ task t1 "T1" {
4
+ duration 1w
5
+ end 2010-07-26
6
+ }
7
+ # MARK: error 8 task_succ_after_gd
8
+ task t2 "T2" {
9
+ precedes !t1 { gapduration 3d }
10
+ duration 6d
11
+ start ${projectstart}
12
+ }
@@ -0,0 +1,12 @@
1
+ project "Test" 2010-07-12 +1m
2
+
3
+ task t1 "T1" {
4
+ duration 1w
5
+ end 2010-07-26
6
+ }
7
+ # MARK: error 8 task_succ_after_gl
8
+ task t2 "T2" {
9
+ precedes !t1 { gaplength 3d }
10
+ duration 6d
11
+ start ${projectstart}
12
+ }
@@ -0,0 +1,22 @@
1
+ statussheet dev2 2002-03-02-00:00-+0100 {
2
+
3
+ # Task: Software Development
4
+ task AcSo.software.database {
5
+ status green "SQL compat issue" {
6
+ # Date: 2002-02-03-00:00-+0100
7
+ author dev1
8
+ summary -8<-
9
+ We ran into some compatibility problems with the SQL
10
+ Library.
11
+ ->8-
12
+ details -8<-
13
+ We have already contacted the vendor and are now waiting for
14
+ their advise.
15
+
16
+ This is a very long preformatted text that will be cut off because the lines are
17
+ too long to fit the text width of normal email text. 72 characters is max.
18
+ ->8-
19
+ }
20
+ }
21
+
22
+ }
@@ -0,0 +1,7 @@
1
+ resourcereport resrep '.' {
2
+ formats csv
3
+ columns id, name, Email, effort, freework
4
+ sortresources id.up
5
+ loadunit days
6
+ }
7
+
@@ -3,7 +3,9 @@
3
3
  function cleanup
4
4
  {
5
5
  tj3client --silent terminate 2> /dev/null
6
- killall -9 tj3d 2> /dev/null
6
+ # Wait for daemon to terminate
7
+ sleep 2
8
+ #killall -9 tj3d 2> /dev/null
7
9
  /bin/rm -rf statussheets.log \
8
10
  StatusSheets StatusSheetTemplates \
9
11
  sender.log receiver.log tj3d.log
@@ -38,9 +40,9 @@ tj3ss_receiver --dryrun < boss_mail >> receiver.log || error "rec1"
38
40
  tj3ss_receiver --dryrun < dev2_mail >> receiver.log || error "rec2"
39
41
  check "From: foo@bar.com" receiver.log 2
40
42
  check "Status report from " receiver.log 1
41
- check "Report from " receiver.log 2
42
- check "Yellow" receiver.log 1
43
- check "Green" receiver.log 2
43
+ check "Report from " receiver.log 3
44
+ check "Yellow" receiver.log 2
45
+ check "Green" receiver.log 4
44
46
 
45
47
  check ERROR statussheets.log 0
46
48
  check WARN statussheets.log 1
@@ -0,0 +1,312 @@
1
+ 2010-07-21 21:00:42 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
2
+ 2010-07-21 21:00:42 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
3
+ 2010-07-21 21:01:13 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
4
+ 2010-07-21 21:01:13 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
5
+ 2010-07-21 21:01:45 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
6
+ 2010-07-21 21:01:45 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
7
+ 2010-07-21 21:02:16 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
8
+ 2010-07-21 21:02:16 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
9
+ 2010-07-21 21:02:47 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
10
+ 2010-07-21 21:02:47 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
11
+ 2010-07-21 21:03:18 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
12
+ 2010-07-21 21:03:18 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
13
+ 2010-07-21 21:03:49 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
14
+ 2010-07-21 21:03:49 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
15
+ 2010-07-21 21:04:20 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
16
+ 2010-07-21 21:04:20 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
17
+ 2010-07-21 21:04:51 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
18
+ 2010-07-21 21:04:51 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
19
+ 2010-07-21 21:05:22 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
20
+ 2010-07-21 21:05:22 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
21
+ 2010-07-21 21:05:53 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
22
+ 2010-07-21 21:05:53 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
23
+ 2010-07-21 21:06:24 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
24
+ 2010-07-21 21:06:24 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
25
+ 2010-07-21 21:06:55 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
26
+ 2010-07-21 21:06:55 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
27
+ 2010-07-21 21:07:26 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
28
+ 2010-07-21 21:07:26 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
29
+ 2010-07-21 21:07:57 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
30
+ 2010-07-21 21:07:57 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
31
+ 2010-07-21 21:08:28 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
32
+ 2010-07-21 21:08:28 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
33
+ 2010-07-21 21:08:59 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
34
+ 2010-07-21 21:08:59 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
35
+ 2010-07-21 21:09:30 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
36
+ 2010-07-21 21:09:30 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
37
+ 2010-07-21 21:10:01 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
38
+ 2010-07-21 21:10:01 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
39
+ 2010-07-21 21:10:32 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
40
+ 2010-07-21 21:10:32 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
41
+ 2010-07-21 21:11:03 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
42
+ 2010-07-21 21:11:03 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
43
+ 2010-07-21 21:11:34 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
44
+ 2010-07-21 21:11:34 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
45
+ 2010-07-21 21:12:05 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
46
+ 2010-07-21 21:12:05 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
47
+ 2010-07-21 21:12:36 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
48
+ 2010-07-21 21:12:36 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
49
+ 2010-07-21 21:13:07 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
50
+ 2010-07-21 21:13:07 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
51
+ 2010-07-21 21:13:38 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
52
+ 2010-07-21 21:13:38 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
53
+ 2010-07-21 21:14:09 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
54
+ 2010-07-21 21:14:09 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
55
+ 2010-07-21 21:14:40 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
56
+ 2010-07-21 21:14:40 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
57
+ 2010-07-21 21:15:11 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
58
+ 2010-07-21 21:15:11 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
59
+ 2010-07-21 21:15:42 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
60
+ 2010-07-21 21:15:42 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
61
+ 2010-07-21 21:16:13 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
62
+ 2010-07-21 21:16:13 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
63
+ 2010-07-21 21:16:44 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
64
+ 2010-07-21 21:16:44 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
65
+ 2010-07-21 21:17:15 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
66
+ 2010-07-21 21:17:15 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
67
+ 2010-07-21 21:17:46 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
68
+ 2010-07-21 21:17:46 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
69
+ 2010-07-21 21:18:17 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
70
+ 2010-07-21 21:18:17 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
71
+ 2010-07-21 21:18:48 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
72
+ 2010-07-21 21:18:48 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
73
+ 2010-07-21 21:19:19 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
74
+ 2010-07-21 21:19:19 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
75
+ 2010-07-21 21:19:50 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
76
+ 2010-07-21 21:19:50 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
77
+ 2010-07-21 21:20:21 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
78
+ 2010-07-21 21:20:21 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
79
+ 2010-07-21 21:20:52 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
80
+ 2010-07-21 21:20:52 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
81
+ 2010-07-21 21:21:23 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
82
+ 2010-07-21 21:21:23 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
83
+ 2010-07-21 21:21:54 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
84
+ 2010-07-21 21:21:54 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
85
+ 2010-07-21 21:22:25 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
86
+ 2010-07-21 21:22:25 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
87
+ 2010-07-21 21:22:56 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
88
+ 2010-07-21 21:22:56 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
89
+ 2010-07-21 21:23:27 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
90
+ 2010-07-21 21:23:27 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
91
+ 2010-07-21 21:23:58 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
92
+ 2010-07-21 21:23:58 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
93
+ 2010-07-21 21:24:29 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
94
+ 2010-07-21 21:24:29 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
95
+ 2010-07-21 21:25:00 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
96
+ 2010-07-21 21:25:00 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
97
+ 2010-07-21 21:25:31 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
98
+ 2010-07-21 21:25:31 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
99
+ 2010-07-21 21:26:02 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
100
+ 2010-07-21 21:26:02 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
101
+ 2010-07-21 21:26:33 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
102
+ 2010-07-21 21:26:33 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
103
+ 2010-07-21 21:27:04 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
104
+ 2010-07-21 21:27:04 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
105
+ 2010-07-21 21:27:35 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
106
+ 2010-07-21 21:27:35 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
107
+ 2010-07-21 21:28:06 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
108
+ 2010-07-21 21:28:06 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
109
+ 2010-07-21 21:28:37 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
110
+ 2010-07-21 21:28:37 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
111
+ 2010-07-21 21:29:08 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
112
+ 2010-07-21 21:29:08 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
113
+ 2010-07-21 21:29:39 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
114
+ 2010-07-21 21:29:39 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
115
+ 2010-07-21 21:30:10 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
116
+ 2010-07-21 21:30:10 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
117
+ 2010-07-21 21:30:41 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
118
+ 2010-07-21 21:30:41 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
119
+ 2010-07-21 21:31:12 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
120
+ 2010-07-21 21:31:12 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
121
+ 2010-07-21 21:31:43 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
122
+ 2010-07-21 21:31:43 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
123
+ 2010-07-21 21:32:14 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
124
+ 2010-07-21 21:32:14 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
125
+ 2010-07-21 21:32:45 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
126
+ 2010-07-21 21:32:45 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
127
+ 2010-07-21 21:33:16 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
128
+ 2010-07-21 21:33:16 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
129
+ 2010-07-21 21:33:47 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
130
+ 2010-07-21 21:33:47 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
131
+ 2010-07-21 21:34:18 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
132
+ 2010-07-21 21:34:18 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
133
+ 2010-07-21 21:34:49 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
134
+ 2010-07-21 21:34:49 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
135
+ 2010-07-21 21:35:20 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
136
+ 2010-07-21 21:35:20 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
137
+ 2010-07-21 21:35:51 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
138
+ 2010-07-21 21:35:51 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
139
+ 2010-07-21 21:36:22 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
140
+ 2010-07-21 21:36:22 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
141
+ 2010-07-21 21:36:53 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
142
+ 2010-07-21 21:36:53 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
143
+ 2010-07-21 21:37:24 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
144
+ 2010-07-21 21:37:24 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
145
+ 2010-07-21 21:37:55 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
146
+ 2010-07-21 21:37:55 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
147
+ 2010-07-21 21:38:26 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
148
+ 2010-07-21 21:38:26 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
149
+ 2010-07-21 21:38:57 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
150
+ 2010-07-21 21:38:57 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
151
+ 2010-07-21 21:39:28 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
152
+ 2010-07-21 21:39:28 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
153
+ 2010-07-21 21:39:59 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
154
+ 2010-07-21 21:39:59 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
155
+ 2010-07-21 21:40:30 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
156
+ 2010-07-21 21:40:30 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
157
+ 2010-07-21 21:41:01 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
158
+ 2010-07-21 21:41:01 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
159
+ 2010-07-21 21:41:32 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
160
+ 2010-07-21 21:41:32 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
161
+ 2010-07-21 21:42:03 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
162
+ 2010-07-21 21:42:03 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
163
+ 2010-07-21 21:42:34 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
164
+ 2010-07-21 21:42:34 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
165
+ 2010-07-21 21:43:05 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
166
+ 2010-07-21 21:43:05 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
167
+ 2010-07-21 21:43:36 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
168
+ 2010-07-21 21:43:36 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
169
+ 2010-07-21 21:44:07 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
170
+ 2010-07-21 21:44:07 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
171
+ 2010-07-21 21:44:38 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
172
+ 2010-07-21 21:44:38 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
173
+ 2010-07-21 21:45:09 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
174
+ 2010-07-21 21:45:09 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
175
+ 2010-07-21 21:45:40 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
176
+ 2010-07-21 21:45:40 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
177
+ 2010-07-21 21:46:11 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
178
+ 2010-07-21 21:46:11 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
179
+ 2010-07-21 21:46:42 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
180
+ 2010-07-21 21:46:42 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
181
+ 2010-07-21 21:47:13 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
182
+ 2010-07-21 21:47:13 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
183
+ 2010-07-21 21:47:44 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
184
+ 2010-07-21 21:47:44 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
185
+ 2010-07-21 21:48:15 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
186
+ 2010-07-21 21:48:15 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
187
+ 2010-07-21 21:48:46 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
188
+ 2010-07-21 21:48:46 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
189
+ 2010-07-21 21:49:17 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
190
+ 2010-07-21 21:49:17 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
191
+ 2010-07-21 21:49:48 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
192
+ 2010-07-21 21:49:48 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
193
+ 2010-07-21 21:50:19 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
194
+ 2010-07-21 21:50:19 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
195
+ 2010-07-21 21:50:50 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
196
+ 2010-07-21 21:50:50 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
197
+ 2010-07-21 21:51:21 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
198
+ 2010-07-21 21:51:21 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
199
+ 2010-07-21 21:51:52 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
200
+ 2010-07-21 21:51:52 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
201
+ 2010-07-21 21:52:23 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
202
+ 2010-07-21 21:52:23 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
203
+ 2010-07-21 21:52:54 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
204
+ 2010-07-21 21:52:54 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
205
+ 2010-07-21 21:53:25 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
206
+ 2010-07-21 21:53:25 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
207
+ 2010-07-21 21:53:56 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
208
+ 2010-07-21 21:53:56 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
209
+ 2010-07-21 21:54:27 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
210
+ 2010-07-21 21:54:27 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
211
+ 2010-07-21 21:54:58 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
212
+ 2010-07-21 21:54:58 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
213
+ 2010-07-21 21:55:29 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
214
+ 2010-07-21 21:55:29 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
215
+ 2010-07-21 21:56:00 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
216
+ 2010-07-21 21:56:00 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
217
+ 2010-07-21 21:56:31 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
218
+ 2010-07-21 21:56:31 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
219
+ 2010-07-21 21:57:02 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
220
+ 2010-07-21 21:57:02 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
221
+ 2010-07-21 21:57:33 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
222
+ 2010-07-21 21:57:33 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
223
+ 2010-07-21 21:58:04 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
224
+ 2010-07-21 21:58:04 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
225
+ 2010-07-21 21:58:35 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
226
+ 2010-07-21 21:58:35 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
227
+ 2010-07-21 21:59:06 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
228
+ 2010-07-21 21:59:06 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
229
+ 2010-07-21 21:59:37 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
230
+ 2010-07-21 21:59:37 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
231
+ 2010-07-21 22:00:08 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
232
+ 2010-07-21 22:00:08 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
233
+ 2010-07-21 22:00:39 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
234
+ 2010-07-21 22:00:39 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
235
+ 2010-07-21 22:01:10 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
236
+ 2010-07-21 22:01:10 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
237
+ 2010-07-21 22:01:41 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
238
+ 2010-07-21 22:01:41 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
239
+ 2010-07-21 22:02:12 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
240
+ 2010-07-21 22:02:12 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
241
+ 2010-07-21 22:02:43 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
242
+ 2010-07-21 22:02:43 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
243
+ 2010-07-21 22:03:14 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
244
+ 2010-07-21 22:03:14 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
245
+ 2010-07-21 22:03:45 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
246
+ 2010-07-21 22:03:45 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
247
+ 2010-07-21 22:04:16 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
248
+ 2010-07-21 22:04:16 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
249
+ 2010-07-21 22:04:47 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
250
+ 2010-07-21 22:04:47 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
251
+ 2010-07-21 22:05:18 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
252
+ 2010-07-21 22:05:18 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
253
+ 2010-07-21 22:05:49 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
254
+ 2010-07-21 22:05:49 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
255
+ 2010-07-21 22:06:20 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
256
+ 2010-07-21 22:06:20 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
257
+ 2010-07-21 22:06:51 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
258
+ 2010-07-21 22:06:51 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
259
+ 2010-07-21 22:07:22 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
260
+ 2010-07-21 22:07:22 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
261
+ 2010-07-21 22:07:53 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
262
+ 2010-07-21 22:07:53 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
263
+ 2010-07-21 22:08:24 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
264
+ 2010-07-21 22:08:24 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
265
+ 2010-07-21 22:08:55 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
266
+ 2010-07-21 22:08:55 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
267
+ 2010-07-21 22:09:26 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
268
+ 2010-07-21 22:09:26 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
269
+ 2010-07-21 22:09:57 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
270
+ 2010-07-21 22:09:57 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
271
+ 2010-07-21 22:10:28 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
272
+ 2010-07-21 22:10:28 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
273
+ 2010-07-21 22:10:59 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
274
+ 2010-07-21 22:10:59 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
275
+ 2010-07-21 22:11:30 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
276
+ 2010-07-21 22:11:30 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
277
+ 2010-07-21 22:12:01 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
278
+ 2010-07-21 22:12:01 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
279
+ 2010-07-21 22:12:32 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
280
+ 2010-07-21 22:12:32 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
281
+ 2010-07-21 22:13:04 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
282
+ 2010-07-21 22:13:04 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
283
+ 2010-07-21 22:13:35 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
284
+ 2010-07-21 22:13:35 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
285
+ 2010-07-21 22:14:06 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
286
+ 2010-07-21 22:14:06 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
287
+ 2010-07-21 22:14:37 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
288
+ 2010-07-21 22:14:37 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
289
+ 2010-07-21 22:15:08 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
290
+ 2010-07-21 22:15:08 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
291
+ 2010-07-21 22:15:39 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
292
+ 2010-07-21 22:15:39 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
293
+ 2010-07-21 22:16:10 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
294
+ 2010-07-21 22:16:10 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
295
+ 2010-07-21 22:16:41 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
296
+ 2010-07-21 22:16:41 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
297
+ 2010-07-21 22:17:12 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
298
+ 2010-07-21 22:17:12 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
299
+ 2010-07-21 22:17:43 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
300
+ 2010-07-21 22:17:43 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
301
+ 2010-07-21 22:18:14 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
302
+ 2010-07-21 22:18:14 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
303
+ 2010-07-21 22:18:45 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
304
+ 2010-07-21 22:18:45 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
305
+ 2010-07-21 22:19:16 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
306
+ 2010-07-21 22:19:16 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
307
+ 2010-07-21 22:19:47 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
308
+ 2010-07-21 22:19:47 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
309
+ 2010-07-21 22:20:18 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
310
+ 2010-07-21 22:20:18 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
311
+ 2010-07-21 22:20:49 DEBUG tj3d[8280]: Sending ping to ProjectServer druby://127.0.0.1:39055
312
+ 2010-07-21 22:20:49 DEBUG tj3d[8291]: Accepted authentication key for command 'ping'
@@ -0,0 +1,263 @@
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.4 -->
4
+ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>TaskJuggler Report - Managers</title>
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>
11
+ </head>
12
+ <body>
13
+ <script src="scripts/wz_tooltip.js" type="text/javascript"></script>
14
+ <noscript><div style="text-align:center; color:#FF0000">This page requires Javascript for full functionality. Please enable it
15
+ in your browser settings!
16
+ </div></noscript>
17
+ <div class="tj_page">
18
+ <table cellspacing="1" class="tj_table_frame">
19
+ <tr><td><table cellspacing="1" class="tj_table"><tbody>
20
+ <tr class="tabhead" style="height:39px; font-size:15px;">
21
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
22
+ <td style="width:0px; "></td>
23
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Name</td>
24
+ <td style="width:0px; "></td>
25
+ </tr></table></td>
26
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
27
+ <td style="width:0px; "></td>
28
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Direct Reports</td>
29
+ <td style="width:0px; "></td>
30
+ </tr></table></td>
31
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
32
+ <td style="width:0px; "></td>
33
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Reports</td>
34
+ <td style="width:0px; "></td>
35
+ </tr></table></td>
36
+ </tr>
37
+ <tr class="tabline" style="font-size:12px; ">
38
+ <td class="resourcecell1">
39
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
40
+ <td style="width:0px; "></td>
41
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID4368940', TITLE, 'The Company')" style="cursor:help; "><img alt="Icon" src="icons/resourcegroup.png"></img></td>
42
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">The Company</td>
43
+ <td style="width:0px; "></td>
44
+ </tr></table>
45
+ <div class="tj_tooltip_box" id="ID4368940" style="cursor:help"><div>
46
+ <b>ID:</b> _Resource_1</div></div>
47
+ </td>
48
+ <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
49
+ <td style="width:0px; "></td>
50
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "></td>
51
+ <td style="width:0px; "></td>
52
+ </tr></table></td>
53
+ <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
54
+ <td style="width:0px; "></td>
55
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "></td>
56
+ <td style="width:0px; "></td>
57
+ </tr></table></td>
58
+ </tr>
59
+ <tr class="tabline" style="font-size:12px; ">
60
+ <td class="resourcecell2">
61
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
62
+ <td style="width:8px; "></td>
63
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID4357720', TITLE, 'R&amp;D Team')" style="cursor:help; "><img alt="Icon" src="icons/resourcegroup.png"></img></td>
64
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">R&amp;D Team</td>
65
+ <td style="width:0px; "></td>
66
+ </tr></table>
67
+ <div class="tj_tooltip_box" id="ID4357720" style="cursor:help"><div>
68
+ <b>ID:</b> _Resource_3</div></div>
69
+ </td>
70
+ <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
71
+ <td style="width:0px; "></td>
72
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "></td>
73
+ <td style="width:0px; "></td>
74
+ </tr></table></td>
75
+ <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
76
+ <td style="width:0px; "></td>
77
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "></td>
78
+ <td style="width:0px; "></td>
79
+ </tr></table></td>
80
+ </tr>
81
+ <tr class="tabline" style="font-size:12px; ">
82
+ <td class="resourcecell1">
83
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
84
+ <td style="width:16px; "></td>
85
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID4344600', TITLE, 'The Hacker')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
86
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">The Hacker</td>
87
+ <td style="width:0px; "></td>
88
+ </tr></table>
89
+ <div class="tj_tooltip_box" id="ID4344600" style="cursor:help"><div>
90
+ <b>ID:</b> _Resource_5</div></div>
91
+ </td>
92
+ <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
93
+ <td style="width:0px; "></td>
94
+ <td class="tj_table_cell_label" style="white-space:nowrap; "></td>
95
+ <td style="width:0px; "></td>
96
+ </tr></table></td>
97
+ <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
98
+ <td style="width:0px; "></td>
99
+ <td class="tj_table_cell_label" style="white-space:nowrap; "></td>
100
+ <td style="width:0px; "></td>
101
+ </tr></table></td>
102
+ </tr>
103
+ <tr class="tabline" style="font-size:12px; ">
104
+ <td class="resourcecell2">
105
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
106
+ <td style="width:16px; "></td>
107
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID4324080', TITLE, 'Doc Writer')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
108
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Doc Writer</td>
109
+ <td style="width:0px; "></td>
110
+ </tr></table>
111
+ <div class="tj_tooltip_box" id="ID4324080" style="cursor:help"><div>
112
+ <b>ID:</b> _Resource_6</div></div>
113
+ </td>
114
+ <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
115
+ <td style="width:0px; "></td>
116
+ <td class="tj_table_cell_label" style="white-space:nowrap; "></td>
117
+ <td style="width:0px; "></td>
118
+ </tr></table></td>
119
+ <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
120
+ <td style="width:0px; "></td>
121
+ <td class="tj_table_cell_label" style="white-space:nowrap; "></td>
122
+ <td style="width:0px; "></td>
123
+ </tr></table></td>
124
+ </tr>
125
+ <tr class="tabline" style="font-size:12px; ">
126
+ <td class="resourcecell1">
127
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
128
+ <td style="width:16px; "></td>
129
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID4309940', TITLE, 'VP Engineering')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
130
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">VP Engineering</td>
131
+ <td style="width:0px; "></td>
132
+ </tr></table>
133
+ <div class="tj_tooltip_box" id="ID4309940" style="cursor:help"><div>
134
+ <b>ID:</b> vpe</div></div>
135
+ </td>
136
+ <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
137
+ <td style="width:0px; "></td>
138
+ <td class="tj_table_cell_label" style="white-space:nowrap; "><div>The Hacker, Doc Writer</div></td>
139
+ <td style="width:0px; "></td>
140
+ </tr></table></td>
141
+ <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
142
+ <td style="width:0px; "></td>
143
+ <td class="tj_table_cell_label" style="white-space:nowrap; "><div>R&amp;D Team, The Hacker, Doc Writer</div></td>
144
+ <td style="width:0px; "></td>
145
+ </tr></table></td>
146
+ </tr>
147
+ <tr class="tabline" style="font-size:12px; ">
148
+ <td class="resourcecell2">
149
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
150
+ <td style="width:8px; "></td>
151
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID4276480', TITLE, 'F&amp;A Team')" style="cursor:help; "><img alt="Icon" src="icons/resourcegroup.png"></img></td>
152
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">F&amp;A Team</td>
153
+ <td style="width:0px; "></td>
154
+ </tr></table>
155
+ <div class="tj_tooltip_box" id="ID4276480" style="cursor:help"><div>
156
+ <b>ID:</b> _Resource_7</div></div>
157
+ </td>
158
+ <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
159
+ <td style="width:0px; "></td>
160
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "></td>
161
+ <td style="width:0px; "></td>
162
+ </tr></table></td>
163
+ <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
164
+ <td style="width:0px; "></td>
165
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "></td>
166
+ <td style="width:0px; "></td>
167
+ </tr></table></td>
168
+ </tr>
169
+ <tr class="tabline" style="font-size:12px; ">
170
+ <td class="resourcecell1">
171
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
172
+ <td style="width:16px; "></td>
173
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID4267520', TITLE, 'Accountant')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
174
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Accountant</td>
175
+ <td style="width:0px; "></td>
176
+ </tr></table>
177
+ <div class="tj_tooltip_box" id="ID4267520" style="cursor:help"><div>
178
+ <b>ID:</b> _Resource_10</div></div>
179
+ </td>
180
+ <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
181
+ <td style="width:0px; "></td>
182
+ <td class="tj_table_cell_label" style="white-space:nowrap; "></td>
183
+ <td style="width:0px; "></td>
184
+ </tr></table></td>
185
+ <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
186
+ <td style="width:0px; "></td>
187
+ <td class="tj_table_cell_label" style="white-space:nowrap; "></td>
188
+ <td style="width:0px; "></td>
189
+ </tr></table></td>
190
+ </tr>
191
+ <tr class="tabline" style="font-size:12px; ">
192
+ <td class="resourcecell2">
193
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
194
+ <td style="width:16px; "></td>
195
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID4259720', TITLE, 'HR Lady')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
196
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">HR Lady</td>
197
+ <td style="width:0px; "></td>
198
+ </tr></table>
199
+ <div class="tj_tooltip_box" id="ID4259720" style="cursor:help"><div>
200
+ <b>ID:</b> _Resource_9</div></div>
201
+ </td>
202
+ <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
203
+ <td style="width:0px; "></td>
204
+ <td class="tj_table_cell_label" style="white-space:nowrap; "></td>
205
+ <td style="width:0px; "></td>
206
+ </tr></table></td>
207
+ <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
208
+ <td style="width:0px; "></td>
209
+ <td class="tj_table_cell_label" style="white-space:nowrap; "></td>
210
+ <td style="width:0px; "></td>
211
+ </tr></table></td>
212
+ </tr>
213
+ <tr class="tabline" style="font-size:12px; ">
214
+ <td class="resourcecell1">
215
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
216
+ <td style="width:16px; "></td>
217
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID4252080', TITLE, 'Chief Operating Officer')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
218
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Chief Operating Officer</td>
219
+ <td style="width:0px; "></td>
220
+ </tr></table>
221
+ <div class="tj_tooltip_box" id="ID4252080" style="cursor:help"><div>
222
+ <b>ID:</b> coo</div></div>
223
+ </td>
224
+ <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
225
+ <td style="width:0px; "></td>
226
+ <td class="tj_table_cell_label" style="white-space:nowrap; "><div>HR Lady, Accountant</div></td>
227
+ <td style="width:0px; "></td>
228
+ </tr></table></td>
229
+ <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
230
+ <td style="width:0px; "></td>
231
+ <td class="tj_table_cell_label" style="white-space:nowrap; "><div>F&amp;A Team, HR Lady, Accountant</div></td>
232
+ <td style="width:0px; "></td>
233
+ </tr></table></td>
234
+ </tr>
235
+ <tr class="tabline" style="font-size:12px; ">
236
+ <td class="resourcecell2">
237
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
238
+ <td style="width:8px; "></td>
239
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID4240000', TITLE, 'Big Boss')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
240
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">Big Boss</td>
241
+ <td style="width:0px; "></td>
242
+ </tr></table>
243
+ <div class="tj_tooltip_box" id="ID4240000" style="cursor:help"><div>
244
+ <b>ID:</b> ceo</div></div>
245
+ </td>
246
+ <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
247
+ <td style="width:0px; "></td>
248
+ <td class="tj_table_cell_label" style="white-space:nowrap; "><div>VP Engineering, Chief Operating Officer</div></td>
249
+ <td style="width:0px; "></td>
250
+ </tr></table></td>
251
+ <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
252
+ <td style="width:0px; "></td>
253
+ <td class="tj_table_cell_label" style="white-space:nowrap; "><div>The Company, R&amp;D Team, The Hacker, Doc Writer, F&amp;A Team, HR Lady, Accountant</div></td>
254
+ <td style="width:0px; "></td>
255
+ </tr></table></td>
256
+ </tr>
257
+ </tbody></table></td></tr>
258
+ <tr><td></td></tr>
259
+ </table>
260
+ <div class="copyright">Project: test Version: 1.0 - Created on 2010-04-05 09:39:45 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.4</div>
261
+ </div>
262
+ </body>
263
+ </html>