Upgraded include tag to use resolution keyword method.
This commit is contained in:
parent
4daace487d
commit
9aeba0c103
@ -10,6 +10,7 @@ namespace jet {
|
|||||||
if(hasContainer)
|
if(hasContainer)
|
||||||
throw coreutils::Exception("include tag should not have a container.");
|
throw coreutils::Exception("include tag should not have a container.");
|
||||||
hasContainer = true;
|
hasContainer = true;
|
||||||
|
resolveKeyword("file");
|
||||||
coreutils::File file(variables["file"]);
|
coreutils::File file(variables["file"]);
|
||||||
file.read();
|
file.read();
|
||||||
container = file.asZString();
|
container = file.asZString();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user