diff --git a/doc/dev/logs/2011-03-23.manifest_use_explorer b/doc/dev/logs/2011-03-23.manifest_use_explorer new file mode 100644 index 00000000..26571027 --- /dev/null +++ b/doc/dev/logs/2011-03-23.manifest_use_explorer @@ -0,0 +1,22 @@ +== Henne/Ei Problem == +manifest will explorer benutzen der noch gar nicht existiert, +weil explorer ja auch object benutzen kann/soll/will welches erst von manifest +erzuegt wird. + + +-------------------------------------------------------------------------------- + +__foo/manifest + + state_should="$(cat "$__object/parameter/state")" + state_is="$(cat "$__object/explorer/state")" + # BANG -> $__object/explorer/state does not exist at this point + + if [ "$state_should" != "$state_is" ]; then + __file /some/file --source /some/source + fi + + + + +