> The problem with a warning message is that multiple namespaces isn't necessarily an > error
It is if you plan to call targets one of those included files, since that doesn't work. If the namespaces are different then you can only use properties. Nant could be clever and produce a warning message from the failed <call> task that gives a more in-depth reason for the error (such as "failed because the namespace in the include foo.xml file is different"). But then you open yourself you issues where an include file has only properties and all's fine, but then someone uses a task from it and it all fails. The user wonders at this strange difference in behaviour between properties and tasks. I dunno. I know what the issue is now, so for me it's ok until I forget! Thanks ********************************************************************** Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you must not copy, distribute or take any action in reliance to it. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of Minorplanet Systems Plc shall be understood as neither given nor endorsed by it. ********************************************************************** ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
