Bugs item #1162936, was opened at 2005-03-14 13:00
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1162936&group_id=31650

>Category: Tasks
Group: 0.8.4.0
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: grmAbay (grmabay)
>Assigned to: Gert Driesen (drieseng)
Summary: Error checking whether xxx an enterprise template project

Initial Comment:
I am trying to run a simple task from NAnt. This is 
executed on a Windows2003 Server.
**********************
<target name="build">
  <solution configuration="${config}" solutionfile="${slndir}
\">
    <webmap>
      <map url="${localUrl}" path="${localUrlDirPath}" />
    </webmap>
  </solution>
</target>
**********************
When I run this, I get a "Build FAILED":
C:\Projects\WebApplication>nant build
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 
26/12/2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/Projects/WebApplication/default.build
Target(s) specified: build

build:

 [solution] Starting solution build.

BUILD FAILED

Error checking whether 'http://localhost/xxx/yyy.csproj' 
is an enterprise template project.
 The remote server returned an error: (500) Internal 
Server Error.

Total time: 0.3 seconds.
*************************

Any suggestions?

----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2005-03-14 21:04

Message:
Logged In: YES 
user_id=707851

This issue was fixed after the 0.84 release.

Try using NAnt 0.85 RC2 or a recent nightly build.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1162936&group_id=31650


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to