Build file B imports build file A. Is there any way of preventing B from overriding certain macros and targets in A (like final in java)?
No, not that I know of. You'd have to use XML entity includes for that, but that's less flexible than <import>. I believe the FAQ has an example. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
