[nant-dev] NAnt bug (sort of)

2005-05-14 Thread Wyatt, Mike
Title: NAnt bug (sort of) I am sometimes getting the below error message in my log emails. I believe the reason is that the .NET solution is open in Visual Studio, and therefore NAnt's file copy command is blocked by VS.NET's lock on the files. This isn't really a bug, but you guys might

RE: [nant-dev] nant bug!

2005-03-23 Thread Gert Driesen
:[EMAIL PROTECTED] On Behalf Of Peter Junfeng ZhouSent: woensdag 23 maart 2005 10:00To: nant-developers@lists.sourceforge.netSubject: [nant-dev] nant bug! i have a bug when i run my nant, plz tell me how to do with it, thank you. System.TypeLoadException: Can't load

[nant-dev] Nant Bug Report

2004-09-26 Thread Stevens, David
Title: Nant Bug Report I am attempting to execute a Nant build from CruiseControl.NET (CC.NET) as show in the script below which comes from me ccnet.config file. Below that is the script from my NonEmployees.build file. Following that is the log from CC.NET that show the Nant error 'The path

Re: [nant-dev] Nant Bug Report

2004-09-26 Thread Gert Driesen
: Stevens, David [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 24, 2004 3:58 PM Subject: [nant-dev] Nant Bug Report I am attempting to execute a Nant build from CruiseControl.NET (CC.NET) as show in the script below which comes from me ccnet.config file. Below that is the script

[nant-dev] Nant bug occurs on simple solution build

2004-07-09 Thread Leo Steffens
The following error occurred when I tried to do a simple solution build: NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)Copyright (C) 2001-2003 Gerry Shawhttp://nant.sourceforge.net Buildfile: file:///C:/Pragmatech/buildall.buildTarget(s) specified: build build:

Re: [nant-dev] Nant bug occurs on simple solution build

2004-07-09 Thread Gert Driesen
Leo, I think this issue was fixed post 0.84. Can you try using the latest nightly build (http://nant.sourceforge.net/nightly/builds) ? Thanks, Gert - Original Message - From: Leo Steffens [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 08, 2004 4:52 PM Subject: [nant-dev

[nant-dev] Nant bug/crash report

2004-06-26 Thread Jelica Mario
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 2003-12-26) Attaching log and build file. nant.log Description: nant.log sews.build Description: sews.build

Re: [nant-dev] Nant bug/crash report

2004-06-26 Thread Gert Driesen
Mario, Can you check whether you get this error using a recent nightly build (http://nant.sourceforge.net/nightly/builds) ? Thanks, Gert - Original Message - From: Jelica Mario [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 1:42 PM Subject: [nant-dev] Nant bug

[nant-dev] NAnt bug in copy task

2003-12-17 Thread Nick Varacalli
0.84 RC1, Win2K Pro, .Net Framework 1.1 Why does the first build fragment throw an error, but the second is OK? {{{Build Fragment That Throws An Error}}} echo message=build.output.directory := ${build.output.directory} / echo message=build.playpen := ${build.playpen} / copy

[nant-dev] Nant Bug?

2003-12-12 Thread Erv Walter
Title: Nant Bug? One of my team members sent me some details on a possible bug with resource handling. It was working in an old version of Nant and they are seeing the following problem when testing the latest RC. It seems that CompilerBase is trying to clean up compiled resource files when

Re: [nant-dev] Nant Bug?

2003-12-12 Thread Gert Driesen
Title: Nant Bug? Erv, This issue has been reported before and will be fixed in the next rc. Gert - Original Message - From: Erv Walter To: [EMAIL PROTECTED] Sent: Friday, December 12, 2003 5:22 PM Subject: [nant-dev] Nant Bug? One of my team members

RE: [nant-dev] Nant Bug?

2003-12-12 Thread Erv Walter
Title: Nant Bug? Oops. Sorry for not following the list carefully enough J From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 10:29 AM To: Erv Walter; [EMAIL PROTECTED] Subject: Re: [nant-dev] Nant Bug? Erv, This issue has been

Re: [nant-dev] Nant Bug?

2003-12-12 Thread Gert Driesen
Title: Nant Bug? no problem, thanks for the detailed report Gert - Original Message - From: Erv Walter To: Gert Driesen ; [EMAIL PROTECTED] Sent: Friday, December 12, 2003 5:49 PM Subject: RE: [nant-dev] Nant Bug? Oops. Sorry for not following

[nant-dev] Nant Bug Report? Solution Task

2003-07-22 Thread Phil Knight
I'm getting the following error when trying to use the solution task to build a trivial hello world style ASP.Net application. I've also attached the sln file and the build file. Any ideas? Phil NAnt version 0.8.4 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Framework net-1.1

[nant-dev] Nant Bug Report

2003-07-17 Thread jonathan.bilal
Hi, I get this error when trying to use the solution task. attached is the sln file and the build file. BUILD FAILED INTERNAL ERROR System.NullReferenceException: Object reference not set to an instance of an object. at NAnt.VSNet.Tasks.Reference..ctor(Solution sln, ProjectSettings ps,

[nant-dev] NAnt bug (version 0.7.9)

2003-02-14 Thread Randy Regnier
Title: Message I have two NAnt build files, with one calling the other. Bothinclude the"sysinfo/" line. When I run the main build file, I get the following error message. Perhaps you have already fixed this in a later version. Randy Regnier E:\fw\Bld\XMLnantBuildfile:

[nant-dev] NAnt bug BaseDirectory problems in NantTask.cs AND/OR Project.cs (long)

2002-04-16 Thread Gerry Shaw
Bernard: I'm forwarding this to the group to see if we can find a resolution. Others: Please at least skim this and do a sanity check for the ideas. Summary: Nant is ambiguous of how it treat's base directories in projects. Currently there is a -basedir command line switch, a basedir attribute

RE: [nant-dev] NAnt bug BaseDirectory problems in NantTask.cs AND/OR Project.cs (long)

2002-04-16 Thread Scott Hernandez
+1, Sounds good. /Parent.build nant - subdir/Child.build What will be the basedir for the child.build Project? (/subdir/ or /) -Original Message- From: Gerry Shaw [snip] Nested build files (via nant task) * By default you should just specify the build file you wish. Early

RE: [nant-dev] NAnt bug BaseDirectory problems in NantTask.cs AND/OR Project.cs (long)

2002-04-16 Thread Gerry Shaw
/Parent.build nant - subdir/Child.build What will be the basedir for the child.build Project? (/subdir/ or /) Assuming you what you meant by your notation means: Parent.build project nant buildfile=subdir/Child.build/ /project The basedir of the child.build would be the same as