Bryan,
 
  The solution task should not even work for you if you have the semi-colon “;” between your mapped URL and your Path.  Remove this and it should work.  This is in reference to the build file you posted:
 
“<?xml version="1.0"?>
<project name="NAnt">
 
<solution configuration="debug" solutionfile="TI.mysol.sln" />
<webmap>
   <map url=""
href="http://localhost/TI.mysol.mysolPortal/TI.mysol.mysolPortal.vbproj%22">http://localhost/TI.mysol.mysolPortal/TI.mysol.mysolPortal.vbproj";path="D:\Projects\TI\TI.mysol\TI.mysol.mysolPortal\TI.mysol.mysolPortal.vbproj" />
 
 </webmap>
 
</project>”
 
Dat
 
 
----- Original Message ----- 
From: "Bryan Andrews" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 06, 2004 5:20 PM
Subject: RE: [Nant-users] Slingshot
 
 
> Ok that sounds good.
> 
> I created:
> 
> <?xml version="1.0"?>
> <project name="NAnt">
> 
> <solution configuration="debug" solutionfile="TI.mysol.sln" />
> 
> </project>
> 
> I ran and recieved:
> 
> C:\nant>nant -buildfile:d:\projects\ti\ti.mysol \TI.mysol.build
> NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)
> Copyright (C) 2001-2003 Gerry Shaw
> http://nant.sourceforge.net
> 
> Buildfile: file:///d:/projects/ti/ti.mysol/TI.mysol.build
>  [solution] Starting solution build.
> 
> BUILD FAILED
> 
> Error checking whether
'http://localhost/TI.mysol.mysolPortal/TI.mysol.mysolPortal.vbproj' is an
enterprise template project
> .
>  The remote server returned an error: (403) Forbidden.
> 
> Total time: 5.1 seconds.
> 
> 
> This is a web project and I checked to make sure that anonymous access to
the web was enabled.
> 
> I also tried:
> 
> <?xml version="1.0"?>
> <project name="NAnt">
> 
> <solution configuration="debug" solutionfile="TI.mysol.sln" />
> <webmap>
>         <map
url=""
href="http://localhost/TI.mysol.mysolPortal/TI.mysol.mysolPortal.vbproj%22">http://localhost/TI.mysol.mysolPortal/TI.mysol.mysolPortal.vbproj";
> 
> 
path="D:\Projects\TI\TI.mysol\TI.mysol.mysolPortal\TI.mysol.mysolPortal.vbpr
oj" />
> 
> </webmap>
> 
> </project>
> 
> And got the same response.
> 
> Any ideas on what this means? I am logged in as an admin. Thanks for the
help!

 

Reply via email to