I found an earlier message that mentioned Windows Server 2003.  I am usng Windows 2000
Professional.  However, switching full access onto in IIS seemed to get me further.  
Now I get 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.
             [solution] Only C#, VB.NET and C++ projects are supported.  Skipping 
project
'GloriaWebSetup\GloriaWebSetup.vdproj'.

            BUILD FAILED

            INTERNAL ERROR

            System.ArgumentException: URI formats are not supported.
   at System.IO.Path.GetFullPathInternal(String path)
   at System.IO.Path.GetFullPath(String path)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask slnTask, 
TempFileCollection
tfc, String outputDir, String path)
   at NAnt.VSNet.Solution.LoadProjects()
   at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList additionalProjects, 
ArrayList
referenceProjects, TempFileCollection tfc, SolutionTask solutio
nTask, WebMapCollection webMappings, FileSet excludesProjects, String outputDir)
   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.Tasks.CallTask.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]

            Total time: 0.4 seconds.

Anybody any ideas?

Thanks,

Nick.

 

 --- Nick Robinson <[EMAIL PROTECTED]> wrote: > 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 

=====
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

Reply via email to