Karin,

Can you send me a copy of that solution file ?

Gert

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gates, Karin
Sent: donderdag 17 mei 2007 20:27
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] FW: Nant help

Hello,

I am trying to get the <solution> task to work for me but I keep getting an
access denied error.

I am using the nightly build since I understand that the solution task does
not work with .NET 2005. Here is my build file contents:


<?xml version="1.0" encoding="utf-8" ?>
<project name="SolutionExample" default="help" 
xmlns="http://nant.sf.net/nightly/2007-04-15-0.86/nant.xsd"; >
  <solution
     solutionfile="F:\Polaris Source\Polaris-Phase 3.2\Polaris Phase
3.2.sln"
     configuration="Release"
     outputdir="F:\Polaris Source\Polaris-Phase 3.2\Builds\DEV\Assemblies" >
    <webmap>
      <map url="http://localhost:86/Polaris"; path="F:\wwwroot\Polaris"
/>
    </webmap>
  </solution>
</project>




The result I get back is:



NAnt 0.86 (Build 0.86.2661.0; nightly; 4/15/2007) Copyright (C)
2001-2007 Gerry Shaw http://nant.sourceforge.net

Buildfile: file:///F:/Program
Files/NAnt/mybuildfiles/SolutionExample.build
Target framework: Microsoft .NET Framework 2.0
Target(s) specified: help

 [solution] Starting solution build.

BUILD FAILED

Error checking whether 'F:\wwwroot\Polaris' is an enterprise template
project.
    Access to the path 'F:\wwwroot\Polaris' is denied.

Total time: 0.1 seconds.



Thanks,
Karin

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express Download DB2 Express C - the
FREE version of DB2 express and take control of your XML. No limits. Just
data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to