1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
|
/*
* For details about TaskJuggler see http://www.taskjuggler.org
*/
project prj "Milestone Test" "$Id" 2003-01-01-00:00:00-GMT 2003-01-30-23:59:59-GMT {
timezone "GMT"
dailyworkinghours 8
yearlyworkingdays 260.714
timingresolution 60min
timeformat "%Y-%m-%d %H:%M:%S %Z"
shorttimeformat "%H:%M"
currencyformat "(" ")" "," "." 0
weekstartsmonday
workinghours sun off
workinghours mon 9:00 - 12:00, 13:00 - 18:00
workinghours tue 9:00 - 12:00, 13:00 - 18:00
workinghours wed 9:00 - 12:00, 13:00 - 18:00
workinghours thu 9:00 - 12:00, 13:00 - 18:00
workinghours fri 9:00 - 12:00, 13:00 - 18:00
workinghours sat off
scenario plan "Plan" {
enabled
}
}
resource tux1 "Tux1" {
}
resource tux10 "Tux10" {
}
resource tux11 "Tux11" {
}
resource tux12 "Tux12" {
}
resource tux2 "Tux2" {
}
resource tux3 "Tux3" {
}
resource tux4 "Tux4" {
}
resource tux5 "Tux5" {
}
resource tux6 "Tux6" {
}
resource tux7 "Tux7" {
}
resource tux8 "Tux8" {
}
resource tux9 "Tux9" {
}
projectids prj
task t1 "|->" {
projectid prj
plan:start 2003-01-06-00:00:00-+0000
plan:end 2003-01-10-18:00:00-+0000
plan:scheduled
scheduling asap
}
task m8 "-D M -" {
projectid prj
depends t1
plan:start 2003-01-10-18:00:00-+0000
plan:scheduled
milestone
scheduling asap
}
task m10_asap "-D M -D (ASAP)" {
projectid prj
depends t1
precedes t2
plan:start 2003-01-10-18:00:00-+0000
plan:scheduled
milestone
scheduling asap
}
task m1 "| M -" {
projectid prj
plan:start 2003-01-13-00:00:00-+0000
plan:scheduled
milestone
scheduling asap
}
task m2 "| M -D" {
projectid prj
precedes t2
plan:start 2003-01-13-00:00:00-+0000
plan:scheduled
milestone
scheduling alap
}
task m3 "|D M -" {
projectid prj
depends t1
plan:start 2003-01-13-00:00:00-+0000
plan:scheduled
milestone
scheduling asap
}
task m4 "|D M -D" {
projectid prj
depends t1
precedes t2
plan:start 2003-01-13-00:00:00-+0000
plan:scheduled
milestone
scheduling alap
}
task m5 "- M |" {
projectid prj
plan:start 2003-01-18-00:00:00-+0000
plan:scheduled
milestone
scheduling alap
}
task m7 "- M |D" {
projectid prj
precedes t2
plan:start 2003-01-18-00:00:00-+0000
plan:scheduled
milestone
scheduling alap
}
task m9 "-D M |" {
projectid prj
depends t1
plan:start 2003-01-18-00:00:00-+0000
plan:scheduled
milestone
scheduling alap
}
task m11 "-D M |D" {
projectid prj
depends t1
precedes t2
plan:start 2003-01-18-00:00:00-+0000
plan:scheduled
milestone
scheduling alap
}
task m6 "- M -D" {
projectid prj
precedes t2
plan:start 2003-01-20-09:00:00-+0000
plan:scheduled
milestone
scheduling alap
}
task m10_alap "-D M -D (ALAP)" {
projectid prj
depends t1
precedes t2
plan:start 2003-01-20-09:00:00-+0000
plan:scheduled
milestone
scheduling alap
}
task t2 "<-|" {
projectid prj
plan:start 2003-01-20-09:00:00-+0000
plan:end 2003-01-27-00:00:00-+0000
plan:scheduled
scheduling alap
}
supplement task t1 {
priority 500
}
supplement task m8 {
priority 500
}
supplement task m10_asap {
priority 500
}
supplement task m1 {
priority 500
}
supplement task m2 {
priority 500
}
supplement task m3 {
priority 500
}
supplement task m4 {
priority 500
}
supplement task m5 {
priority 500
}
supplement task m7 {
priority 500
}
supplement task m9 {
priority 500
}
supplement task m11 {
priority 500
}
supplement task m6 {
priority 500
}
supplement task m10_alap {
priority 500
}
supplement task t2 {
priority 500
}
|