include - How can i find/stop if the file is already included in nant while including a build file -
i have 4 files say: a.build, b.build, c.build & common.build. b.build & c.build includes common.build. i suppose call file a.build internally calls b.build & c.build. when try running file give me error common.build file included. is there way can stop including build file if it's included.... nant should ok same file being included more once, although can have problems if use use different cases in name (such 'hello.include' , 'hello.include' example). have @ this answer more details.