annotate gnv-artifacts/Changelog @ 69:f24c825144bc

TestCase Refactored to the new Folder-Based Configuration. Also added further steps to the Testcase. gnv-artifacts/trunk@56 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Thu, 10 Sep 2009 07:57:30 +0000
parents d117fd4b82e5
children 0035862b0295
rev   line source
69
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
1 2009-09-10 Tim Englich <tim.englich@intevation.de>
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
2
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
3 * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java Edited:
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
4 src/test/ressources/conf.xml Renamed:
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
5 Project Structure changed in artifact-database. So we have to rename
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
6 the Testconfigurationfile in conf.xml.
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
7
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
8 * src/test/ressources/results Added:
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
9 Integrated Folder for temporal storing Resultfiles of the TestCases
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
10
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
11 * src/test/ressources/queries.properties Edited:
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
12 Further Queries for Testcases integrated
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
13 * src/test/ressources/timeseries/timeseries_step_05_out.xml Added,
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
14 src/test/ressources/timeseries/timeseries_step_05_feed.xml Added:
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
15 Integrated the last step of the TimeSeries-Workflow.
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
16 Now the TestCase is able to render Charts.
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
17
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
18 * src/test/ressources/timeseries/timeseries_step_04_feed.xml Edited,
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
19 src/test/ressources/timeseries/timeseries_step_03_feed.xml Edited:
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
20 Names of the feed-Parametes changed to the Syntax of BSH-Spelling
f24c825144bc TestCase Refactored to the new Folder-Based Configuration.
Tim Englich <tim.englich@intevation.de>
parents: 68
diff changeset
21
68
d117fd4b82e5 Chartrendering integrated in Timeseries Transition
Tim Englich <tim.englich@intevation.de>
parents: 67
diff changeset
22 2009-09-09 Tim Englich <tim.englich@intevation.de>
d117fd4b82e5 Chartrendering integrated in Timeseries Transition
Tim Englich <tim.englich@intevation.de>
parents: 67
diff changeset
23
d117fd4b82e5 Chartrendering integrated in Timeseries Transition
Tim Englich <tim.englich@intevation.de>
parents: 67
diff changeset
24 * src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java:
d117fd4b82e5 Chartrendering integrated in Timeseries Transition
Tim Englich <tim.englich@intevation.de>
parents: 67
diff changeset
25 Chart Rendering completed with some Fixes to do
d117fd4b82e5 Chartrendering integrated in Timeseries Transition
Tim Englich <tim.englich@intevation.de>
parents: 67
diff changeset
26 * src/main/java/de/intevation/gnv/transition/TransitionBase.java:
d117fd4b82e5 Chartrendering integrated in Timeseries Transition
Tim Englich <tim.englich@intevation.de>
parents: 67
diff changeset
27 Integrated usage of KeyValueDescibeData
d117fd4b82e5 Chartrendering integrated in Timeseries Transition
Tim Englich <tim.englich@intevation.de>
parents: 67
diff changeset
28 * src/main/java/de/intevation/gnv/transition/OutputTransition.java (getOutputModes):
d117fd4b82e5 Chartrendering integrated in Timeseries Transition
Tim Englich <tim.englich@intevation.de>
parents: 67
diff changeset
29 Errorhandling integrated
d117fd4b82e5 Chartrendering integrated in Timeseries Transition
Tim Englich <tim.englich@intevation.de>
parents: 67
diff changeset
30 * src/main/java/de/intevation/gnv/timeseries/TimeSeriesArtifact.java Edited,
d117fd4b82e5 Chartrendering integrated in Timeseries Transition
Tim Englich <tim.englich@intevation.de>
parents: 67
diff changeset
31 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java Edited:
d117fd4b82e5 Chartrendering integrated in Timeseries Transition
Tim Englich <tim.englich@intevation.de>
parents: 67
diff changeset
32 Refactored out-Method from Extending Class
d117fd4b82e5 Chartrendering integrated in Timeseries Transition
Tim Englich <tim.englich@intevation.de>
parents: 67
diff changeset
33
67
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
34 2009-09-09 Tim Englich <tim.englich@intevation.de>
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
35
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
36 * src/main/java/de/intevation/gnv/chart/exception/TechnicalChartException.java Added,
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
37 src/main/java/de/intevation/gnv/chart/ChartFactory.java Edited:
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
38 Refactoring of the ChartFactory so that it colud be use and it is possible to compile
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
39 this class.
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
40
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
41 * src/main/java/de/intevation/gnv/transition/describedata/KeyValueDescibeData.java Added,
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
42 src/main/java/de/intevation/gnv/transition/describedata/DefaultKeyValueDescribeData.java Added:
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
43 Added an new Representation of Describedata for Key Value Pairs using for the Parameter Lists
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
44 of the Transitions an put it into the Chartgeneration
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
45
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
46
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
47
66
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
48 2009-09-09 Tim Englich <tim.englich@intevation.de>
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
49
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
50 * pom.xml Edited:
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
51 Added JfreeChart Dependency to pom-file
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
52
64
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
53 2009-09-09 Tim Englich <tim.englich@intevation.de>
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
54
67
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
55 * src/main/java/de/intevation/gnv/chart/Insets.java Added,
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
56 src/main/java/de/intevation/gnv/chart/ChartStyle.java Added,
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
57 src/main/java/de/intevation/gnv/chart/ChartLabels.java Added,
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
58 src/main/java/de/intevation/gnv/chart/ChartFactory.java Added:
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
59 Insert Chart-Classes from OLD-Repository Revision: 3101 Does not compile
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
60
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
61 2009-09-09 Tim Englich <tim.englich@intevation.de>
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
62
64
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
63 * src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java Added:
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
64 The specifed OutputTransition for the Product TimeSeries.
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
65
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
66 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java Edited:
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
67 Integration of the OutputModes in the DescriberesultDocument.
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
68
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
69 * src/main/java/de/intevation/gnv/transition/OutputTransitionBase.java Added,
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
70 src/main/java/de/intevation/gnv/transition/OutputTransition.java Added:
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
71 The Interface and the abstract Basicimplementation of an Transition which
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
72 can produce different outputs.
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
73
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
74 * src/main/java/de/intevation/gnv/transition/DefaultOutputMode.java Added,
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
75 src/main/java/de/intevation/gnv/transition/OutputMode.java Added:
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
76 Interfacestructur and Defaultimplementation for the Representation of the
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
77 Different OutputModes given in an Artifact.
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
78
63
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
79 2009-09-09 Tim Englich <tim.englich@intevation.de>
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
80
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
81 * src/main/java/de/intevation/gnv/transition/TransitionBase.java (describe) Edited:
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
82 Changed DateoutputFormat from German- to Anericanstyle
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
83
62
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
84 2009-09-09 Tim Englich <tim.englich@intevation.de>
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
85
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
86 * src/test/ressources/timeseries/timeseries_step_04_feed.xml Added,
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
87 * src/test/ressources/timeseries/timeseries_step_04_advance.xml Added:
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
88 Two more ArtifactCommands for the next Step in TimeSeriesArtifactTestCase
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
89 * src/test/ressources/queries.properties Edited:
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
90 New Queries for timeseries_timeinterval added.
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
91 Also use KEY ,VALUE, MIN and MAX as Identifiers for the different Columns.
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
92 * src/test/ressources/GNVArtifactsTestCase_Configuration.xml Edited,
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
93 * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java Edited:
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
94 Modified the TimeseriesArtifact and added one further TransitionStep
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
95
61
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
96 2009-09-09 Tim Englich <tim.englich@intevation.de>
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
97
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
98 * src/main/java/de/intevation/gnv/transition/describedata/DefaultMinMaxDescribeData.java ,
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
99 * src/main/java/de/intevation/gnv/transition/describedata/MinMaxDescribeData.java,
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
100 * src/main/java/de/intevation/gnv/transition/describedata/DescribeData.java Added:
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
101 Interface Structure and Defaultimplementation for Representing DescribeData of an
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
102 Transition added. In this Way we are able to switch between different Renderingmethods
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
103 for descibe.
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
104 * src/main/java/de/intevation/gnv/transition/MinMaxTransition.java Added:
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
105 Added MinMaxTransition for representing Min-/Max-Value Results in a Tansition
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
106 * src/main/java/de/intevation/gnv/transition/TransitionBase.java Edited:
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
107 Integrated Min- / MAX-Value Support for Describe. Also done some Refactoring Work
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
108 for easy creating Extensions of this Class.
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
109 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java Edited:
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
110 Userinterface Informations were integrated in the wrong Method. Now the
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
111 Informations are put into the ui-Node
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
112
60
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
113 2009-09-08 Tim Englich <tim.englich@intevation.de>
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
114
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
115 * src/test/ressources/timeseries/timeseries_step_01_advance.xml Edited,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
116 src/test/ressources/timeseries/timeseries_step_01_feed.xml Edited,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
117 src/test/ressources/timeseries/timeseries_step_02_advance.xml Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
118 src/test/ressources/timeseries/timeseries_step_02_feed.xml Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
119 src/test/ressources/timeseries/timeseries_step_03_advance.xml Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
120 src/test/ressources/timeseries/timeseries_step_03_feed.xml Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
121 src/test/ressources/GNVArtifactsTestCase_Configuration.xml: Edited,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
122 src/test/ressources/queries.properties Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
123 src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java Edited:
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
124 TestCase implemented until Choosing the TimeInetval of an TimeSeries
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
125
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
126 One Entry is Missing
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
127
58
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
128 2009-09-08 Tim Englich <tim.englich@intevation.de>
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
129
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
130 * src/main/java/de/intevation/gnv/transition/TransitionBase.java Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
131 src/main/java/de/intevation/gnv/transition/Transition.java Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
132 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
133 src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
134 src/test/ressources/GNVArtifactsTestCase_Configuration.xml Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
135 src/test/ressources/timeseries/timeseries_step_01_feed.xml Added ,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
136 src/test/ressources/timeseries/timeseries_step_01_advance.xml Added :
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
137 Artifact.advance initial implementiert
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
138
57
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
139 2009-09-08 Tim Englich <tim.englich@intevation.de>
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
140
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
141 * src/main/java/de/intevation/gnv/timeseries/TimeSeriesArtifact.java Edited,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
142 src/main/java/de/intevation/gnv/transition/DefaultInputData.java Added,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
143 src/main/java/de/intevation/gnv/transition/InputData.java Added,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
144 src/main/java/de/intevation/gnv/transition/exception/TransitionException.java Added,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
145 src/main/java/de/intevation/gnv/transition/TransitionBase.java Edited,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
146 src/main/java/de/intevation/gnv/transition/Transition.java Edited,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
147 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java Edited:
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
148 Funktionalität Feed initial bereitgestellt.
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
149
56
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
150 2009-09-08 Tim Englich <tim.englich@intevation.de>
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
151
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
152 * src/test/ressources/GNVArtifactsTestCase_Configuration.xml,
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
153 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java,
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
154 src/main/java/de/intevation/gnv/transition/TransitionBase.java,
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
155 src/main/java/de/intevation/gnv/transition/DefaultInputValue.java Edited:
57
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
156 Required Inputelements integrated in BasicArtifact-Descibe-Output
56
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
157
55
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
158 2009-09-08 Tim Englich <tim.englich@intevation.de>
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
159
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
160 * src/main/java/de/intevation/gnv/transition/DefaultInputValue.java Added,
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
161 src/main/java/de/intevation/gnv/transition/InputValue.java Added,
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
162 src/main/java/de/intevation/gnv/transition/TransitionBase.java Edited,
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
163 src/main/java/de/intevation/gnv/transition/Transition.java Edited,
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
164 src/test/ressources/GNVArtifactsTestCase_Configuration.xml Edited:
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
165 Constructs for the required Inputvalues for an Transition created
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
166
54
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
167 2009-09-08 Tim Englich <tim.englich@intevation.de>
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
168
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
169 * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java,
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
170 * src/main/java/de/intevation/gnv/timeseries/TimeSeriesArtifact.java:,
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
171 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: Edited
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
172 Added Output for Describe to the Artifactimplementation
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
173
53
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
174 2009-09-08 Tim Englich <tim.englich@intevation.de>
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
175
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
176 * src/test/ressources/GNVArtifactsTestCase_Configuration.xml,
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
177 src/main/java/de/intevation/gnv/transition/Transition.java (getDescription),
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
178 src/main/java/de/intevation/gnv/transition/TransitionBase.java (setup), (getDescription):
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
179 Added Description to a Transition
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
180
52
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
181 2009-09-07 Tim Englich <tim.englich@intevation.de>
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
182
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
183 * src/test/ressources/GNVArtifactsTestCase_Configuration.xml,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
184 src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java: ADD
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
185 TestClass for GNV-Artifacts an TimeSeriesArtifacs
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
186
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
187 * src/main/java/de/intevation/gnv/transition/TransitionFactory.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
188 src/main/java/de/intevation/gnv/transition/TransitionBase.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
189 src/main/java/de/intevation/gnv/transition/Transition.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
190 src/main/java/de/intevation/gnv/transition/DefaultTransition.java: ADD
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
191 Transitionimplementation for handling the substeps of an Artifact Livecycle
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
192
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
193 * src/main/java/de/intevation/gnv/timeseries/TimeSeriesArtifact.java: ADD
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
194 The Artifact for handling the TimeSeries
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
195 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
196 src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContext.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
197 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java:
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
198 The Basic-Classes for providing GNC Artifacts. this Classes should be the Fundament
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
199 for the Implementation of Specialized Artifacts e.g. TimeSeries
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
200 * pom: Edited Projectreferences to the other GNV-Projects added
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
201
51
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
202 2009-09-04 Tim Englich <tim.englich@intevation.de>
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
203
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
204 * src/main/java/de/intevation/gnv/artifacts/ArtifactFactoryBase.java:
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
205 Implementation of the General ArtifactFactory
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
206
50
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
207 2009-09-04 Tim Englich <tim.englich@intevation.de>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
208
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
209 * pom.xml: Created with maven and put the Moduledependencies into it
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
210 * target | .settings | .project | .classpath: Add to SVN-Ignore
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
211 * Changes | Changelog | NEWS | README | TODO: Added
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
212 * src/**: Added to the Project

http://dive4elements.wald.intevation.org