Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 6653:ca80f61370ab
Add some useful debug output.
With debug level info the datacage is so verbose that those
lines should not hurt but having a variable dump at hand
can be increadibly useful
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 24 Jul 2013 17:34:48 +0200 |
parents | 531642542b18 |
children | 6f42a62d0cf2 |
comparison
equal
deleted
inserted
replaced
6650:531642542b18 | 6653:ca80f61370ab |
---|---|
34 <dc:call-macro name="generate-user-content"/> | 34 <dc:call-macro name="generate-user-content"/> |
35 </old_calculations> | 35 </old_calculations> |
36 </dc:macro> | 36 </dc:macro> |
37 | 37 |
38 <dc:macro name="generate-system-content"> | 38 <dc:macro name="generate-system-content"> |
39 <dc:message>Generate system content with variables: {dc:dump-variables()}</dc:message> | |
39 <dc:call-macro name="artifact-range"> | 40 <dc:call-macro name="artifact-range"> |
40 <dc:call-macro name="km-filtered-wsts"> | 41 <dc:call-macro name="km-filtered-wsts"> |
41 <dc:choose> | 42 <dc:choose> |
42 <dc:when test="dc:contains($parameters, 'recommended')"> | 43 <dc:when test="dc:contains($parameters, 'recommended')"> |
43 <dc:comment> | 44 <dc:comment> |
44 Recommendations (client shall load immediately). | 45 Recommendations (client shall load immediately). |
45 </dc:comment> | 46 </dc:comment> |
46 <dc:iterate var="out" container="artifact-outs"> | 47 <dc:iterate var="out" container="artifact-outs"> |
48 <dc:message>Rec out iteration for: {$out}</dc:message> | |
47 <dc:choose> | 49 <dc:choose> |
48 <dc:when test="$out = 'w_differences'"> | 50 <dc:when test="$out = 'w_differences'"> |
49 <dc:call-macro name="annotations"/> | 51 <dc:call-macro name="annotations"/> |
50 </dc:when> | 52 </dc:when> |
51 <dc:when test="$out = 'discharge_longitudinal_section'"> | 53 <dc:when test="$out = 'discharge_longitudinal_section'"> |
120 <dc:otherwise> | 122 <dc:otherwise> |
121 <dc:comment> | 123 <dc:comment> |
122 Non - Recommendations. | 124 Non - Recommendations. |
123 </dc:comment> | 125 </dc:comment> |
124 <dc:iterate var="out" container="artifact-outs"> | 126 <dc:iterate var="out" container="artifact-outs"> |
127 <dc:message>Non Rec out iteration for: {$out}</dc:message> | |
125 <dc:choose> | 128 <dc:choose> |
126 <dc:when test="$out = 'cross_section'"> | 129 <dc:when test="$out = 'cross_section'"> |
127 <dc:call-macro name="basedata_0"/> | 130 <dc:call-macro name="basedata_0"/> |
128 <dc:call-macro name="basedata_1_additionals"/> | 131 <dc:call-macro name="basedata_1_additionals"/> |
129 <dc:call-macro name="basedata_2_fixations"/> | 132 <dc:call-macro name="basedata_2_fixations"/> |