[nant-dev] RE: problem deploying orch with sql adapter port

2004-12-22 Thread Overberge van D
Sorry, It isnt an internal error I updated the OrchSettings.xml But have following error: Can not parse the PortSett5ings.xml How to fix it? Error: Failed updating binding information. BindingException: Could not validate TransportTypeData, Address or Public Address

[nant-dev] NCoverCheck.cs generation problem

2004-12-22 Thread Bruggeman, NRF (Nikander)
Title: Bericht Hi all, Within a nant buildfile i'm trying to instrument a test project file. This project file only contains two .cs files, assemblyinfo.cs and test.cs. I'm using NCover 1.0.1. When the files are instrumented using the following target, target name="instrument" ncover

[nant-dev] (no subject)

2004-12-22 Thread Halloul, Rachid
Any idea why I'm getting this error ? Thanks. INTERNAL ERROR System.ArgumentNullException: Value cannot be null. Parameter name: path1 at System.IO.Path.Combine(String path1, String path2) at NAnt.VisualCpp.Tasks.McTask.ExecuteTask() at NAnt.Core.Task.Execute() at

[nant-dev] Please Someone Help Me

2004-12-22 Thread dhejo vanissery
Hi, I am assigned the task to make the build process of our project automatic using NAnt. I am very new to NAnt and know very little. Somehow I managed to write a basic build file, but when I am trying to execute it I am getting the following error: System.ArgumentException: URI

[nant-dev] Could you give details regarding the cause of this error...

2004-12-22 Thread Paul Murphy
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:///D:/dev/trafficchannel/executables/DubShip/DubShipApp/build/DubShipApp.buildTarget(s) specified: build clean: [delete] Deleting 0 files.

Re: [nant-dev] exception, not too sure where project settings is meant to be ?

2004-12-22 Thread Matt Daniel
Hi Gert, I changed the GUID's to match and now I get this error D:\cruise controlnant\bin\nant.exe -buildfile:cruise.build NAnt 0.85 (Build 0.85.1814.0; nightly; 12/19/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///D:/cruise control/cruise.build

RE: [nant-dev] (no subject)

2004-12-22 Thread Gert Driesen
Rachid, Please provide more information : what version of NAnt, provide a fragment of your build file or even better : send us a small repro (test app). Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Halloul, RachidSent: dinsdag 21 december 2004

RE: [nant-dev] Could you give details regarding the cause of this error...

2004-12-22 Thread Gert Driesen
Paul, The solution task in NAnt 0.84 by default tried to use WEBDAV to access web projects. In NAnt 0.85 we changed this, because many users had problems with this. In NAnt 0.85, you can define a mapping (using webmap) between URL's and local paths to allow NAnt to access the web project

[nant-dev] [ nant-Bugs-1080346 ] Quotes in path cause System.ArgumentException

2004-12-22 Thread SourceForge.net
Bugs item #1080346, was opened at 2004-12-07 01:35 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1080346group_id=31650 Category: Tasks Group: cvs Status: Closed Resolution: Fixed Priority: 5

[nant-dev] [ nant-Bugs-1076620 ] Schema and code do not match for AssemblyInfoTask element

2004-12-22 Thread SourceForge.net
Bugs item #1076620, was opened at 2004-12-01 11:04 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1076620group_id=31650 Category: Core Group: 0.85 Status: Closed Resolution: Fixed Priority: 6

[nant-dev] Testing condition is failing in build file

2004-12-22 Thread Muthukumaran, Ashokkumar
Hi, Below is my If condition in myBuild file and i'm getting it as deprecated when i build and it is failing when comparing(underlined below). Please give me correct syntax or the alternative for the keyword "propertyexists" . I'm using nant-0.84. readregistry property="TestBuild"