John Ludlow wrote:

Ok, here we go:



<snip>

BUILD FAILED

Target 'st.co' does not exist in this project.

Total time: 0.2 seconds.

Now's when you tell me I've been a muppet and missed something obvious ;)



hmm - interesting and a little subtle. The problem was that you used a different default xml namespace for each file. So MinorPlanet used :

xmlns="http://tempuri.org/nant-donotuse.xsd"; and Starteam.xml used:

xmlns="http://nant.sf.net/schemas/nant-0.85.win32.net-1.0.xsd";

if you make them both the same it will work ok.

I think nant should probably give a more informative error message in this situation. 
I'll have a look when I get some time.

Ian



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




--
Ian MacLean, Developer, ActiveState, a division of Sophos
http://www.ActiveState.com




-------------------------------------------------------
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

Reply via email to