You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following Issue #77 about recomposing software stacks, CAMP realize generate a wrong script when stacks have more than two levels. For instance on the modified Java example (see Issue #78), CAMP realize yields:
Which is wrong, because, first we build multiple times the same image from the tomcat_0 sub-directory, but more important, because the order is incorrect. First, we should build the image camp-jre_0, then the camp-tomcat_0 and finally the camp-greeting_0.
Characteristics
Description
Following Issue #77 about recomposing software stacks, CAMP realize generate a wrong script when stacks have more than two levels. For instance on the modified Java example (see Issue #78), CAMP realize yields:
Which is wrong, because, first we build multiple times the same image from the
tomcat_0
sub-directory, but more important, because the order is incorrect. First, we should build the imagecamp-jre_0
, then thecamp-tomcat_0
and finally thecamp-greeting_0
.Steps to reproduce
Other files and URLs
Relationships
Help on issue template
Preview to follow the link or open file .github/ISSUE_DOC.md
The text was updated successfully, but these errors were encountered: