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.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -