Do I have to be using version 1.1.x of .Net in order to install NAntContrib?  I've added verbose and debug options with my build and come up with the following error:

C:\NantRelease\nant-20030621\Projects\nantcontrib-20030603-debug>nant -debug -v -l:C:\temp\ericDebug3.txt -f:NAntContrib.build use
NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

settings warning: frameworkinfo net-1.1 is invalid and has not been loaded: frameworkDir C:\WINNT\Microsoft.NET\Framework\v1.1.4322\ does not exist
settings warning: frameworkinfo mono-0.21 is invalid and has not been loaded: frameworkDir C:\mono-0.21\install\bin doesnot exist
settings warning: frameworkinfo mono-0.22 is invalid and has not been loaded: frameworkDir C:\mono-0.22\install\bin doesnot exist
settings warning: frameworkinfo mono-0.23 is invalid and has not been loaded: frameworkDir C:\mono-0.23\bin does not exist
settings warning: frameworkinfo netcf-1.0 is invalid and has not been loaded: frameworkDir C:\WINNT\Microsoft.NET\Framework\v1.1.4322\ does not exist
settings warning: frameworkinfo sscli-1.0 is invalid and has not been loaded: frameworkDir C:\sscli\build\v1.x86fstchk.rotor does not exist
Buildfile: file:///C:/NantRelease/nant-20030621/Projects/nantcontrib-20030603-debug/NAntContrib.build
Base Directory: C:\NantRelease\nant-20030621\Projects\nantcontrib-20030603-debug.
  [include] Including file C:\NantRelease\nant-20030621\Projects\nantcontrib-20030603-debug\NAntContribInstall.include.
  [include] Including file C:\NantRelease\nant-20030621\Projects\nantcontrib-20030603-debug\Tools\SLiNgshoT\SLiNgshoTInst
all.include.
Total time: 0 seconds.

BUILD FAILED

C:\NantRelease\nant-20030621\Projects\nantcontrib-20030603-debug\NAntContrib.build(47,6):
 Could not include build file C:\NantRelease\nant-20030621\Projects\nantcontrib-20030603-debug\Tools\SLiNgshoT\SLiNgshoTInstall.include:
NAnt.Core.BuildException: C:\NantRelease\nant-20030621\Projects\nantcontrib-20030603-debug\NAntContrib.build(47,6):
 Could not include build file C:\NantRelease\nant-20030621\Projects\nantcontrib-20030603-debug\Tools\SLiNgshoT\SLiNgshoTInstall.include ---> System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\NantRelease\nant-20030621
\Projects\nantcontrib-20030603-debug\Tools\SLiNgshoT\SLiNgshoTInstall.include".
   at System.IO.__Error.WinIOError(Int32 errorCode, String str)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials)
   at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
   at System.Xml.XmlTextReader.CreateScanner()
   at System.Xml.XmlTextReader.Init()
   at System.Xml.XmlTextReader.Read()
   at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
   at System.Xml.XmlValidatingReader.Read()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.Load(String filename)
   at NAnt.Core.Tasks.IncludeTask.ExecuteTask()
   --- End of inner exception stack trace ---
   at NAnt.Core.Tasks.IncludeTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Help, I'm feeling like I'm banging my head into the wall...  Thanks - Eric



------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to