taskjuggler 0.0.7 → 0.0.8
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 +119 -0
- data/benchmarks/allocatedSlots.tjp +1602 -0
- data/benchmarks/booking.tjp +40 -30
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/css/tjmanual.css +0 -0
- data/{test/TestSuite/Scheduler/Correct → benchmarks}/css/tjreport.css +1 -0
- data/benchmarks/gantt.tjp +57 -0
- data/benchmarks/htmltaskreport.tjp +26 -1
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/details.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/flag-green.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/flag-red.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/flag-yellow.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/resource.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/resourcegroup.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/task.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/taskgroup.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/trend-down.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/trend-flat.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/trend-up.png +0 -0
- data/benchmarks/profile.clt +36082 -0
- data/benchmarks/profile.html +58182 -0
- data/benchmarks/runbench.rb +6 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/scripts/wz_tooltip.js +0 -0
- data/doc/AppConfig.html +85 -37
- data/doc/Arguments.html +11 -1
- data/doc/CHANGELOG.html +131 -2
- data/doc/COPYING.html +11 -1
- data/doc/Object.html +12 -3
- data/doc/README.html +11 -1
- data/doc/RuntimeConfig.html +11 -1
- data/doc/String.html +11 -1
- data/doc/StringIO.html +11 -1
- data/doc/TaskJuggler.html +250 -219
- data/doc/TaskJuggler/Account.html +11 -1
- data/doc/TaskJuggler/AccountAttribute.html +11 -1
- data/doc/TaskJuggler/AccountScenario.html +11 -1
- data/doc/TaskJuggler/Allocation.html +11 -1
- data/doc/TaskJuggler/AllocationAttribute.html +11 -1
- data/doc/TaskJuggler/AttributeBase.html +11 -1
- data/doc/TaskJuggler/AttributeDefinition.html +11 -1
- data/doc/TaskJuggler/BatchProcessor.html +11 -1
- data/doc/TaskJuggler/Booking.html +11 -1
- data/doc/TaskJuggler/BookingListAttribute.html +11 -1
- data/doc/TaskJuggler/BooleanAttribute.html +11 -1
- data/doc/TaskJuggler/CSVFile.html +12 -2
- data/doc/TaskJuggler/CellSettingPattern.html +11 -1
- data/doc/TaskJuggler/CellSettingPatternList.html +11 -1
- data/doc/TaskJuggler/Charge.html +11 -1
- data/doc/TaskJuggler/ChargeListAttribute.html +11 -1
- data/doc/TaskJuggler/ChargeSet.html +11 -1
- data/doc/TaskJuggler/ChargeSetListAttribute.html +11 -1
- data/doc/TaskJuggler/CollisionDetector.html +1063 -0
- data/doc/TaskJuggler/ColumnListAttribute.html +11 -1
- data/doc/TaskJuggler/ColumnTable.html +11 -1
- data/doc/TaskJuggler/Daemon.html +11 -1
- data/doc/TaskJuggler/{OnShiftCache.html → DataCache.html} +127 -139
- data/doc/TaskJuggler/DataCacheEntry.html +711 -0
- data/doc/TaskJuggler/DateAttribute.html +11 -1
- data/doc/TaskJuggler/DefinitionListAttribute.html +11 -1
- data/doc/TaskJuggler/DependencyListAttribute.html +11 -1
- data/doc/TaskJuggler/DurationAttribute.html +16 -5
- data/doc/TaskJuggler/FileList.html +11 -1
- data/doc/TaskJuggler/FileRecord.html +11 -1
- data/doc/TaskJuggler/FixnumAttribute.html +19 -9
- data/doc/TaskJuggler/FlagListAttribute.html +29 -19
- data/doc/TaskJuggler/FloatAttribute.html +23 -13
- data/doc/TaskJuggler/FormatListAttribute.html +19 -9
- data/doc/TaskJuggler/GanttChart.html +94 -133
- data/doc/TaskJuggler/GanttContainer.html +11 -1
- data/doc/TaskJuggler/GanttHeader.html +11 -1
- data/doc/TaskJuggler/GanttHeaderScaleItem.html +11 -1
- data/doc/TaskJuggler/GanttLine.html +11 -1
- data/doc/TaskJuggler/GanttLoadStack.html +11 -1
- data/doc/TaskJuggler/GanttMilestone.html +11 -1
- data/doc/TaskJuggler/GanttRouter.html +247 -596
- data/doc/TaskJuggler/GanttTaskBar.html +11 -1
- data/doc/TaskJuggler/HTMLDocument.html +11 -1
- data/doc/TaskJuggler/HTMLGraphics.html +11 -1
- data/doc/TaskJuggler/Interval.html +11 -1
- data/doc/TaskJuggler/IntervalListAttribute.html +33 -23
- data/doc/TaskJuggler/JobInfo.html +11 -1
- data/doc/TaskJuggler/Journal.html +11 -1
- data/doc/TaskJuggler/JournalEntry.html +11 -1
- data/doc/TaskJuggler/JournalEntryList.html +11 -1
- data/doc/TaskJuggler/KeywordArray.html +11 -1
- data/doc/TaskJuggler/KeywordDocumentation.html +16 -6
- data/doc/TaskJuggler/Limits.html +11 -1
- data/doc/TaskJuggler/Limits/Limit.html +11 -1
- data/doc/TaskJuggler/LimitsAttribute.html +24 -14
- data/doc/TaskJuggler/ListAttributeBase.html +11 -1
- data/doc/TaskJuggler/Log.html +11 -1
- data/doc/TaskJuggler/LogFile.html +11 -1
- data/doc/TaskJuggler/LogicalAttribute.html +11 -1
- data/doc/TaskJuggler/LogicalExpression.html +11 -1
- data/doc/TaskJuggler/LogicalExpressionAttribute.html +19 -9
- data/doc/TaskJuggler/LogicalFlag.html +11 -1
- data/doc/TaskJuggler/LogicalFunction.html +11 -1
- data/doc/TaskJuggler/LogicalOperation.html +11 -1
- data/doc/TaskJuggler/Macro.html +11 -1
- data/doc/TaskJuggler/MacroTable.html +11 -1
- data/doc/TaskJuggler/ManagerResponsibilities.html +11 -1
- data/doc/TaskJuggler/ManagerStatusRecord.html +11 -1
- data/doc/TaskJuggler/Message.html +11 -1
- data/doc/TaskJuggler/MessageHandler.html +11 -1
- data/doc/TaskJuggler/Navigator.html +12 -2
- data/doc/TaskJuggler/NavigatorElement.html +11 -1
- data/doc/TaskJuggler/NikuProject.html +11 -1
- data/doc/TaskJuggler/NikuReport.html +11 -1
- data/doc/TaskJuggler/NikuResource.html +11 -1
- data/doc/TaskJuggler/NodeListAttribute.html +17 -7
- data/doc/TaskJuggler/PlaceHolderCell.html +722 -0
- data/doc/TaskJuggler/ProcessIntercom.html +11 -1
- data/doc/TaskJuggler/ProcessIntercomIface.html +11 -1
- data/doc/TaskJuggler/Project.html +587 -500
- data/doc/TaskJuggler/ProjectBroker.html +11 -1
- data/doc/TaskJuggler/ProjectBrokerIface.html +11 -1
- data/doc/TaskJuggler/ProjectFileParser.html +205 -192
- data/doc/TaskJuggler/ProjectFileScanner.html +230 -207
- data/doc/TaskJuggler/ProjectRecord.html +11 -1
- data/doc/TaskJuggler/ProjectServer.html +11 -1
- data/doc/TaskJuggler/ProjectServerIface.html +11 -1
- data/doc/TaskJuggler/PropertyAttribute.html +19 -9
- data/doc/TaskJuggler/PropertyList.html +95 -83
- data/doc/TaskJuggler/PropertySet.html +11 -1
- data/doc/TaskJuggler/PropertyTreeNode.html +11 -1
- data/doc/TaskJuggler/Query.html +234 -232
- data/doc/TaskJuggler/RTFHandlers.html +11 -1
- data/doc/TaskJuggler/RTFNavigator.html +11 -1
- data/doc/TaskJuggler/RTFQuery.html +11 -1
- data/doc/TaskJuggler/RTFReport.html +11 -1
- data/doc/TaskJuggler/RTFReportLink.html +11 -1
- data/doc/TaskJuggler/RTFWithQuerySupport.html +11 -1
- data/doc/TaskJuggler/RealFormat.html +12 -2
- data/doc/TaskJuggler/RealFormatAttribute.html +15 -5
- data/doc/TaskJuggler/ReferenceAttribute.html +38 -28
- data/doc/TaskJuggler/Report.html +96 -113
- data/doc/TaskJuggler/ReportBase.html +161 -152
- data/doc/TaskJuggler/ReportContext.html +11 -1
- data/doc/TaskJuggler/ReportServer.html +59 -48
- data/doc/TaskJuggler/ReportServerIface.html +51 -41
- data/doc/TaskJuggler/ReportServerRecord.html +11 -1
- data/doc/TaskJuggler/ReportServlet.html +11 -1
- data/doc/TaskJuggler/ReportTable.html +46 -25
- data/doc/TaskJuggler/ReportTableCell.html +296 -275
- data/doc/TaskJuggler/ReportTableColumn.html +14 -4
- data/doc/TaskJuggler/ReportTableLegend.html +11 -1
- data/doc/TaskJuggler/ReportTableLine.html +19 -7
- data/doc/TaskJuggler/Resource.html +12 -2
- data/doc/TaskJuggler/ResourceListAttribute.html +40 -30
- data/doc/TaskJuggler/ResourceListRE.html +11 -1
- data/doc/TaskJuggler/ResourceScenario.html +708 -565
- data/doc/TaskJuggler/RichText.html +54 -36
- data/doc/TaskJuggler/RichTextAttribute.html +31 -21
- data/doc/TaskJuggler/RichTextDocument.html +11 -1
- data/doc/TaskJuggler/RichTextElement.html +11 -1
- data/doc/TaskJuggler/RichTextFunctionExample.html +11 -1
- data/doc/TaskJuggler/RichTextFunctionHandler.html +11 -1
- data/doc/TaskJuggler/RichTextImage.html +11 -1
- data/doc/TaskJuggler/RichTextIntermediate.html +81 -71
- data/doc/TaskJuggler/RichTextParser.html +88 -33
- data/doc/TaskJuggler/RichTextScanner.html +45 -35
- data/doc/TaskJuggler/RichTextSnip.html +11 -1
- data/doc/TaskJuggler/RichTextSyntaxRules.html +436 -389
- data/doc/TaskJuggler/Scenario.html +11 -1
- data/doc/TaskJuggler/ScenarioData.html +11 -1
- data/doc/TaskJuggler/ScenarioListAttribute.html +23 -13
- data/doc/TaskJuggler/Scoreboard.html +92 -73
- data/doc/TaskJuggler/SheetHandlerBase.html +11 -1
- data/doc/TaskJuggler/SheetReceiver.html +11 -1
- data/doc/TaskJuggler/SheetSender.html +11 -1
- data/doc/TaskJuggler/Shift.html +11 -1
- data/doc/TaskJuggler/ShiftAssignment.html +11 -1
- data/doc/TaskJuggler/ShiftAssignments.html +11 -1
- data/doc/TaskJuggler/ShiftAssignmentsAttribute.html +24 -14
- data/doc/TaskJuggler/ShiftScenario.html +11 -1
- data/doc/TaskJuggler/SimpleQueryExpander.html +11 -1
- data/doc/TaskJuggler/SortListAttribute.html +21 -11
- data/doc/TaskJuggler/SourceFileInfo.html +11 -1
- data/doc/TaskJuggler/StatusSheetReceiver.html +11 -1
- data/doc/TaskJuggler/StatusSheetReport.html +11 -1
- data/doc/TaskJuggler/StatusSheetSender.html +112 -11
- data/doc/TaskJuggler/StringAttribute.html +23 -13
- data/doc/TaskJuggler/SymbolAttribute.html +19 -9
- data/doc/TaskJuggler/SyntaxReference.html +80 -71
- data/doc/TaskJuggler/TOCEntry.html +11 -1
- data/doc/TaskJuggler/TSResourceRecord.html +11 -1
- data/doc/TaskJuggler/TSTaskRecord.html +11 -1
- data/doc/TaskJuggler/TableColumnDefinition.html +11 -1
- data/doc/TaskJuggler/TableOfContents.html +11 -1
- data/doc/TaskJuggler/TableReport.html +422 -411
- data/doc/TaskJuggler/Task.html +11 -1
- data/doc/TaskJuggler/TaskDependency.html +11 -1
- data/doc/TaskJuggler/TaskListAttribute.html +33 -23
- data/doc/TaskJuggler/TaskListRE.html +11 -1
- data/doc/TaskJuggler/TaskScenario.html +2007 -1919
- data/doc/TaskJuggler/TextFormatter.html +11 -1
- data/doc/TaskJuggler/TextParser.html +421 -612
- data/doc/TaskJuggler/TextParser/Pattern.html +410 -211
- data/doc/TaskJuggler/TextParser/Rule.html +224 -152
- data/doc/TaskJuggler/TextParser/StackElement.html +190 -28
- data/doc/TaskJuggler/TextParser/State.html +989 -0
- data/doc/TaskJuggler/TextParser/StateTransition.html +782 -0
- data/doc/TaskJuggler/TextParser/TextParserResultArray.html +25 -14
- data/doc/TaskJuggler/TextParser/TokenDoc.html +11 -1
- data/doc/TaskJuggler/TextReport.html +11 -1
- data/doc/TaskJuggler/TextScanner.html +285 -273
- data/doc/TaskJuggler/TextScanner/BufferStreamHandle.html +17 -7
- data/doc/TaskJuggler/TextScanner/FileStreamHandle.html +24 -14
- data/doc/TaskJuggler/TextScanner/MacroStackEntry.html +11 -1
- data/doc/TaskJuggler/TextScanner/StreamHandle.html +64 -52
- data/doc/TaskJuggler/TimeSheet.html +11 -1
- data/doc/TaskJuggler/TimeSheetReceiver.html +11 -1
- data/doc/TaskJuggler/TimeSheetRecord.html +11 -1
- data/doc/TaskJuggler/TimeSheetReport.html +11 -1
- data/doc/TaskJuggler/TimeSheetSender.html +11 -1
- data/doc/TaskJuggler/TimeSheetSummary.html +11 -1
- data/doc/TaskJuggler/TimeSheets.html +11 -1
- data/doc/TaskJuggler/Tj3AppBase.html +11 -1
- data/doc/TaskJuggler/Tj3Client.html +11 -1
- data/doc/TaskJuggler/Tj3Daemon.html +11 -1
- data/doc/TaskJuggler/Tj3SheetAppBase.html +11 -1
- data/doc/TaskJuggler/Tj3SsReceiver.html +11 -1
- data/doc/TaskJuggler/Tj3SsSender.html +11 -1
- data/doc/TaskJuggler/Tj3TsReceiver.html +11 -1
- data/doc/TaskJuggler/Tj3TsSender.html +11 -1
- data/doc/TaskJuggler/Tj3TsSummary.html +11 -1
- data/doc/TaskJuggler/TjException.html +11 -1
- data/doc/TaskJuggler/TjTime.html +474 -324
- data/doc/TaskJuggler/TjpExample.html +11 -1
- data/doc/TaskJuggler/TjpExportRE.html +11 -1
- data/doc/TaskJuggler/TjpSyntaxRules.html +3731 -3662
- data/doc/TaskJuggler/URLParameter.html +11 -1
- data/doc/TaskJuggler/UserManual.html +11 -1
- data/doc/TaskJuggler/VimSyntax.html +11 -1
- data/doc/TaskJuggler/WebServer.html +11 -1
- data/doc/TaskJuggler/WorkingHours.html +295 -221
- data/doc/TaskJuggler/WorkingHoursAttribute.html +11 -1
- data/doc/TaskJuggler/XMLBlob.html +11 -1
- data/doc/TaskJuggler/XMLComment.html +11 -1
- data/doc/TaskJuggler/XMLDocument.html +11 -1
- data/doc/TaskJuggler/XMLElement.html +11 -1
- data/doc/TaskJuggler/XMLNamedText.html +11 -1
- data/doc/TaskJuggler/XMLText.html +11 -1
- data/doc/index.html +694 -624
- data/doc/lib/AppConfig_rb.html +1 -1
- data/doc/lib/Attributes_rb.html +1 -1
- data/doc/lib/Booking_rb.html +1 -1
- data/doc/lib/DataCache_rb.html +69 -0
- data/doc/lib/KeywordDocumentation_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 +1 -1
- data/doc/lib/PropertyList_rb.html +1 -1
- data/doc/lib/Query_rb.html +1 -1
- 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/RichTextParser_rb.html +1 -1
- data/doc/lib/RichTextScanner_rb.html +1 -1
- data/doc/lib/RichTextSyntaxRules_rb.html +1 -1
- data/doc/lib/RichText_rb.html +1 -1
- data/doc/lib/Scoreboard_rb.html +1 -1
- data/doc/lib/StatusSheetSender_rb.html +1 -1
- data/doc/lib/SyntaxReference_rb.html +1 -1
- data/doc/lib/TaskJuggler_rb.html +1 -1
- data/doc/lib/TaskScenario_rb.html +3 -1
- data/doc/lib/TextParser/Pattern_rb.html +3 -1
- data/doc/lib/TextParser/Rule_rb.html +3 -1
- data/doc/lib/TextParser/StackElement_rb.html +3 -1
- data/doc/lib/TextParser/State_rb.html +65 -0
- data/doc/lib/TextParser_rb.html +1 -1
- data/doc/lib/TextScanner_rb.html +1 -1
- data/doc/lib/Tj3Config_rb.html +1 -1
- data/doc/lib/TjTime_rb.html +1 -1
- data/doc/lib/TjpSyntaxRules_rb.html +1 -1
- data/doc/lib/WorkingHours_rb.html +3 -1
- data/doc/lib/daemon/ReportServer_rb.html +1 -1
- data/doc/lib/reports/CSVFile_rb.html +1 -1
- data/doc/lib/reports/CollisionDetector_rb.html +67 -0
- data/doc/lib/reports/GanttChart_rb.html +1 -1
- data/doc/lib/reports/GanttRouter_rb.html +3 -1
- data/doc/lib/reports/Navigator_rb.html +1 -1
- data/doc/lib/reports/ReportBase_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/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/TableReport_rb.html +1 -1
- data/doc/lib/taskjuggler3_rb.html +1 -1
- data/examples/tutorial.tjp +1 -2
- data/lib/AppConfig.rb +10 -4
- data/lib/Attributes.rb +4 -4
- data/lib/DataCache.rb +124 -0
- data/lib/KeywordDocumentation.rb +5 -5
- data/lib/Project.rb +54 -10
- data/lib/ProjectFileParser.rb +10 -9
- data/lib/ProjectFileScanner.rb +38 -25
- data/lib/PropertyList.rb +6 -4
- data/lib/Query.rb +0 -8
- data/lib/RealFormat.rb +1 -1
- data/lib/Resource.rb +1 -1
- data/lib/ResourceScenario.rb +96 -31
- data/lib/RichText.rb +17 -5
- data/lib/RichTextParser.rb +22 -9
- data/lib/RichTextScanner.rb +34 -34
- data/lib/RichTextSyntaxRules.rb +41 -36
- data/lib/Scoreboard.rb +16 -7
- data/lib/StatusSheetSender.rb +63 -0
- data/lib/SyntaxReference.rb +9 -10
- data/lib/TaskJuggler.rb +28 -4
- data/lib/TaskScenario.rb +66 -19
- data/lib/TextParser.rb +219 -384
- data/lib/TextParser/Pattern.rb +168 -49
- data/lib/TextParser/Rule.rb +33 -17
- data/lib/TextParser/StackElement.rb +42 -2
- data/lib/TextParser/State.rb +175 -0
- data/lib/TextScanner.rb +19 -15
- data/lib/Tj3Config.rb +1 -1
- data/lib/TjTime.rb +111 -3
- data/lib/TjpSyntaxRules.rb +122 -66
- data/lib/WorkingHours.rb +91 -186
- data/lib/daemon/ReportServer.rb +3 -2
- data/lib/reports/CSVFile.rb +1 -1
- data/lib/reports/CollisionDetector.rb +177 -0
- data/lib/reports/GanttChart.rb +25 -41
- data/lib/reports/GanttRouter.rb +104 -233
- data/lib/reports/Navigator.rb +1 -1
- data/lib/reports/Report.rb +9 -33
- data/lib/reports/ReportBase.rb +0 -1
- data/lib/reports/ReportTable.rb +19 -8
- data/lib/reports/ReportTableCell.rb +61 -25
- data/lib/reports/ReportTableColumn.rb +2 -2
- data/lib/reports/ReportTableLine.rb +4 -2
- data/lib/reports/TableReport.rb +1 -0
- data/lib/taskjuggler3.rb +0 -1
- data/manual/Installation +7 -3
- data/manual/Intro +12 -10
- data/manual/The_TaskJuggler_Syntax +4 -4
- data/test/TestSuite/CSV-Reports/celltext-Reference.csv +14 -14
- data/test/TestSuite/CSV-Reports/genrefs +1 -1
- data/test/TestSuite/CSV-Reports/resourcereport-Reference.csv +4 -4
- data/test/TestSuite/CSV-Reports/resourcereport_with_tasks-Reference.csv +22 -22
- data/test/TestSuite/CSV-Reports/sortByTree-Reference.csv +14 -14
- data/test/TestSuite/CSV-Reports/sortBy_duration.down-Reference.csv +14 -14
- data/test/TestSuite/CSV-Reports/sortBy_effort.up-Reference.csv +14 -14
- data/test/TestSuite/CSV-Reports/sortBy_plan.start.down-Reference.csv +14 -14
- data/test/TestSuite/CSV-Reports/taskreport-Reference.csv +14 -14
- data/test/TestSuite/CSV-Reports/taskreport_with_resources-Reference.csv +32 -24
- data/test/TestSuite/CSV-Reports/weekly-Reference.csv +13 -0
- data/test/TestSuite/CSV-Reports/weekly.tjp +9 -0
- data/test/TestSuite/HTML-Reports/css/tjreport.css +7 -2
- data/test/TestSuite/HTML-Reports/depArrows.html +839 -830
- data/test/TestSuite/HTML-Reports/depArrows.tjp +12 -12
- data/test/TestSuite/HTML-Reports/profile.html +37581 -0
- data/test/TestSuite/ReportGenerator/Errors/no_report_defined.tjp +7 -0
- data/test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.tjp +1 -1
- data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/missing-reports +2 -0
- data/test/TestSuite/StatusSheets/run +2 -0
- data/test/TestSuite/Syntax/Correct/Booking.tjp +13 -5
- data/test/TestSuite/Syntax/Correct/ResourceRoot.tjp +21 -0
- data/test/TestSuite/Syntax/Correct/RollupResource.tjp +21 -0
- data/test/TestSuite/Syntax/Correct/TaskRoot.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/empty.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/include_before_project.tjp +2 -0
- data/test/TestSuite/Syntax/Errors/no_reduce.tjp +6 -0
- data/test/TestSuite/Syntax/Errors/unsupported_token.tjp +1 -1
- data/test/TestSuite/TimeSheets/run +1 -1
- data/test/test_CSV-Reports.rb +2 -4
- data/test/test_CollisionDetector.rb +85 -0
- data/test/test_Project.rb +2 -2
- data/test/test_ProjectFileScanner.rb +73 -31
- data/test/test_Query.rb +2 -2
- data/test/test_ReportGenerator.rb +1 -1
- data/test/test_RichText.rb +4 -4
- data/test/test_WorkingHours.rb +150 -11
- metadata +75 -67
- data/test/TestSuite/ReportGenerator/Errors/css/tjreport.css +0 -407
- data/test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.html +0 -26
- data/test/TestSuite/Scheduler/Correct/Allocate.html +0 -3210
- data/test/TestSuite/Scheduler/Correct/Container.html +0 -349
- data/test/TestSuite/Scheduler/Correct/Limits.html +0 -4964
- data/test/TestSuite/Scheduler/Correct/Shift.html +0 -1719
- data/test/TestSuite/Scheduler/Correct/Shift2.html +0 -476
- data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +0 -66
- data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
- data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +0 -1301
- data/test/TestSuite/Scheduler/Errors/css/tjmanual.css +0 -66
- data/test/TestSuite/Scheduler/Errors/css/tjreport.css +0 -407
- 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/scripts/wz_tooltip.js +0 -1301
- data/test/TestSuite/StatusSheets/resrep.tji +0 -7
- data/test/TestSuite/StatusSheets/tj3d.log +0 -312
- data/test/TestSuite/Syntax/Correct/Managers.html +0 -263
- data/test/TestSuite/TimeSheets/acceptable_intervals +0 -1
- data/test/TestSuite/TimeSheets/statussheets.log +0 -1
|
@@ -1,312 +0,0 @@
|
|
|
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'
|
|
@@ -1,263 +0,0 @@
|
|
|
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>
|