|
From: Glenn M. <gle...@op...> - 2001-10-17 11:28:57
|
The following cluster element: <cluster name="goanna" location="."> <cluster name="TESTGEN"/> <cluster name="utility_tests" location="utility"/> <cluster name="log4e_tests" location="log4e"/> </cluster> builds an ISE Ace file with the following cluster definitions: goanna: "." goanna_TESTGEN: "./TESTGEN" goanna_utility_tests: "utility" goanna_log4e_tests: "log4e" I would have expected the 'goanna_utility_tests' and 'goanna_log4e_tests' to have the './' of the parent cluster prepended to the path. In the cluster element above I needed to use different names to the paths because existing clusters already used the names 'utility' and 'log4e'. Is this correct? Thanks. Glenn. |