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.
- data/CHANGELOG +160 -0
- data/benchmarks/UTF-8-Strings.rb +58 -0
- data/data/css/tjreport.css +7 -2
- data/doc/AppConfig.html +10 -4
- data/doc/Arguments.html +10 -4
- data/doc/CHANGELOG.html +171 -5
- data/doc/COPYING.html +10 -4
- data/doc/Object.html +11 -107
- data/doc/README.html +10 -4
- data/doc/RuntimeConfig.html +10 -4
- data/doc/String.html +16 -11
- data/doc/StringIO.html +10 -4
- data/doc/TaskJuggler.html +506 -435
- data/doc/TaskJuggler/Account.html +10 -4
- data/doc/TaskJuggler/AccountAttribute.html +10 -4
- data/doc/TaskJuggler/AccountScenario.html +10 -4
- data/doc/TaskJuggler/Allocation.html +69 -60
- data/doc/TaskJuggler/AllocationAttribute.html +10 -4
- data/doc/TaskJuggler/AttributeBase.html +10 -4
- data/doc/TaskJuggler/AttributeDefinition.html +10 -4
- data/doc/TaskJuggler/BatchProcessor.html +202 -192
- data/doc/TaskJuggler/Booking.html +10 -4
- data/doc/TaskJuggler/BookingListAttribute.html +10 -4
- data/doc/TaskJuggler/BooleanAttribute.html +10 -4
- data/doc/TaskJuggler/CSVFile.html +10 -4
- data/doc/TaskJuggler/CellSettingPattern.html +10 -4
- data/doc/TaskJuggler/CellSettingPatternList.html +10 -4
- data/doc/TaskJuggler/Charge.html +10 -4
- data/doc/TaskJuggler/ChargeListAttribute.html +10 -4
- data/doc/TaskJuggler/ChargeSet.html +10 -4
- data/doc/TaskJuggler/ChargeSetListAttribute.html +10 -4
- data/doc/TaskJuggler/ColumnListAttribute.html +10 -4
- data/doc/TaskJuggler/ColumnTable.html +10 -4
- data/doc/TaskJuggler/Daemon.html +71 -52
- data/doc/TaskJuggler/DateAttribute.html +10 -4
- data/doc/TaskJuggler/DefinitionListAttribute.html +10 -4
- data/doc/TaskJuggler/DependencyListAttribute.html +10 -4
- data/doc/TaskJuggler/DurationAttribute.html +10 -4
- data/doc/TaskJuggler/{MacroParser.html → FileList.html} +58 -173
- data/doc/TaskJuggler/{RichTextException.html → FileRecord.html} +59 -80
- data/doc/TaskJuggler/FixnumAttribute.html +10 -4
- data/doc/TaskJuggler/FlagListAttribute.html +10 -4
- data/doc/TaskJuggler/FloatAttribute.html +10 -4
- data/doc/TaskJuggler/FormatListAttribute.html +10 -4
- data/doc/TaskJuggler/GanttChart.html +10 -4
- data/doc/TaskJuggler/GanttContainer.html +14 -8
- data/doc/TaskJuggler/GanttHeader.html +10 -4
- data/doc/TaskJuggler/GanttHeaderScaleItem.html +10 -4
- data/doc/TaskJuggler/GanttLine.html +29 -24
- data/doc/TaskJuggler/GanttLoadStack.html +10 -4
- data/doc/TaskJuggler/GanttMilestone.html +10 -4
- data/doc/TaskJuggler/GanttRouter.html +10 -4
- data/doc/TaskJuggler/GanttTaskBar.html +20 -10
- data/doc/TaskJuggler/HTMLDocument.html +10 -4
- data/doc/TaskJuggler/HTMLGraphics.html +10 -4
- data/doc/TaskJuggler/Interval.html +10 -4
- data/doc/TaskJuggler/IntervalListAttribute.html +10 -4
- data/doc/TaskJuggler/JobInfo.html +10 -4
- data/doc/TaskJuggler/Journal.html +227 -160
- data/doc/TaskJuggler/JournalEntry.html +10 -4
- data/doc/TaskJuggler/JournalEntryList.html +158 -72
- data/doc/TaskJuggler/KeywordArray.html +21 -9
- data/doc/TaskJuggler/KeywordDocumentation.html +612 -475
- data/doc/TaskJuggler/Limits.html +13 -8
- data/doc/TaskJuggler/Limits/Limit.html +10 -4
- data/doc/TaskJuggler/LimitsAttribute.html +10 -4
- data/doc/TaskJuggler/ListAttributeBase.html +10 -4
- data/doc/TaskJuggler/Log.html +10 -4
- data/doc/TaskJuggler/LogFile.html +10 -4
- data/doc/TaskJuggler/LogicalAttribute.html +10 -4
- data/doc/TaskJuggler/LogicalExpression.html +11 -5
- data/doc/TaskJuggler/LogicalExpressionAttribute.html +10 -4
- data/doc/TaskJuggler/LogicalFlag.html +10 -4
- data/doc/TaskJuggler/LogicalFunction.html +132 -124
- data/doc/TaskJuggler/LogicalOperation.html +10 -4
- data/doc/TaskJuggler/Macro.html +16 -10
- data/doc/TaskJuggler/MacroTable.html +44 -38
- data/doc/TaskJuggler/ManagerResponsibilities.html +10 -4
- data/doc/TaskJuggler/ManagerStatusRecord.html +10 -4
- data/doc/TaskJuggler/Message.html +92 -68
- data/doc/TaskJuggler/MessageHandler.html +349 -28
- data/doc/TaskJuggler/Navigator.html +10 -4
- data/doc/TaskJuggler/NavigatorElement.html +10 -4
- data/doc/TaskJuggler/NikuProject.html +10 -4
- data/doc/TaskJuggler/NikuReport.html +10 -4
- data/doc/TaskJuggler/NikuResource.html +10 -4
- data/doc/TaskJuggler/NodeListAttribute.html +10 -4
- data/doc/TaskJuggler/OnShiftCache.html +10 -4
- data/doc/TaskJuggler/ProcessIntercom.html +118 -111
- data/doc/TaskJuggler/ProcessIntercomIface.html +75 -22
- data/doc/TaskJuggler/Project.html +886 -913
- data/doc/TaskJuggler/ProjectBroker.html +442 -331
- data/doc/TaskJuggler/ProjectBrokerIface.html +95 -38
- data/doc/TaskJuggler/ProjectFileParser.html +320 -317
- data/doc/TaskJuggler/ProjectFileScanner.html +336 -339
- data/doc/TaskJuggler/ProjectRecord.html +119 -56
- data/doc/TaskJuggler/ProjectServer.html +282 -237
- data/doc/TaskJuggler/ProjectServerIface.html +45 -39
- data/doc/TaskJuggler/PropertyAttribute.html +10 -4
- data/doc/TaskJuggler/PropertyList.html +177 -173
- data/doc/TaskJuggler/PropertySet.html +11 -5
- data/doc/TaskJuggler/PropertyTreeNode.html +194 -191
- data/doc/TaskJuggler/Query.html +280 -256
- data/doc/TaskJuggler/RTFHandlers.html +10 -4
- data/doc/TaskJuggler/RTFNavigator.html +33 -26
- data/doc/TaskJuggler/RTFQuery.html +135 -169
- data/doc/TaskJuggler/RTFReport.html +63 -56
- data/doc/TaskJuggler/RTFReportLink.html +58 -47
- data/doc/TaskJuggler/RTFWithQuerySupport.html +666 -0
- data/doc/TaskJuggler/RealFormat.html +10 -4
- data/doc/TaskJuggler/RealFormatAttribute.html +10 -4
- data/doc/TaskJuggler/ReferenceAttribute.html +10 -4
- data/doc/TaskJuggler/Report.html +333 -290
- data/doc/TaskJuggler/ReportBase.html +182 -174
- data/doc/TaskJuggler/ReportContext.html +10 -4
- data/doc/TaskJuggler/ReportServer.html +144 -126
- data/doc/TaskJuggler/ReportServerIface.html +50 -44
- data/doc/TaskJuggler/ReportServerRecord.html +38 -32
- data/doc/TaskJuggler/ReportServlet.html +144 -137
- data/doc/TaskJuggler/ReportTable.html +10 -4
- data/doc/TaskJuggler/ReportTableCell.html +169 -164
- data/doc/TaskJuggler/ReportTableColumn.html +10 -4
- data/doc/TaskJuggler/ReportTableLegend.html +10 -4
- data/doc/TaskJuggler/ReportTableLine.html +10 -4
- data/doc/TaskJuggler/Resource.html +121 -115
- data/doc/TaskJuggler/ResourceListAttribute.html +10 -4
- data/doc/TaskJuggler/ResourceListRE.html +10 -4
- data/doc/TaskJuggler/ResourceScenario.html +13 -7
- data/doc/TaskJuggler/RichText.html +61 -37
- data/doc/TaskJuggler/RichTextAttribute.html +10 -4
- data/doc/TaskJuggler/RichTextDocument.html +91 -81
- data/doc/TaskJuggler/RichTextElement.html +378 -317
- data/doc/TaskJuggler/RichTextFunctionExample.html +10 -4
- data/doc/TaskJuggler/RichTextFunctionHandler.html +16 -11
- data/doc/TaskJuggler/RichTextImage.html +10 -4
- data/doc/TaskJuggler/RichTextIntermediate.html +138 -70
- data/doc/TaskJuggler/RichTextParser.html +48 -40
- data/doc/TaskJuggler/RichTextScanner.html +328 -906
- data/doc/TaskJuggler/RichTextSnip.html +59 -57
- data/doc/TaskJuggler/RichTextSyntaxRules.html +458 -369
- data/doc/TaskJuggler/Scenario.html +10 -4
- data/doc/TaskJuggler/ScenarioData.html +33 -30
- data/doc/TaskJuggler/ScenarioListAttribute.html +10 -4
- data/doc/TaskJuggler/Scoreboard.html +10 -4
- data/doc/TaskJuggler/SheetHandlerBase.html +315 -191
- data/doc/TaskJuggler/SheetReceiver.html +334 -313
- data/doc/TaskJuggler/SheetSender.html +10 -4
- data/doc/TaskJuggler/Shift.html +10 -4
- data/doc/TaskJuggler/ShiftAssignment.html +10 -4
- data/doc/TaskJuggler/ShiftAssignments.html +10 -4
- data/doc/TaskJuggler/ShiftAssignmentsAttribute.html +10 -4
- data/doc/TaskJuggler/ShiftScenario.html +10 -4
- data/doc/TaskJuggler/SimpleQueryExpander.html +697 -0
- data/doc/TaskJuggler/SortListAttribute.html +10 -4
- data/doc/TaskJuggler/SourceFileInfo.html +10 -4
- data/doc/TaskJuggler/StatusSheetReceiver.html +10 -4
- data/doc/TaskJuggler/StatusSheetReport.html +10 -4
- data/doc/TaskJuggler/StatusSheetSender.html +10 -4
- data/doc/TaskJuggler/StringAttribute.html +10 -4
- data/doc/TaskJuggler/SymbolAttribute.html +10 -4
- data/doc/TaskJuggler/SyntaxReference.html +260 -230
- data/doc/TaskJuggler/TOCEntry.html +99 -42
- data/doc/TaskJuggler/TSResourceRecord.html +10 -4
- data/doc/TaskJuggler/TSTaskRecord.html +10 -4
- data/doc/TaskJuggler/TableColumnDefinition.html +10 -4
- data/doc/TaskJuggler/TableOfContents.html +54 -12
- data/doc/TaskJuggler/TableReport.html +877 -872
- data/doc/TaskJuggler/Task.html +117 -68
- data/doc/TaskJuggler/TaskDependency.html +10 -4
- data/doc/TaskJuggler/TaskListAttribute.html +10 -4
- data/doc/TaskJuggler/TaskListRE.html +10 -4
- data/doc/TaskJuggler/TaskScenario.html +1681 -1563
- data/doc/TaskJuggler/TextFormatter.html +10 -4
- data/doc/TaskJuggler/TextParser.html +567 -534
- data/doc/TaskJuggler/TextParser/Pattern.html +128 -118
- data/doc/TaskJuggler/TextParser/Rule.html +26 -15
- data/doc/TaskJuggler/TextParser/StackElement.html +10 -4
- data/doc/TaskJuggler/TextParser/TextParserResultArray.html +22 -16
- data/doc/TaskJuggler/TextParser/TokenDoc.html +10 -4
- data/doc/TaskJuggler/TextReport.html +15 -6
- data/doc/TaskJuggler/TextScanner.html +319 -287
- data/doc/TaskJuggler/TextScanner/BufferStreamHandle.html +16 -10
- data/doc/TaskJuggler/TextScanner/FileStreamHandle.html +23 -17
- data/doc/TaskJuggler/TextScanner/MacroStackEntry.html +17 -11
- data/doc/TaskJuggler/TextScanner/StreamHandle.html +102 -96
- data/doc/TaskJuggler/TimeSheet.html +138 -175
- data/doc/TaskJuggler/TimeSheetReceiver.html +10 -4
- data/doc/TaskJuggler/TimeSheetRecord.html +65 -58
- data/doc/TaskJuggler/TimeSheetReport.html +47 -42
- data/doc/TaskJuggler/TimeSheetSender.html +10 -4
- data/doc/TaskJuggler/TimeSheetSummary.html +91 -83
- data/doc/TaskJuggler/TimeSheets.html +22 -16
- data/doc/TaskJuggler/Tj3AppBase.html +10 -4
- data/doc/TaskJuggler/Tj3Client.html +399 -365
- data/doc/TaskJuggler/Tj3Daemon.html +107 -94
- data/doc/TaskJuggler/Tj3SheetAppBase.html +10 -4
- data/doc/TaskJuggler/Tj3SsReceiver.html +10 -4
- data/doc/TaskJuggler/Tj3SsSender.html +10 -4
- data/doc/TaskJuggler/Tj3TsReceiver.html +10 -4
- data/doc/TaskJuggler/Tj3TsSender.html +10 -4
- data/doc/TaskJuggler/Tj3TsSummary.html +10 -4
- data/doc/TaskJuggler/TjException.html +10 -4
- data/doc/TaskJuggler/TjTime.html +145 -140
- data/doc/TaskJuggler/TjpExample.html +10 -4
- data/doc/TaskJuggler/TjpExportRE.html +122 -118
- data/doc/TaskJuggler/TjpSyntaxRules.html +4065 -4052
- data/doc/TaskJuggler/URLParameter.html +10 -4
- data/doc/TaskJuggler/UserManual.html +162 -155
- data/doc/TaskJuggler/VimSyntax.html +1028 -0
- data/doc/TaskJuggler/WebServer.html +45 -27
- data/doc/TaskJuggler/WorkingHours.html +10 -4
- data/doc/TaskJuggler/WorkingHoursAttribute.html +10 -4
- data/doc/TaskJuggler/XMLBlob.html +10 -4
- data/doc/TaskJuggler/XMLComment.html +10 -4
- data/doc/TaskJuggler/XMLDocument.html +10 -4
- data/doc/TaskJuggler/XMLElement.html +10 -4
- data/doc/TaskJuggler/XMLNamedText.html +10 -4
- data/doc/TaskJuggler/XMLText.html +10 -4
- data/doc/index.html +735 -677
- data/doc/lib/AccountScenario_rb.html +1 -1
- data/doc/lib/Account_rb.html +1 -1
- data/doc/lib/Allocation_rb.html +1 -1
- data/doc/lib/AppConfig_rb.html +1 -1
- data/doc/lib/AttributeBase_rb.html +1 -1
- data/doc/lib/AttributeDefinition_rb.html +1 -1
- data/doc/lib/Attributes_rb.html +1 -1
- data/doc/lib/BatchProcessor_rb.html +1 -1
- data/doc/lib/Booking_rb.html +1 -1
- data/doc/lib/ChargeSet_rb.html +1 -1
- data/doc/lib/Charge_rb.html +1 -1
- data/doc/lib/{Message_rb.html → FileList_rb.html} +3 -5
- data/doc/lib/HTMLDocument_rb.html +1 -1
- data/doc/lib/Interval_rb.html +1 -1
- data/doc/lib/Journal_rb.html +1 -1
- data/doc/lib/KeywordArray_rb.html +1 -1
- data/doc/lib/KeywordDocumentation_rb.html +1 -1
- data/doc/lib/Limits_rb.html +1 -1
- data/doc/lib/LogFile_rb.html +1 -1
- data/doc/lib/Log_rb.html +1 -1
- data/doc/lib/LogicalExpression_rb.html +1 -1
- data/doc/lib/LogicalFunction_rb.html +1 -1
- data/doc/lib/LogicalOperation_rb.html +1 -1
- data/doc/lib/MacroTable_rb.html +1 -3
- data/doc/lib/MessageHandler_rb.html +1 -1
- data/doc/lib/ProjectFileParser_rb.html +1 -1
- data/doc/lib/ProjectFileScanner_rb.html +1 -1
- data/doc/lib/Project_rb.html +4 -2
- data/doc/lib/PropertyList_rb.html +1 -1
- data/doc/lib/PropertySet_rb.html +1 -1
- data/doc/lib/PropertyTreeNode_rb.html +1 -1
- data/doc/lib/Query_rb.html +1 -1
- data/doc/lib/RTFHandlers_rb.html +1 -1
- data/doc/lib/RTFNavigator_rb.html +1 -1
- data/doc/lib/RTFQuery_rb.html +2 -2
- data/doc/lib/RTFReportLink_rb.html +4 -2
- data/doc/lib/RTFReport_rb.html +1 -1
- data/doc/lib/{MacroParser_rb.html → RTFWithQuerySupport_rb.html} +4 -6
- data/doc/lib/RealFormat_rb.html +1 -1
- data/doc/lib/ResourceScenario_rb.html +1 -1
- data/doc/lib/Resource_rb.html +1 -1
- data/doc/lib/RichTextDocument_rb.html +1 -1
- data/doc/lib/RichTextElement_rb.html +1 -1
- data/doc/lib/RichTextFunctionExample_rb.html +1 -1
- data/doc/lib/RichTextFunctionHandler_rb.html +1 -1
- data/doc/lib/RichTextParser_rb.html +1 -1
- data/doc/lib/RichTextScanner_rb.html +3 -1
- data/doc/lib/RichTextSnip_rb.html +1 -1
- data/doc/lib/RichTextSyntaxRules_rb.html +1 -1
- data/doc/lib/RichText_rb.html +3 -1
- data/doc/lib/RuntimeConfig_rb.html +1 -1
- data/doc/lib/ScenarioData_rb.html +2 -2
- data/doc/lib/Scenario_rb.html +1 -1
- data/doc/lib/Scoreboard_rb.html +1 -1
- data/doc/lib/SheetHandlerBase_rb.html +5 -1
- data/doc/lib/SheetReceiver_rb.html +3 -1
- data/doc/lib/SheetSender_rb.html +1 -1
- data/doc/lib/ShiftAssignments_rb.html +1 -1
- data/doc/lib/ShiftScenario_rb.html +1 -1
- data/doc/lib/Shift_rb.html +1 -1
- data/doc/lib/SimpleQueryExpander_rb.html +67 -0
- data/doc/lib/SourceFileInfo_rb.html +1 -1
- data/doc/lib/StatusSheetReceiver_rb.html +1 -1
- data/doc/lib/StatusSheetSender_rb.html +1 -1
- data/doc/lib/SyntaxReference_rb.html +1 -1
- data/doc/lib/TOCEntry_rb.html +1 -1
- data/doc/lib/TableColumnDefinition_rb.html +1 -1
- data/doc/lib/TableOfContents_rb.html +1 -1
- data/doc/lib/TaskDependency_rb.html +1 -1
- data/doc/lib/TaskJuggler_rb.html +1 -1
- data/doc/lib/TaskScenario_rb.html +1 -1
- data/doc/lib/Task_rb.html +1 -1
- data/doc/lib/TextFormatter_rb.html +1 -1
- data/doc/lib/TextParser/Pattern_rb.html +1 -1
- data/doc/lib/TextParser/Rule_rb.html +1 -1
- data/doc/lib/TextParser/StackElement_rb.html +1 -1
- data/doc/lib/TextParser/TokenDoc_rb.html +1 -1
- data/doc/lib/TextParser_rb.html +3 -1
- data/doc/lib/TextScanner_rb.html +1 -3
- data/doc/lib/TimeSheetReceiver_rb.html +1 -1
- data/doc/lib/TimeSheetSender_rb.html +1 -1
- data/doc/lib/TimeSheetSummary_rb.html +1 -1
- data/doc/lib/TimeSheets_rb.html +1 -1
- data/doc/lib/Tj3AppBase_rb.html +1 -1
- data/doc/lib/Tj3Config_rb.html +1 -1
- data/doc/lib/Tj3SheetAppBase_rb.html +1 -1
- data/doc/lib/TjException_rb.html +1 -1
- data/doc/lib/TjTime_rb.html +1 -1
- data/doc/lib/TjpExample_rb.html +1 -1
- data/doc/lib/TjpSyntaxRules_rb.html +1 -1
- data/doc/lib/URLParameter_rb.html +1 -1
- data/doc/lib/UTF8String_rb.html +1 -1
- data/doc/lib/UserManual_rb.html +1 -1
- data/doc/lib/{ruby-signal-bug_rb.html → VimSyntax_rb.html} +17 -4
- data/doc/lib/WorkingHours_rb.html +1 -1
- data/doc/lib/XMLDocument_rb.html +1 -1
- data/doc/lib/XMLElement_rb.html +1 -1
- data/doc/lib/daemon/Daemon_rb.html +1 -1
- data/doc/lib/daemon/ProcessIntercom_rb.html +1 -1
- data/doc/lib/daemon/ProjectBroker_rb.html +1 -1
- data/doc/lib/daemon/ProjectServer_rb.html +1 -1
- data/doc/lib/daemon/ReportServer_rb.html +1 -3
- data/doc/lib/daemon/WebServer_rb.html +1 -1
- data/doc/lib/deep_copy_rb.html +1 -1
- data/doc/lib/reports/CSVFile_rb.html +1 -1
- data/doc/lib/reports/ColumnTable_rb.html +1 -1
- data/doc/lib/reports/GanttChart_rb.html +1 -1
- data/doc/lib/reports/GanttContainer_rb.html +1 -1
- data/doc/lib/reports/GanttHeaderScaleItem_rb.html +1 -1
- data/doc/lib/reports/GanttHeader_rb.html +1 -1
- data/doc/lib/reports/GanttLine_rb.html +1 -1
- data/doc/lib/reports/GanttLoadStack_rb.html +1 -1
- data/doc/lib/reports/GanttMilestone_rb.html +1 -1
- data/doc/lib/reports/GanttRouter_rb.html +1 -1
- data/doc/lib/reports/GanttTaskBar_rb.html +1 -1
- data/doc/lib/reports/HTMLGraphics_rb.html +1 -1
- data/doc/lib/reports/Navigator_rb.html +1 -1
- data/doc/lib/reports/NikuReport_rb.html +1 -1
- data/doc/lib/reports/ReportBase_rb.html +1 -1
- data/doc/lib/reports/ReportContext_rb.html +1 -1
- data/doc/lib/reports/ReportTableCell_rb.html +1 -1
- data/doc/lib/reports/ReportTableColumn_rb.html +1 -1
- data/doc/lib/reports/ReportTableLegend_rb.html +1 -1
- data/doc/lib/reports/ReportTableLine_rb.html +1 -1
- data/doc/lib/reports/ReportTable_rb.html +1 -1
- data/doc/lib/reports/Report_rb.html +1 -1
- data/doc/lib/reports/ResourceListRE_rb.html +1 -1
- data/doc/lib/reports/StatusSheetReport_rb.html +1 -1
- data/doc/lib/reports/TableReport_rb.html +1 -1
- data/doc/lib/reports/TaskListRE_rb.html +1 -1
- data/doc/lib/reports/TextReport_rb.html +1 -1
- data/doc/lib/reports/TimeSheetReport_rb.html +1 -1
- data/doc/lib/reports/TjpExportRE_rb.html +1 -1
- data/doc/lib/taskjuggler3_rb.html +1 -1
- data/doc/lib/tj3client_rb.html +1 -1
- data/doc/lib/tj3d_rb.html +1 -1
- data/doc/lib/tj3man_rb.html +1 -1
- data/doc/lib/tj3ss_receiver_rb.html +1 -1
- data/doc/lib/tj3ss_sender_rb.html +1 -1
- data/doc/lib/tj3ts_receiver_rb.html +1 -1
- data/doc/lib/tj3ts_sender_rb.html +1 -1
- data/doc/lib/tj3ts_summary_rb.html +1 -1
- data/lib/Allocation.rb +8 -5
- data/lib/BatchProcessor.rb +7 -3
- data/lib/FileList.rb +58 -0
- data/lib/Journal.rb +73 -33
- data/lib/KeywordArray.rb +4 -0
- data/lib/KeywordDocumentation.rb +45 -11
- data/lib/Limits.rb +0 -1
- data/lib/LogicalExpression.rb +1 -1
- data/lib/LogicalFunction.rb +14 -12
- data/lib/MacroTable.rb +3 -4
- data/lib/MessageHandler.rb +136 -7
- data/lib/Project.rb +72 -86
- data/lib/ProjectFileParser.rb +30 -33
- data/lib/ProjectFileScanner.rb +7 -16
- data/lib/PropertyList.rb +25 -27
- data/lib/PropertySet.rb +1 -1
- data/lib/PropertyTreeNode.rb +9 -12
- data/lib/Query.rb +5 -4
- data/lib/RTFNavigator.rb +2 -1
- data/lib/RTFQuery.rb +4 -11
- data/lib/RTFReport.rb +2 -1
- data/lib/RTFReportLink.rb +10 -4
- data/lib/RTFWithQuerySupport.rb +45 -0
- data/lib/Resource.rb +20 -20
- data/lib/ResourceScenario.rb +3 -3
- data/lib/RichText.rb +15 -7
- data/lib/RichTextDocument.rb +8 -4
- data/lib/RichTextElement.rb +35 -12
- data/lib/RichTextFunctionHandler.rb +11 -12
- data/lib/RichTextParser.rb +5 -3
- data/lib/RichTextScanner.rb +144 -565
- data/lib/RichTextSnip.rb +3 -7
- data/lib/RichTextSyntaxRules.rb +51 -32
- data/lib/ScenarioData.rb +16 -25
- data/lib/SheetHandlerBase.rb +59 -2
- data/lib/SheetReceiver.rb +36 -18
- data/lib/SimpleQueryExpander.rb +58 -0
- data/lib/SyntaxReference.rb +9 -5
- data/lib/TOCEntry.rb +2 -0
- data/lib/TableOfContents.rb +4 -0
- data/lib/Task.rb +23 -12
- data/lib/TaskJuggler.rb +72 -33
- data/lib/TaskScenario.rb +131 -53
- data/lib/TextParser.rb +43 -30
- data/lib/TextParser/Pattern.rb +17 -13
- data/lib/TextParser/Rule.rb +5 -0
- data/lib/TextScanner.rb +46 -25
- data/lib/TimeSheetSummary.rb +9 -7
- data/lib/TimeSheets.rb +14 -23
- data/lib/Tj3Config.rb +1 -1
- data/lib/TjTime.rb +1 -2
- data/lib/TjpSyntaxRules.rb +128 -104
- data/lib/UTF8String.rb +0 -1
- data/lib/UserManual.rb +5 -4
- data/lib/VimSyntax.rb +223 -0
- data/lib/daemon/Daemon.rb +9 -0
- data/lib/daemon/ProcessIntercom.rb +19 -4
- data/lib/daemon/ProjectBroker.rb +149 -68
- data/lib/daemon/ProjectServer.rb +119 -79
- data/lib/daemon/ReportServer.rb +42 -31
- data/lib/daemon/WebServer.rb +21 -2
- data/lib/deep_copy.rb +1 -1
- data/lib/reports/GanttContainer.rb +2 -2
- data/lib/reports/GanttLine.rb +2 -3
- data/lib/reports/GanttTaskBar.rb +7 -3
- data/lib/reports/Report.rb +62 -57
- data/lib/reports/ReportBase.rb +6 -4
- data/lib/reports/ReportTableCell.rb +13 -14
- data/lib/reports/TableReport.rb +2 -1
- data/lib/reports/TextReport.rb +3 -0
- data/lib/reports/TimeSheetReport.rb +2 -3
- data/lib/reports/TjpExportRE.rb +0 -2
- data/lib/tj3client.rb +31 -3
- data/lib/tj3d.rb +8 -1
- data/manual/Day_To_Day_Juggling +2 -95
- data/manual/How_To_Contribute +2 -1
- data/manual/Rich_Text_Attributes +37 -3
- data/manual/Software +203 -0
- data/test/MessageChecker.rb +4 -4
- data/test/TestSuite/HTML-Reports/Alerts.html +172 -0
- data/test/TestSuite/HTML-Reports/CellText.html +758 -0
- data/test/TestSuite/HTML-Reports/ColumnPeriods.html +156 -0
- data/test/TestSuite/HTML-Reports/IsOngoing.html +172 -0
- data/test/TestSuite/HTML-Reports/LogicalFunctions.html +245 -0
- data/test/TestSuite/HTML-Reports/Query.html +31 -0
- data/test/TestSuite/HTML-Reports/css/tjmanual.css +14 -0
- data/test/TestSuite/HTML-Reports/css/tjreport.css +233 -21
- data/test/TestSuite/HTML-Reports/depArrows.html +842 -0
- data/test/TestSuite/HTML-Reports/scripts/scripts/wz_tooltip.js +1301 -0
- data/test/TestSuite/HTML-Reports/scripts/wz_tooltip.js +20 -20
- data/test/TestSuite/ReportGenerator/Correct/Alerts.tjp +48 -0
- data/test/TestSuite/ReportGenerator/Correct/Macros.tjp +57 -0
- data/test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv +386 -0
- data/test/TestSuite/ReportGenerator/Correct/refs/Macros-1.csv +6 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/css/tjmanual.css +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/css/tjreport.css +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/details.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/flag-green.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/flag-red.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/flag-yellow.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/resource.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/resourcegroup.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/task.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/taskgroup.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/trend-down.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/trend-flat.png +0 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/icons/trend-up.png +0 -0
- data/test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.html +26 -0
- data/test/TestSuite/ReportGenerator/{Correct → Errors}/scripts/wz_tooltip.js +0 -0
- data/test/TestSuite/Scheduler/Correct/Allocate.html +3210 -0
- data/test/TestSuite/Scheduler/Correct/Allocate.tjp +19 -0
- data/test/TestSuite/Scheduler/Correct/Container.html +22 -22
- data/test/TestSuite/Scheduler/Correct/Limits.html +4964 -0
- data/test/TestSuite/Scheduler/Correct/Shift.html +1707 -417
- data/test/TestSuite/Scheduler/Correct/Shift2.html +9 -9
- data/test/TestSuite/Scheduler/Correct/css/tjreport.css +6 -2
- data/test/TestSuite/Scheduler/Errors/css/tjmanual.css +66 -0
- data/test/TestSuite/Scheduler/Errors/css/tjreport.css +407 -0
- data/test/TestSuite/Scheduler/Errors/icons/details.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/flag-green.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/flag-red.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/flag-yellow.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/resource.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/resourcegroup.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/task.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/taskgroup.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/trend-down.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/trend-flat.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/trend-up.png +0 -0
- data/test/TestSuite/Scheduler/Errors/loop_detected_1.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_10.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_11.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_12.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_13.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_14.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_2.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_3.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_4.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_5.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_6.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_7.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_8.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/loop_detected_9.tjp +1 -1
- data/test/TestSuite/Scheduler/Errors/scripts/wz_tooltip.js +1301 -0
- data/test/TestSuite/Scheduler/Errors/task_pred_before.tjp +11 -0
- data/test/TestSuite/Scheduler/Errors/task_pred_before_gd.tjp +11 -0
- data/test/TestSuite/Scheduler/Errors/task_pred_before_gl.tjp +11 -0
- data/test/TestSuite/Scheduler/Errors/task_succ_after.tjp +12 -0
- data/test/TestSuite/Scheduler/Errors/task_succ_after_gd.tjp +12 -0
- data/test/TestSuite/Scheduler/Errors/task_succ_after_gl.tjp +12 -0
- data/test/TestSuite/StatusSheets/dev2.tji +22 -0
- data/test/TestSuite/StatusSheets/resrep.tji +7 -0
- data/test/TestSuite/StatusSheets/run +6 -4
- data/test/TestSuite/StatusSheets/tj3d.log +312 -0
- data/test/TestSuite/Syntax/Correct/Managers.html +263 -0
- data/test/TestSuite/Syntax/Correct/tutorial.tjp +1 -2
- data/test/TestSuite/Syntax/Errors/empty.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/macro_stack_overflow.tjp +1 -1
- data/test/TestSuite/TimeSheets/acceptable_intervals +1 -0
- data/test/TestSuite/TimeSheets/resrep.tji +7 -0
- data/test/TestSuite/TimeSheets/run +6 -5
- data/test/TestSuite/TimeSheets/statussheets.log +1 -0
- data/test/TestSuite/TimeSheets/ts.tji +351 -0
- data/test/TestSuite/TimeSheets/tsdef.tji +2 -0
- data/test/test_PropertySet.rb +2 -2
- data/test/test_RichText.rb +178 -387
- data/test/test_SimpleQueryExpander.rb +55 -0
- data/test/test_deep_copy.rb +2 -2
- metadata +854 -834
- data/lib/MacroParser.rb +0 -77
- data/lib/Message.rb +0 -56
- data/lib/ruby-signal-bug.rb +0 -43
- data/test/TestSuite/HTML-Reports/TimeSheet.html +0 -79
- data/test/TestSuite/HTML-Reports/reference.html +0 -51
- data/test/TestSuite/ReportGenerator/Correct/Journal.html +0 -63
- data/test/TestSuite/ReportGenerator/Correct/LogicalFunctions2.csv +0 -3
- data/test/TestSuite/ReportGenerator/Correct/opennodes.csv +0 -2
- data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +0 -26
- data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +0 -2
- data/test/TestSuite/Scheduler/Correct/Booking2.html +0 -603
- data/test/TestSuite/Scheduler/Correct/TimeSheet2.html +0 -108
- data/test/TestSuite/StatusSheetTemplates/project.tji +0 -35
- data/test/TestSuite/StatusSheetTemplates/project.tjp +0 -56
- data/test/TestSuite/Syntax/Correct/ResourcePrefix.html +0 -32
|
@@ -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
|
+
}
|
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
function cleanup
|
|
4
4
|
{
|
|
5
5
|
tj3client --silent terminate 2> /dev/null
|
|
6
|
-
|
|
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
|
|
42
|
-
check "Yellow" receiver.log
|
|
43
|
-
check "Green" receiver.log
|
|
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&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&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&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&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&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&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&D Team, The Hacker, Doc Writer, F&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>
|