Re: [nant-dev] Bug tracker tag for 0.9

2010-04-03 Thread Charles Chan
). Thanks, Charles --- On Sat, 4/3/10, Richard Birkby wrote: From: Richard Birkby Subject: Re: [nant-dev] Bug tracker tag for 0.9 To: [email protected] Received: Saturday, April 3, 2010, 9:20 AM Hi Ryan, Looks great now. I've KDiff3'd the nant build output and c

Re: [nant-dev] Bug tracker tag for 0.9

2010-04-03 Thread Dominik Guder
Am 03.04.2010 15:30, schrieb Richard Birkby: > An MSBuild task isn't listed on: > http://nant.sourceforge.net/release/latest/help/tasks/ > > Is this new in 0.9a1? > > > Richard > I'm sorry, since I always compile nant and nantcontrib together I thought it was part of nant since 86 beta. Since

Re: [nant-dev] Bug tracker tag for 0.9

2010-04-03 Thread Richard Birkby
An MSBuild task isn't listed on: http://nant.sourceforge.net/release/latest/help/tasks/ Is this new in 0.9a1? Richard On Sat, Apr 3, 2010 at 1:48 PM, Dominik Guder wrote: > > > > The bug which I was unable to enter is that when I use Nant-Contrib's > > MSBuild task, all output from the task i

Re: [nant-dev] Bug tracker tag for 0.9

2010-04-03 Thread Dominik Guder
> The bug which I was unable to enter is that when I use Nant-Contrib's > MSBuild task, all output from the task is concatenated onto a single > line with no carriage returns. > Hi Richard, are you sure you are using Nant-Contrib's msbuild task? is part of nant itself. so far Dominik -- T

Re: [nant-dev] Bug tracker tag for 0.9

2010-04-03 Thread Gert Driesen
think the latter is more appropriate, as all files are available as child nodes. Gert From: Charles Chan [mailto:[email protected]] Sent: donderdag 1 april 2010 22:24 To: Richard Birkby; Gert Driesen Cc: [email protected] Subject: Re: [nant-dev] Bug tracker t

Re: [nant-dev] Bug tracker tag for 0.9

2010-04-03 Thread Richard Birkby
Hi Ryan, Looks great now. I've KDiff3'd the nant build output and can't see any problem versus 0.86b1 Cheers, Richard On Sat, Apr 3, 2010 at 7:49 AM, Ryan Boggs wrote: > Hey Richard, > > Would you mind giving the latest nightly file a try (04-02-2010)? We > believe that we were able to fix t

Re: [nant-dev] Bug tracker tag for 0.9

2010-04-02 Thread Ryan Boggs
Hey Richard, Would you mind giving the latest nightly file a try (04-02-2010)? We believe that we were able to fix the output issue you experienced. Let us know how it works for you. Thanks, Ryan On Thu, Apr 1, 2010 at 1:06 PM, Richard Birkby wrote: > Congrats on releasing 0.9a1. > I immediate

Re: [nant-dev] Bug tracker tag for 0.9

2010-04-01 Thread Ryan Boggs
Hi Richard, On Apr 1, 2010, at 1:06 PM, Richard Birkby wrote: Congrats on releasing 0.9a1. I immediately put it into our build process and found an issue - unfortunately, I can't enter the issue into Nant's bug tracker because a 0.9a1 tag is missing - any chance you could add one? I als

Re: [nant-dev] Bug tracker tag for 0.9

2010-04-01 Thread Charles Chan
e fix. Thanks, Charles --- On Thu, 4/1/10, Richard Birkby wrote: From: Richard Birkby Subject: [nant-dev] Bug tracker tag for 0.9 To: [email protected] Received: Thursday, April 1, 2010, 8:06 PM Congrats on releasing 0.9a1. I immediately put it into our build process and fou

[nant-dev] Bug tracker tag for 0.9

2010-04-01 Thread Richard Birkby
Congrats on releasing 0.9a1. I immediately put it into our build process and found an issue - unfortunately, I can't enter the issue into Nant's bug tracker because a 0.9a1 tag is missing - any chance you could add one? I also noticed if I click on Releases->0.90 Alpha 1 in the left hand navigati

Re: [nant-dev] Bug? task doesn't work as expected whencalled within a nant.onsuccess target

