Sorry if I'm missing something obvious, but is there a way to call a target only if it is defined? Most of the conditional stuff seems to be around property values set to true or false.
What I'm doing is creating a build file which sets up some default targets and will get included via the Include task. I'd like to call a target if it's defined in the merged project, but skip it if it isn't there. I can fall back to setting a property if I have to, but I'd rather not if there's a cleaner way. __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
