Dear Sirs/Mdms,

I was trying to build a web application and below are the error I've got in return. I 
have no problem building this project using the IDE.

Any assistance would be greatly appreciated.
Thank you

Clarence



NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///D:/GV_VSS/ELMO.BPayView/default.build

build:

 [solution] Starting solution build.
http://192.168.1.14/BpayView/BpayView.csproj
Total time: 1 seconds.

BUILD FAILED

INTERNAL ERROR

System.Net.WebException: The remote server returned an error: (404) Not Found.
   at System.Net.HttpWebRequest.CheckFinalStatus()
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.HttpWebRequest.GetResponse()
   at NAnt.VSNet.Tasks.WebDavClient.GetFileContentsStatic(String strRemoteFilena
me)
   at NAnt.VSNet.Tasks.Project.LoadXmlDocument(String strFilename)
   at NAnt.VSNet.Tasks.Project.IsEnterpriseTemplateProject(String strFilename)
   at NAnt.VSNet.Tasks.Solution..ctor(String strSolutionFilename, ArrayList alAd
ditionalProjects, ArrayList alReferenceProjects, TempFileCollection tfc, Task na
nttask)
   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]

*******************************************************************
build file
*******************************************************************

<?xml version="1.0"?>
<project name="ELMO.BPayView" default="build" basedir=".">
<target name="build">
        <solution configuration="debug" solutionfile="ELMO.BPayView.sln">
        </solution>
</target>
</project>


-------------------------------------------------------
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-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to