Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1149:64b465699a24
Added an Output target for WSPLGEN reports that will be available when an WSPLGEN calculation is finished.
flys-artifacts/trunk@2680 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 08 Sep 2011 14:42:36 +0000 |
parents | 302461d5d071 |
children | 5f53b443d67c |
comparison
equal
deleted
inserted
replaced
1148:302461d5d071 | 1149:64b465699a24 |
---|---|
1 2011-09-08 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/WSPLGENCalculation.java: | |
4 New. This sublcass of Calculation saves warnings and errors that occur | |
5 while WSPLGEN is running. | |
6 Note, that the interface of this class doesn't exactly apply the interface | |
7 of Calculation. Maybe, we should generalize this interface! | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/model/WSPLGENJob.java: Stores | |
10 an instance of WSPLGENCalculation now. We use this instance to save | |
11 warnings and errors. | |
12 | |
13 * src/main/java/de/intevation/flys/wsplgen/ProblemObserver.java: Use the | |
14 WSPLGENCalculation to save errors and warnings. | |
15 | |
16 * src/main/java/de/intevation/flys/artifacts/model/WSPLGENReportFacet.java: | |
17 New. This facet is used for WSPLGEN reports. It stores an instance of | |
18 WSPLGENCalculation which saves ERRORS and WARNINGS that occur while | |
19 WSPLGEN execution. | |
20 | |
21 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: | |
22 Create a WSPLGENReportFacet for WSPLGEN reports. | |
23 | |
24 * doc/conf/conf.xml: Added an OutputGenerator 'report' for WSPLGEN | |
25 reports. | |
26 | |
27 * doc/conf/artifacts/winfo.xml: Added an output 'report' for WSPLGEN | |
28 reports. | |
29 | |
1 2011-09-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 30 2011-09-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 31 |
3 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java, | 32 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java, |
4 src/main/java/de/intevation/flys/artifacts/math/WKmsOperation.java, | 33 src/main/java/de/intevation/flys/artifacts/math/WKmsOperation.java, |
5 src/main/java/de/intevation/flys/artifacts/states/CalculationSelect.java: | 34 src/main/java/de/intevation/flys/artifacts/states/CalculationSelect.java: |