﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
660	Macro #Embed out of current directory is not compatible with Include	Víctor de Buen Remiro	Víctor de Buen Remiro	"Macro #Embed out of current directory is not compatible with Include

We have these three files:

{{{
//File file1.tol in my_root directory
#Embed ""my_subdir/file2.tol"";
}}}

{{{
//File file2.tol in my_root/my_subdir directory
Set Include(""file3.tol"");
}}}

{{{
//File file3.tol in my_root/my_subdir directory
Real a = 0;
}}}

When file1.tol  compiled TOL shows this error message:

{{{
ERROR: [1] Cannot open file file3.tol
}}}

"	defect	assigned	highest		Kernel	2.0.1	blocker		Embed, Include	
