I'm getting this when trying to build a solution target in NAnt. The
solution contains webservices, and this appears to be the root of the
problem - I've given IIS just about every privilige under the sun for the
affected virtual directory, but no joy. If any of you can shed any light on
it, I'll be a very happy man :)

*******************
BUILD FAILED

INTERNAL ERROR

System.Net.WebException: The remote server returned an error: (409)
Conflict.
   at System.Net.HttpWebRequest.CheckFinalStatus()
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.HttpWebRequest.GetResponse()
   at NAnt.VSNet.WebDavClient.UploadFile(String localFileName, String
remoteFile
Name) in C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp742.tmp\src\NAnt.VSNet\WebDavClie
nt.cs:line 64
   at NAnt.VSNet.Project.Compile(String configuration, ArrayList
alCSCArguments,
 String strLogFile, Boolean bVerbose, Boolean bShowCommands) in C:
\DOCUME~1\ADMI
NI~1\LOCALS~1\Temp\tmp742.tmp\src\NAnt.VSNet\Project.cs:line 360
   at NAnt.VSNet.Solution.Compile(String configuration, ArrayList
compilerArgume
nts, String logFile, Boolean verbose, Boolean showCommands) in C:
\DOCUME~1\ADMIN
I~1\LOCALS~1\Temp\tmp742.tmp\src\NAnt.VSNet\Solution.cs:line 242
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in C:
\DOCUME~1\ADMINI~1\LOCALS
~1\Temp\tmp742.tmp\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 293
   at NAnt.Core.Task.Execute() in C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp742.tmp\
src\NAnt.Core\Task.cs:line 150
   at NAnt.Core.Target.Execute() in C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp742.tm
p\src\NAnt.Core\Target.cs:line 206
   at NAnt.Core.Project.Execute(String targetName) in C:
\DOCUME~1\ADMINI~1\LOCAL
S~1\Temp\tmp742.tmp\src\NAnt.Core\Project.cs:line 698
   at NAnt.Core.Project.Execute() in C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp742.t
mp\src\NAnt.Core\Project.cs:line 674
   at NAnt.Core.Project.Run() in C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp742.tmp\s
rc\NAnt.Core\Project.cs:line 723

Please send bug report to [EMAIL PROTECTED]

Total time: 8.5 seconds.
*******************

This corresponds to:

09:04:01 127.0.0.1 PUT
/TestEventManagerFactoryWebApp/bin/TestEventManagerFactoryWebApp.dll 409

from the IIS log.

The .build file is as follows:

<?xml version="1.0"?>

<project name="SystemServices" default="build">
<property name="debug" value="true"/>
<property name="build.basedir" value="Build"/>
    <target name="build">
        <solution configuration="debug" solutionfile
="SystemServicesLayer.sln"/>
    </target>
</project>

Cheers folks.







---- Disclaimer ----
This is a confidential email.  Tesco may monitor and record all emails.  The views 
expressed in this email are those of the sender and not Tesco.  
Tesco Stores Limited, Tesco House, Delamare Road, Cheshunt, Herts, EN8 9SL: company 
number 519500. 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to