Bugs item #1286613, was opened at 2005-09-10 11:33
Message generated for change (Comment added) made by tpaxatb
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1286613&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.85
Status: Deleted
Resolution: None
Priority: 5
Submitted By: Doug S (tpaxatb)
Assigned to: Nobody/Anonymous (nobody)
Summary: include task broken

Initial Comment:
Trying to include an external build file fails with the 
following error.  Simple project file:
<?xml version="1.0" encoding="utf-8" ?>
<project>
        <inlcude buildfile="nant.include" />
</project>

NAnt 0.85 (Build 0.85.1932.0; rc3; 04/16/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net


Buildfile: file:///D:/test/foo.build
Target framework: Microsoft .NET Framework 1.1
Base Directory: D:\test.


BUILD FAILED

D:\test\foo.build(3,3):
Invalid element <inlcude>. Unknown task or datatype.:
NAnt.Core.BuildException: D:\test\foo.build(3,3):
Invalid element <inlcude>. Unknown task or datatype.
   at NAnt.Core.Project.InitializeProjectDocument
(XmlDocument doc)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Total time: 0 seconds.

----------------------------------------------------------------------

>Comment By: Doug S (tpaxatb)
Date: 2005-09-10 13:04

Message:
Logged In: YES 
user_id=1342505

it would help if i spelled include correctly.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1286613&group_id=31650


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to