Nick,

The matching between an url and a path is case-sensitive, so you should
change http://localhost/Gloria/gloria.csproj to
http://localhost/gloria/gloria.csproj

Gert

----- Original Message ----- 
From: "Nick Robinson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 11, 2003 5:26 PM
Subject: [Nant-users] <Solution> and Web Projects


Hi,

I have a solution task that loads a solution that contains a web project.  I
dont want to use
WebDAV.  I have setup a Map:

    <solution solutionfile="${build.section.path}\UI.sln"
configuration="${build.config}">
<webmap>
        <map url="http://localhost/Gloria/gloria.csproj";
path="D:\Projects\Gloria\Source\Production\Syngenta\Gloria\UI\Gloria\gloria.
csproj" />
</webmap>
    </solution>

However, nant reports the following error:

" [nant] D:\Projects\Gloria\Source\Production\NAnt
Scripts\Syngenta.Gloria.Web.nant

        Buildfile: file:///D:/Projects/Gloria/Source/Production/NAnt
Scripts/Syngenta.Gloria.Web.nant
        Target(s) specified: build

        build:


        Syngenta.Gloria.Web:

             [echo] Syngenta/Gloria/UI/gloria/gloria.csproj
         [solution] Starting solution build.

        BUILD FAILED

        Error checking whether 'http://localhost/gloria/gloria.csproj' is an
enterprise template
project.
         The remote server returned an error: (403) Forbidden.

        Total time: 0.2 seconds."

I have tried switching IIS off, and on and I get the same error each time.
There is a virtual
directory setup too, but I dont want the web server to be used if possible.

Has anybody got any ideas as to why this may be failing?

I am using the latest RC, RC1.

Regards


=====
nick.robinson
site : www.fromconcept.co.uk
blog : www.fromconcept.co.uk/weblog.aspx

________________________________________________________________________
BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer
ends 21st December 2003. The way the internet was meant to be.
http://uk.rd.yahoo.com/evt=21064/*http://btyahoo.yahoo.co.uk


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to