2007-11-15 Thread Martin Aliger
net Subject: Re: [nant-dev] Bug? task doesn't work as expected whencalled within a nant.onsuccess target Gert, If the main build outcome is successful, but the onsuccess target then fails, I think there's a very good case for this resulting in overall failure of the build. It's certa

Re: [nant-dev] Bug? task doesn't work as expected whencalled within a nant.onsuccess target

2007-11-15 Thread Chris Lambrou
set the exit-code of the NAnt process. Chris -Original Message- From: Martin Aliger [mailto:[EMAIL PROTECTED] Sent: 15 November 2007 11:32 To: Chris Lambrou; [email protected] Subject: RE: [nant-dev] Bug? task doesn't work as expected whencalled within

Re: [nant-dev] Bug? task doesn't work as expected when called within a nant.onsuccess target

2007-11-14 Thread Chris Lambrou
ubject: Re: [nant-dev] Bug? task doesn't work as expected whencalledwithin a nant.onsuccess target Chris, I'm not sure this is something we should "fix". If we do this, then we should do it for both onsuccess and onfailure. We then risk hiding the original build outcome

Re: [nant-dev] Bug? task doesn't work as expected when calledwithin a nant.onsuccess target

2007-11-13 Thread Gert Driesen
is Lambrou Sent: maandag 12 november 2007 16:53 To: [email protected] Subject: [nant-dev] Bug? task doesn't work as expected when calledwithin a nant.onsuccess target Hi, I recently posted an issue on the nant-users list, but I think the underlying issue is one for this list.

[nant-dev] Bug? task doesn't work as expected when called within a nant.onsuccess target

2007-11-12 Thread Chris Lambrou
Hi, I recently posted an issue on the nant-users list, but I think the underlying issue is one for this list. The problem is that the task doesn't cause NAnt to terminate with a non-zero exit-code when executed from within a target defined by the nant.onsuccess property. I think that it should

RE: [nant-dev] Bug tracking status

2006-05-16 Thread Martin Aliger
Great! I think NAnt needs new release badly. The fact, it has no "stable" release for year or so hurt the project, imho. Next thing we should do is VS2005 projects. I prefer msbuild integration way, but its 0.86 or rather 0.9 matter! btw: it'd be better to release atleast 2 or 4 version a year, e

Re: [nant-dev] Bug tracking status

2006-05-16 Thread Gary Feldman
Gert Driesen wrote: Gary, were you able to reproduce this issue ? It's working fine here. I think that the issue described by the submitter is due to the way command line arguments for batch files are processed, and as such this has nothing to do with NAnt itself. I didn't try, because my

RE: [nant-dev] Bug tracking status

2006-05-16 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Gary Feldman > Sent: dinsdag 16 mei 2006 17:32 > To: [email protected] > Subject: [nant-dev] Bug tracking status > > There are currently no open P

[nant-dev] Bug tracking status

2006-05-16 Thread Gary Feldman
There are currently no open P9 bugs. Only two bugs were submitted in the first half of May, nine in all of April. Of the nine in April, two were duplicates, one had already been fixed, one was user error, one has been fixed, two are pending more information. I've marked one of them postponed, b

Re: [nant-dev] Bug Report

2005-12-05 Thread Brass Tilde
Bug Report> My last NAnt failure asked to send a bug report to this address. The error happened when compiling a VB6 object with the vb6 task. Let me know if more details are needed. The following is the stack trace: INTERNAL ERROR System.FormatException: Input string was not in a correct

Re: [nant-dev] Bug Report

2005-12-05 Thread Gert Driesen
Brian, Can you send me a small repro for this issue ? Thanks ! Gert >-Original Message- >From: Rassier, Brian [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 29, 2005 10:53 PM >To: [email protected] >Subject: [nant-dev] Bug Report > >My last

[nant-dev] Bug Report

2005-12-05 Thread Rassier, Brian
Title: Bug Report My last NAnt failure asked to send a bug report to this address.  The error happened when compiling a VB6 object with the vb6 task.  Let me know if more details are needed.  The following is the stack trace: INTERNAL ERROR System.FormatException: Input string was not in a

Re: [nant-dev] BUG Report

2005-11-15 Thread Gert Driesen
31, 2005 9:23 PM Subject: [nant-dev] BUG Report Hi! I am trying to build a web-based project and I am getting this particular error. build-debug: [solution] Starting solution build. [solution] Only C#, VB.NET <http://VB.NET> and C++ projects are supported. Skipping project

[nant-dev] Bug Report

2005-11-15 Thread Aditya Patil
      INTERNAL ERROR       System.IO.FileLoadException: Assembly ads.business.content.dll already loaded w ithout additional security evidence. File name: "ads.business.content.dll"   Server stack trace:    at System.Re

[nant-dev] BUG Report

2005-11-15 Thread Aditya Patil
Hi! I am trying to build a web-based project and I am getting this particular error.   build-debug:   [solution] Starting solution build. [solution] Only C#, VB.NET and C++ projects are supported.  Skipping project 'flowViewPort lSetup\flowViewPortalSetup.vdproj'. [solution] Loading projects... [s

RE: [nant-dev] Bug report - Authorization failed Exception

2005-10-03 Thread Bevan Arps
Hi Adrian. > When I attempt to perform a build operation on my > folder I get this error. In response to the request > in the error, I am sending this to you. Well, you've provided next to no information that we here on the list can use to diagnose your problem, so it's kinda difficult to help

Re: [nant-dev] Bug Found in Vb6 Task

2005-10-03 Thread Gert Driesen
Gordon, Can you send me a self-containing repro for this issue ? Thanks ! Gert >-Original Message- >From: Gordon, John [mailto:[EMAIL PROTECTED] >Sent: Friday, September 30, 2005 07:21 PM >To: [email protected] >Subject: [nant-dev] Bug Found in Vb6

Re: [nant-dev] Bug report

2005-10-02 Thread Gert Driesen
rceforge.net >Subject: [nant-dev] Bug report > >This message contains information that may be privileged or confidential and >is the property of the Capgemini Group. It is intended only for the person to >whom it is addressed. If you are not the intended recipient, you are not

[nant-dev] Bug Found in Vb6 Task

2005-10-02 Thread Gordon, John
Title: Bug Found in Vb6 Task This is regardin Bug 1082302:  https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1082302&group_id=54790 The Major version number is in hex, not ushort.  This causes an error when parsing a major version number into ushort. Offending line in NAnt.Contr

[nant-dev] Bug report - Authorization failed Exception

2005-10-02 Thread Adrian Dams
Title: Bug report - Authorization failed Exception Please help me out with this. I have performed subversion and tortoise cleanup commands and I have completely removed my nant binary folder and restored it from the repository. When I attempt to perform a build operation on my folder I get t

[nant-dev] Bug report

2005-10-02 Thread Bertrand LEGA
Hello, I have the following message  : NAnt 0.85 (Build 0.85.1932.0; rc3; 16/04/2005) Copyright (C) 2001-2005 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///D:/Tma/Tma.Dev/sc.build Target framework: Microsoft .NET Framework 1.1 Target(s) specified: test.scc init.log:    [del

[nant-dev] Bug In Solution Task

2005-09-06 Thread Eric Fetzer
I had a typo in my solution task pointing to a directory that existed, but the csproj file didn't exist (in this directory - copy/paste goof). NAnt .85-rc3 seems to just blow right by without reporting any problem that the file didn't exist.

[nant-dev] bug report

2005-08-17 Thread Rob Park
C:\work\rapidlog\trunk\src>nantNAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005)Copyright (C) 2001-2005 Gerry Shawhttp://nant.sourceforge.net Buildfile: file:///C:/work/rapidlog/trunk/src/PersonalEdition.buildTarget framework: Microsoft .NET Framework 1.1Target(s) specified: compile compile:   [cs

RE: [nant-dev] bug report

2005-08-06 Thread Gert Driesen
ordon > Sent: dinsdag 2 augustus 2005 19:21 > To: [email protected] > Subject: [nant-dev] bug report > > Well, I pulled down this build, as I'd like to use something > like this tool to > better automate my build process. I thought that building > its

[nant-dev] Bug when trying to load licensed DLLs

2005-08-06 Thread Matthew Dilip
I am currently using v 0.85 rc3.  I had previously tried with v 0.84 with no luck. [license] Loading assemblies ...   [license] C:\Projects\Nant_Builds\latest\release\Interop.AxSHDocVw.dll (loaded)   [license] C:\Projects\Nant_Builds\latest\release\Interop.SHDocVw.dll (lo

[nant-dev] bug report

2005-08-06 Thread Rick Gordon
Well, I pulled down this build, as I'd like to use something like this tool to better automate my build process. I thought that building itself would be a good first step, alas it failed to do that, not inspiring confidence. Here are the complete results from my build attempt: F:\incoming\

RE: [nant-dev] Bug: string format called with too few arguments

2005-07-09 Thread Gert Driesen
Hi Donald, Nice catch. This is now fixed in cvs. Thanks ! Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mcnamara,Donald W > Sent: dinsdag 5 juli 2005 15:39 > To: [email protected] > Subject: [

[nant-dev] Bug: string format called with too few arguments

2005-07-08 Thread Mcnamara,Donald W
Title: Bug: string format called with too few arguments In RC3, nant-0.85-rc3\rc\NAnt.Core\Element.cs line 921 there is a call to string format: // make sure the element is strongly typed if (elementType == null || !typeof(Element).IsAssignableFrom(elementType)) {     throw new BuildExcept

[nant-dev] Bug Report - System.IO.PathTooLongException

2005-06-30 Thread stiko
Hello, I am receiving the following error while running a Nant build script:       BUILD FAILED       INTERNAL ERROR       System.IO.PathTooLongException: The path is too long after being fully qualified.  Make sure path is less than 260

RE: [nant-dev] bug report

2005-06-22 Thread Gert Driesen
o: [email protected] > Subject: [nant-dev] bug report > > To whom it may concern, > while attempting to integrated ncover into my automated builds, I > received the following error: > > System.InvalidOperationException: There was an error > generating the XML doc

[nant-dev] bug report

2005-06-22 Thread Tiziano Devescovi
To whom it may concern, while attempting to integrated ncover into my automated builds, I received the following error: System.InvalidOperationException: There was an error generating the XML document . ---> System.InvalidCastException: Specified cast is not valid. at Microsoft.Xml.Serializ

[nant-dev] Bug with Solution Task

2005-06-17 Thread Blair Wall
I think I’ve found a bug with the solution task. I’m not sure this is the proper forum, but here goes anyway.     It appears references to managed c++ libraries are removed for solution tasks that have the outputdir parameter set.       Here is the setup: Create a VS.Net solu

[nant-dev] bug report

2005-05-13 Thread Que, Grace
Hi, I got this error when I’m trying to do my build.   INTERNAL ERROR   System.IO.IOException: The process cannot access the file "D:\DailyBuild\TestLog.log" because it is being used by another process.    at System.IO.__Error.WinIOError(Int32 errorCode, String str)    at System.IO.F

[nant-dev] Bug: nant 0.85 RC3

2005-05-03 Thread Jacob Anderson
BUILD FAILED INTERNAL ERROR System.IO.FileLoadException: The located assembly's manifest definition with name 'log4net' does not match the assembly reference. File name: "log4net" at ICSharpCode.SharpCvsLib.FileSystem.Manager..ctor(DirectoryInfo workingDir) at NAnt.SourceControl.Tasks.CvsP

RE: [nant-dev] Bug

2005-03-14 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Geoff Horsey > Sent: maandag 14 maart 2005 20:32 > To: [email protected] > Subject: [nant-dev] Bug > > System.NullReferenceException: Object referen

[nant-dev] Bug

2005-03-14 Thread Geoff Horsey
System.NullReferenceException: Object reference not set to an instance of an object. at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps, XmlElement elemReference, SolutionTask solutionTask, String outputDir) at NAnt.VSNet.Project.Load(Solution sln, String projectPath) at N

RE: [nant-dev] Bug Report NAnt 0.85 RC2

2005-03-12 Thread Gert Driesen
d party task library ? Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Thomas Weingartner > Sent: dinsdag 8 maart 2005 19:00 > To: [email protected] > Subject: [nant-dev] Bug Report NAnt 0.85

[nant-dev] Bug Report NAnt 0.85 RC2

2005-03-12 Thread Thomas Weingartner
BUILD FAILED INTERNAL ERROR System.TypeLoadException: Could not load type 'NAnt.Core.Attributes.FileSetAttribute' from assembly 'NAnt.Core, Version= 0.85.1869.0, Culture=neutral, PublicKeyToken=null'. at System.Reflection.CustomAttribute.GetCustomAttributeList(Int32 token, IntPtr module, Void*

[nant-dev] Bug Report: "Could not enlist orchestration..."

2005-03-05 Thread Chen, Charles
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///E:/Sample/Northwind/Northwind.sln.deploy.build Target(s) specified: debugDeploy [sysinfo] Setting system information properties under sys.* winV

RE: [nant-dev] bug report

2005-02-17 Thread Gert Driesen
] > Subject: [nant-dev] bug report > > 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:/a/a.build > Target(s) specified: build > > build: > &g

[nant-dev] bug report

2005-02-17 Thread Rajendra Rawat,EXTERNAL, IS_DI
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:/a/a.build Target(s) specified: build build: [solution] Starting solution build. BUILD FAILED INTERNAL ERROR System.NullReferenceException: O

[nant-dev] Bug...

2005-01-26 Thread Paulius Indriunas
Cannot build project, when path exceeds 260 characters.   BUILD FAILED   INTERNAL ERROR   System.IO.PathTooLongException: The path is too long after being fully qualified.  Make sure path is less than 260 characters.   at System.IO.Path.nGetFullPathHelper(String path, Char[] invalidPathChars

Re: [nant-dev] bug in solution task.

2005-01-05 Thread Gert Driesen
Christopher, Can you submit a bug report (possibly with repro) for this issue ? Thanks ! Gert - Original Message - From: <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 05, 2005 5:10 PM Subject: [nant-dev] bug in solution task. > > > &

[nant-dev] bug in solution task.

2005-01-05 Thread Christopher_P_Vanik
I'm pretty sure if this is a bug. If I'm doing something wrong please let me know. I have TreatWarningsAsErrors = "true" set in all by .csproj files I'm calling the solution task and the BUILD isn't failing. failonerror is set to true. I believe the solution task isn't carrying in the TreatW

Re: [nant-dev] Bug in sysinfo task.

2004-12-09 Thread Gert Driesen
- Original Message - From: "Gert Kello" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 4:31 PM Subject: [nant-dev] Bug in sysinfo task. > Hello. > > There seems to be a bug in sysinfo task: if there is a enviroment >

[nant-dev] Bug in sysinfo task.

2004-12-09 Thread Gert Kello
Hello. There seems to be a bug in sysinfo task: if there is a enviroment variable which name is not valid nant property name ("set som;e=something", for example), the task will fail. It doesn't seem to be a valid behaviour... Using 0.85RC1. Attached a simple script to reproduce. Just type from c

RE: [nant-dev] bug report

2004-12-08 Thread Gert Driesen
: [nant-dev] bug report Hello, I catch something intresting when I execute build file Information: Nant version 0.85rc1 nov 28 2004 ContribLib for 0.85rc1 nov 28 2004 Error: INTERNAL ERROR     System.MissingMethodException: Method not found: Void

[nant-dev] bug report

2004-12-08 Thread Andrejs Mamontovs
Title: bug report Hello, I catch something intresting when I execute build file Information: Nant version 0.85rc1 nov 28 2004 ContribLib for 0.85rc1 nov 28 2004 Error: INTERNAL ERROR     System.MissingMethodException: Method not found: Void NAnt.Core.LogWriter..ctor(NAnt.C e

RE: [nant-dev] Bug Report for MSI task

2004-12-01 Thread Gert Driesen
Hi Mark,   I have fixed this issue locally, but need to perform some additional tests first.   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark DavidsonSent: woensdag 1 december 2004 11:22To: [EMAIL PROTECTED]Subject: [nant-dev] Bug Report for

RE: [nant-dev] Bug Report for MSI task

2004-12-01 Thread Gert Driesen
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark DavidsonSent: woensdag 1 december 2004 11:22To: [EMAIL PROTECTED]Subject: [nant-dev] Bug Report for MSI task Hi,   I got the following error on Nant 0.85 RC1 when trying to create an MSI

[nant-dev] Bug Report for MSI task

2004-12-01 Thread Mark Davidson
Hi,   I got the following error on Nant 0.85 RC1 when trying to create an MSI.   System.InvalidOperationException: There is an error in XML document (1, 2). --->  System.InvalidOperationException: was not expected.

Re: [nant-dev] Bug while building nant

2004-11-29 Thread Gert Driesen
Tasos, Could it be that you have old assemblies in your NAnt directory, as I see that your directory is named "nant-0.84" ? Gert - Original Message - From: "Tasos Vogiatzoglou" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 29, 2004

[nant-dev] Bug while building nant

2004-11-29 Thread Tasos Vogiatzoglou
Hi All, After updating from the cvs repository I tried to build NAnt with the package-bin. The output of the build procedure was the error attached. Is this a discrepancy between the assembly versions? Thank you, Tasos Vogiatzoglou BUILD FAILED INTERNAL ERROR System.IO.FileLoadException: The

RE: [nant-dev] bug from nant-0.85-nightly-2004-11-22

2004-11-26 Thread Gert Driesen
Hi Neil,   This is now fixed in cvs.   Thanks for the report !   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sankey, NeilSent: woensdag 24 november 2004 23:07To: [EMAIL PROTECTED]Subject: [nant-dev] bug from nant-0.85-nightly-2004-11-22

[nant-dev] bug from nant-0.85-nightly-2004-11-22

2004-11-26 Thread Sankey, Neil
BUILD FAILED - 0 non-fatal error(s), 1 warning(s)   INTERNAL ERROR   System.NullReferenceException: Object reference not set to an instance of an obj ect.    at NAnt.VSNet.ManagedProjectBase..ctor(SolutionBase solution, String projectP ath, XmlElement xmlDefinition, SolutionTask solu

[nant-dev] bug report

2004-11-14 Thread Andre Dias
BUILD FAILED   INTERNAL ERROR   System.Xml.XmlException: The '#' character, hexadecimal value 0x23, cannot be included in a name.   at System.Xml.XmlConvert.VerifyNCName(String name)   at System.Xml.XmlQualifiedName.Verify()   at System.Xml.Xsl.XsltArgumentList.AddParam(String name, String n

RE: [nant-dev] bug report

2004-11-04 Thread Gert Driesen
EMAIL PROTECTED] On Behalf Of Marco NeusserSent: dinsdag 2 november 2004 16:32To: [EMAIL PROTECTED]Subject: [nant-dev] bug report Hi devs, here a bug report from nant. Config file attached! Please respond with information about this problem. Regards Marco C:\Documents and Settings\neuss

[nant-dev] bug report

2004-11-04 Thread Marco Neusser
Hi devs, here a bug report from nant. Config file attached! Please respond with information about this problem. Regards Marco C:\Documents and Settings\neussmx>"C:\Program Files\nant084\bin\NAnt.exe" -build file:C:\BuildConfig\nant.dac.build.xml NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32;

RE: [nant-dev] bug report for nant from Joey Mink

2004-10-28 Thread Gert Driesen
Behalf Of Mink, Joseph Sent: donderdag 28 oktober 2004 21:46 To: '[EMAIL PROTECTED]' Subject: [nant-dev] bug report for nant from Joey Mink Hi, I got the following error message, and since it said to send it your way, I thou

[nant-dev] bug report for nant from Joey Mink

2004-10-28 Thread Mink, Joseph
Hi,   I got the following error message, and since it said to send it your way, I thought I'd do so!  First I'll list the short nant build file I made, then the error that resulted.   Thanks! Joey   BUILD FILE--       

Re: [nant-dev] Bug Report

2004-10-26 Thread Gert Driesen
tasks/solution.html Hope this helps, Gert - Original Message - From: "Ian Kulmatycki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 2004 10:00 PM Subject: [nant-dev] Bug Report Hey, I got this from nant trying to build an asp.net app. If you

[nant-dev] Bug Report

2004-10-26 Thread Ian Kulmatycki
Hey,   I got this from nant trying to build an asp.net app.   If you have any ideas let me know,   Thanks ian       BUILD FAILED   INTERNAL ERROR   System.Net.WebException: The remote server returned an error: (404) Not Found.    at System.Net.HttpWebRequest.CheckFinalStat

RE: [nant-dev] bug: and references

2004-10-11 Thread Martin Aliger
lto:[EMAIL PROTECTED] On > Behalf Of Gert Driesen > Sent: Wednesday, October 06, 2004 8:19 PM > To: Martin Aliger; '! nant' > Subject: Re: [nant-dev] bug: and references > > Martin, > > I can't see where the bug here would be. The behaviour of > NAnt

Re: [nant-dev] Bug report and help

2004-10-09 Thread Gert Driesen
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "MICHAEL KINNAIRD" <[EMAIL PROTECTED]> Sent: Friday, October 08, 2004 6:05 PM Subject: [nant-dev] Bug report and help Here is a simple script. Basically I am trying to compile a solution(has only one Console project)

[nant-dev] Bug report and help

2004-10-09 Thread UMESH MANOCHA
Here is a simple script. Basically I am trying to compile a solution(has only one Console project)          and get following error-    [solution] Starting solution build. [solution] Building ConsoleApplication1 [release]...   BUILD FAILED   INTERNAL ERROR   System.ComponentModel.Win32

Re: [nant-dev] bug: and references

2004-10-06 Thread Gert Driesen
: "Martin Aliger" <[EMAIL PROTECTED]> To: "'! nant'" <[EMAIL PROTECTED]> Sent: Monday, October 04, 2004 12:28 PM Subject: [nant-dev] bug: and references Hi all, I just found one bug (maybe regresion) that blocks

Re: [nant-dev] bug: and references

2004-10-05 Thread Gert Driesen
Martin, I'll try to have a look at this later today/this week ... Gert - Original Message - From: "Martin Aliger" <[EMAIL PROTECTED]> To: "'! nant'" <[EMAIL PROTECTED]> Sent: Monday, October 04, 2004 12:28 PM Subject: [nant-dev] bug: and r

[nant-dev] bug: and references

2004-10-04 Thread Martin Aliger
Hi all, I just found one bug (maybe regresion) that blocks mine upgrate to newest NAnt :-( I use this (ugly looking) construct: ... ... There are just two projects: A and B. B is dependant on A (via assembly reference with non-existant HintPat

Re: [nant-dev] Bug Report

2004-09-28 Thread Gert Driesen
1:54 PM Subject: [nant-dev] Bug Report Here's the output of a build failure I'm experiencing. The cause seems to be related to some com component called smtpsvg.dll that one of my projects references. I don't really know what the issue is, but if you have any ideas or suggestions,

[nant-dev] Bug Report

2004-09-28 Thread Ramon Leon
Here's the output of a build failure I'm experiencing. The cause seems to be related to some com component called smtpsvg.dll that one of my projects references. I don't really know what the issue is, but if you have any ideas or suggestions, or need more info, please let me know. Build: [

cvs task exception: was RE: [nant-dev] Bug report as requested.

2004-09-09 Thread Clayton Harbour
existing in the path: C:\src\wrb\CVS\Repository Do you have the project checked out to path c:\src\wrb? Clayton -Original Message- From: Ian Ringrose [mailto:[EMAIL PROTECTED] Sent: Wed 9/8/2004 3:57 AM To: [EMAIL PROTECTED] Cc: Subject:[nant-dev] Bug report

Re: [nant-dev] Bug: Internal error

2004-09-08 Thread Gert Driesen
- Original Message - From: "Ayende Rahien" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]> Sent: Thursday, September 09, 2004 8:06 AM Subject: RE: [nant-dev] Bug: Internal error Tried 08/09/2004 build, all is working great. Thank

Re: [nant-dev] Bug: Internal error

2004-09-08 Thread Gert Driesen
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 09, 2004 5:38 AM Subject: [nant-dev] Bug: Internal error I got the following error: D:\Code Tools\Boar\Build>nant NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26/12/2003) Copyright (C) 2001-2003 Gerry Shaw http://nant.so

[nant-dev] Bug: Internal error

2004-09-08 Thread Ayende Rahien
I got the following error: D:\Code Tools\Boar\Build>nant 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:///D:/Code Tools/Boar/Build/Boar.Build Target(s) specified: Compile   BUILD FA

[nant-dev] Bug report as requested.

2004-09-08 Thread Ian Ringrose
C:\src\wrb_build_test>nantNAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26/12/2003)Copyright (C) 2001-2003 Gerry Shawhttp://nant.sourceforge.net   Buildfile: file:///C:/src/wrb_build_test/wrb.buildTarget(s) specified: debug   debug:   BUILD FAILED   INTERNAL ERROR   System.IO.FileNotF

Re: [nant-dev] bug in vs net build

2004-08-21 Thread Gert Driesen
Scott, Can you try using a more recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds) ? Thanks ! Gert - Original Message - From: "Scott Yost" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 21, 2004 7:36 AM Subject: [nant-de

[nant-dev] bug in vs net build

2004-08-21 Thread Scott Yost
I get this when trying to build my VS.NET project: System.ArgumentNullException: Value cannot be null. Parameter name: path2 at System.IO.Path.Combine(String path1, String path2) at NAnt.VSNet.VcConfiguration.get_OutputPath() at NAnt.VSNet.VcProject.GetOutputPath(String configuration)

Re: [nant-dev] Bug in NANT 0.84

2004-08-14 Thread Gert Driesen
riday, August 13, 2004 5:40 PM Subject: [nant-dev] Bug in NANT 0.84 I received the following error while trying to build a project using NANT 0.84 This is the build file I was using. Build the IBE solution. I installed NANT 0.84, and then

[nant-dev] Bug in NANT 0.84

2004-08-14 Thread Boban Dragojlovic
I received the following error while trying to build a project using NANT 0.84   This is the build file I was using.           Build the IBE solution.                         I installed NANT 0.84, and then I "built" NANT (by going to the install directory

Re: [nant-dev] bUG Report: Nant build from 8/4

2004-08-11 Thread Gert Driesen
lt;[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 11:45 PM Subject: [nant-dev] bUG Report: Nant build from 8/4 > I have not been able to build using the solution task. Wonder if anyone has > successfully built a web project using solution task. > > Here is the error I get > >

[nant-dev] bUG Report: Nant build from 8/4

2004-08-11 Thread shikari shambu
I have not been able to build using the solution task. Wonder if anyone has successfully built a web project using solution task. Here is the error I get System.Xml.XmlException: The data at the root level is invalid. Line 1, position 1. at System.Xml.XmlTextReader.ParseRoot() at System.Xml.

[nant-dev] Bug in Log.cs (LogWriter)

2004-08-02 Thread Troy Laurin
This is stupidly pedantic, but the implementation of WriteLine(string, object[]) isn't consistent with its documentation. That is, the string parameter will be correctly processed according to the semantics of string.Format(string, object[]), but if there were any prior calls to Write(string) then

Re: [nant-dev] Bug in NAnt Visual Studio .NET Solution builder

2004-07-21 Thread Gert Driesen
Message - From: "Stephen Dunn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 20, 2004 12:34 PM Subject: [nant-dev] Bug in NAnt Visual Studio .NET Solution builder I'm using thetag to build a solution. I've found the following: Th

[nant-dev] Bug in NAnt Visual Studio .NET Solution builder

2004-07-21 Thread Stephen Dunn
I’m using the    tag to build a solution. I’ve found the following: The solution contains two projects, Project A and Project B Project A in has a reference to a com DLL.  This DLL is produced as output from Project B.  The project’s build order build Project B first so that the file

Re: [nant-dev] bug report

2004-07-09 Thread Gert Driesen
Felice, Please try using a recent nightly build (http://nant.sourceforge.net/nightly/builds). Thanks, Gert - Original Message - From: "Felice Vittoria" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 4:37 PM Subject: [nant-dev] bug rep

[nant-dev] bug report

2004-07-09 Thread Felice Vittoria
Hello all, I am using nant-0.84 on a Windows Server 2003 Standard Edition. I came across an INTERNAL ERROR (see below for more details). Any ideas? If there's any more information you need, please let me know. Thanks, Felice compile: [echo] Compiling: c:\inetpub\wwwroot\SVPSWeb\Co

Re: Re: [nant-dev] BUG solution task throws NullReferenceException

2004-07-02 Thread Gert Driesen
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 02, 2004 10:28 AM Subject: Re: Re: [nant-dev] BUG solution task throws NullReferenceException > Hello Gert, > > i can't come up with a mor

Re: Re: [nant-dev] BUG solution task throws NullReferenceException

2004-07-01 Thread Gert Driesen
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 01, 2004 1:22 PM Subject: Re: Re: [nant-dev] BUG solution task throws NullReferenceException > Hello Gert, > > as you may have seen i have der

Re: Re: [nant-dev] BUG solution task throws NullReferenceException

2004-07-01 Thread Gert Driesen
AIL PROTECTED]> Sent: Thursday, July 01, 2004 9:04 AM Subject: Re: Re: [nant-dev] BUG solution task throws NullReferenceException > Hello Gert, > > i've found some more time to spent on the test. I've added a check if a set of libs is present. This will definitly help. I hop

Re: Re: Re: [nant-dev] BUG solution task throws NullReferenceException

2004-06-30 Thread Gert Driesen
ay, June 30, 2004 9:14 AM Subject: Aw: Re: Re: [nant-dev] BUG solution task throws NullReferenceException Hello Gert, i've modified the test to check if the compiler is present. Cheers Thomas - Original Nachricht Von: Gert Driesen <[EMAIL PROTECTED]> An: [EMAIL PROT

  1   2   3   >