Open ndw opened 1 day ago
The crux of the test is:
<p:import href="../pipelines/ab-library-007.xpl" use-when="p:step-available('ex:step1')"/>
Where ex:step1 is declared in ab-library-007.xpl. That looks like a circular dependency to me:
ex:step1
ab-library-007.xpl
p:import
Or am I missing something?
Unless I'm misreading something, ab-step-available-064 seems like the same test.
ab-step-available-064
The crux of the test is:
Where
ex:step1
is declared inab-library-007.xpl
. That looks like a circular dependency to me:p:import
in the pipeline? Only ifex:step1
is declared.ex:step1
declared? Only if thep:import
is in the pipeline.Or am I missing something?