[nant-dev] (no subject)

2006-05-10 Thread LievenQ
Hi, I am working on a generic cpp task, that's independent of the compiler. It simply checks which compiler is available, and then uses that one. I already have compiling and lib-ing for gcc working. Now I want to implement linking, and I need a good way to specify library packages. Of

[nant-dev] (no subject)

2005-06-30 Thread Lachman Dhalliwal
NAnt 0.85 (Build 0.85.1932.0; rc3; 16/04/2005) Copyright (C) 2001-2005 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/latch/BizDeploy/BT2004DeployWithNAntSample2.52/src/BizTalkSample.sln.deploy.build Target framework: Microsoft .NET Framework 1.1 Target(s) specified:

[nant-dev] (no subject)

2005-05-17 Thread stef.spikker
I have the following error come up when trying to get code out of starteam with the use of nant: getsource: BUILD FAILED INTERNAL ERROR System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {3A593178-644A-11D7-B316-0800209CC2CE} is either not valid or not

[nant-dev] (no subject)

2005-05-17 Thread stef.spikker

[nant-dev] (no subject)

2005-05-03 Thread stef.spikker
BUILD FAILED INTERNAL ERROR System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {3A593178-644A-11D7-B316-0800209CC2CE} is either not valid or not registered. at NAnt.Contrib.Tasks.StarTeam.StarTeamTask.openView() at

[nant-dev] (no subject)

2005-03-05 Thread Chris Hoffman
HELP! Im new to nAnt and am using a quick tutorial found on the following page; http://joefield.mysite4now.com/blog/articles/146.aspx Im using: CruiseControl.NET 0.7 NAnt v0.84 NAntContrib v0.84 NUnit 2.2 All goes well until I actually try to compile a simple project,

RE: [nant-dev] (no subject)

2005-03-05 Thread Gert Driesen
-developers@lists.sourceforge.netSubject: [nant-dev] (no subject) HELP! Im new to nAnt and am using a quick tutorial found on the following page; http://joefield.mysite4now.com/blog/articles/146.aspx Im using: CruiseControl.NET 0.7 NAnt v0.84 NAntContrib v0.84

[nant-dev] (no subject)

2004-12-28 Thread suresh garre
Hi, I am getting the following error with NDoc.please check it. An error occured while trying to build the documentation. Exception: NDoc.Core.DocumenterExceptionThere is an invalid character in the given encoding. Line 39612, position 76. Exception: System.Xml.XmlExceptionThere is an invalid

[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

RE: [nant-dev] (no subject)

2004-12-22 Thread Gert Driesen
:54To: [EMAIL PROTECTED]Subject: [nant-dev] (no subject) 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

[nant-dev] (no subject)

2004-10-14 Thread John_E_Wilson
To whom it may concern: I am trying to use NANT to build some Visual Studio .NET solutions using NANt, but have received the following error. I am using NANT to drive additional builds, I am only getting this error when attempting to build the .NET C# code. BUILD FAILED INTERNAL ERROR

Re: [nant-dev] (no subject)

2004-10-14 Thread Gert Driesen
John, That issue was fixed since. Can you try using a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds) ? Thanks ! Gert - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 11, 2004 4:02 PM Subject: [nant-dev] (no subject

[nant-dev] (no subject)

2004-07-15 Thread Michael Dunn
build: [solution] Starting solution build. BUILD FAILED INTERNAL ERROR System.ArgumentNullException: Value cannot be null. Parameter name: path2 at System.IO.Path.Combine(String path1, String path2) at NAnt.VSNet.VcConfiguration.get_OutputPath() in

[nant-dev] (no subject)

2004-06-10 Thread srini5474
provide me solution for: INTERNAL ERROR System.NullReferenceException: Object reference not set to an instance of an obj ect. at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps, XmlEleme nt elemReference, SolutionTask solutionTask, String outputDir) at

Re: [nant-dev] (no subject)

2004-06-10 Thread Gert Driesen
What version of NAnt are you using ? Can you try using a recent nightly build (http://nant.sourceforge.net/nightly/builds) ? Gert - Original Message - From: srini5474 To: [EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 8:25 AM Subject: [nant-dev] (no subject

[nant-dev] (no subject)

2004-01-26 Thread kkedro
The message contains Unicode characters and has been sent as a binary attachment. body.zip Description: Binary data

[nant-dev] (no subject)

2004-01-25 Thread Somya Jain
Hi I am getting the following exception when attempting to use the solution task System.Runtime.Serialization.SerializationException: The type System .ComponentModel.LicenseException in Assembly System, Version=1.0.5000.0, Culture =neutral, PublicKeyToken=b77a5c561934e089 is not

Re: [nant-dev] (no subject)

2004-01-25 Thread Gert Driesen
Somya, Can you package up a zip file containing the minimum set of files necessary to reproduce this issue ? Thanks, Gert - Original Message - From: Somya Jain [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 08, 2004 12:03 AM Subject: [nant-dev] (no subject) Hi I am

[nant-dev] (no subject)

2003-09-18 Thread James C. Papp
Sorry if this message was sent twice. I did not realize I needed to be a subscriber to post a message to the list. So let’s see if this gets through now that I am. How do the NAnt developers feel about adding an “options” property to CompilerBase.cs? It would work just like the options

[nant-dev] (no subject)

2003-09-10 Thread Tharen Debold
Is there any work being done here? I noticed a few todo’s regaring dependencies, etc. Since I’m in need of this task, I might find some time to work on this… however, have any thoughts been given to where/how to store dependency info? Tharen

[nant-dev] (no subject)

2003-07-22 Thread Farris, Keith
Got the following exception trying to build a solution including about 20 VB.NET projects. I'm using RC1 but I got the latest SolutionTask.cs from CVS. Buildfile: file:///c:/tms.nant.build Base Directory: c:\. buildAllSolution: [solution] Starting solution build. [solution] Included