> I keep on obtaining the following error when using the solution task -
> Sorry for the cross-post but I have a build deadline for this Friday.  
> 
> NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
> http://nant.sourceforge.net
> 
> settings warning: frameworkinfo netcf-1.0 is invalid and has not been
> loaded: framework Assembly Dir C:\Program Files\Mi
> crosoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE
> does not exist
> settings warning: frameworkinfo mono-1.0 is invalid and has not been
> loaded: frameworkDir C:\Program Files\Mono-0.25\bin
>  does not exist
> settings warning: frameworkinfo sscli-1.0 is invalid and has not been
> loaded: frameworkDir C:\sscli\build\v1.x86fstchk.r
> otor does not exist
> Buildfile: file:///Q:/mycode/c#/TestNant/soution.test.build
> Base Directory: Q:\mycode.
> 
> build:
> 
>  [solution] Starting solution build.
>  [solution] Included projects:
>  [solution] Reference projects:
> Total time: 0 seconds.
> 
> BUILD FAILED
> 
> INTERNAL ERROR
> 
> System.IO.DirectoryNotFoundException: Could not find a part of the path
> "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\pnlmabvz".
>    at System.IO.__Error.WinIOError(Int32 errorCode, String str)
>    at System.IO.Directory.Delete(String path, Boolean recursive)
>    at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
>    at NAnt.Core.Task.Execute()
>    at NAnt.Core.Target.Execute()
>    at NAnt.Core.Project.Execute(String targetName)
>    at NAnt.Core.Project.Execute()
>    at NAnt.Core.Project.Run()
> 
> Please send bug report to [EMAIL PROTECTED]
> 
> 
> Sample Nant build file used
> 
> <?xml version="1.0" ?>
> <project name="hello" default="build" basedir=".">
> 
> <target name="build" description="building ">
> 
>       <solution configuration="debug">
>               <projects>
>                       <include
> name="solutiontest/helloworld/helloworld.csproj" />
>               </projects>
>       </solution>
> </target>
> 
> </project>
> 
> 
> 
> 


-------------------------------------------------------
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/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to