Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1649:74142aa5d938
Improved WSPLGEN start to suppress inconsistent Artifact states.
flys-artifacts/trunk@2836 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 27 Sep 2011 11:33:45 +0000 |
parents | d1d6fd8cfbb2 |
children | aaf8d32f85bd |
comparison
equal
deleted
inserted
replaced
1648:d1d6fd8cfbb2 | 1649:74142aa5d938 |
---|---|
1 2011-09-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: | |
4 Put Artifact in background mode first before starting WSPLGEN, otherwise | |
5 a very fast errors (call CallContext.afterBackground() before Artifact is | |
6 in Background mode) might lead to an inconsistent state. | |
7 | |
8 * src/main/java/de/intevation/flys/wsplgen/ProblemObserver.java: Repaired | |
9 broken error num parsing. | |
10 | |
1 2011-09-27 Ingo Weinzierl <ingo@intevation.de> | 11 2011-09-27 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/wsplgen/ProblemObserver.java: Track | 13 * src/main/java/de/intevation/flys/wsplgen/ProblemObserver.java: Track |
4 critical errors as well (improved regular expression for errors). | 14 critical errors as well (improved regular expression for errors). |
5 | 15 |