Sha256: b8d348ce832e6abf69dab7ba11f1dfe8bbe2c9c74b96ecdc70a1eefb092c5c6c

Contents?: true

Size: 433 Bytes

Versions: 19

Compression:

Stored size: 433 Bytes

Contents

project prj "Loop Detector Test" "$Id" 2000-01-01 - 2000-01-10

task t1 "Task1" {
	task t2 "Task2" {
		start 2000-01-01
    length 1d
	}
	task t3 "Task3" {
		length 1d
		depends !t2, !t4
	}
	task t4 "Task4" {
		length 1d
		depends !t3
	}
  task t5 "Task5" {
		length 1d
		depends !t4
	}
}

# MARK: warning 8 loop_detected
# MARK: info 8 loop_at_end
# MARK: info 12 loop_at_start
# MARK: info 12 loop_at_end
# MARK: error 8 loop_end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
taskjuggler-3.7.2 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-3.7.1 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-3.6.0 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-3.5.0 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-3.4.0 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-3.3.0 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-3.2.0 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-3.1.0 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-3.0.0 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-0.2.2 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-0.2.1 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-0.2.0 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-0.1.1 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-0.1.0 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-0.0.11 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-0.0.10 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-0.0.9 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-0.0.8 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp
taskjuggler-0.0.7 test/TestSuite/Scheduler/Errors/loop_detected_11.tjp