RE: [Nant-users] Process Devenv.com output to change message level in XmlLogger

2004-04-16 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Guess what... CCNET already does what I wanted it to do... I should wait next time before posting... Sorry about that! Keep up the good work! -- Edwin G. Castro Firing Systems Engineer [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ca

[Nant-users] [Fwd: build combination project]

2004-04-16 Thread Ian MacLean
Hi Charles, I'm forwarding your mail on to the nant-users list in case others have some input. NAnt does not target visual c++ 6.0 projects directly, however you could use a combination of the cl, midl, link tasks to build those projects. You would need to call VCVARS32.bat first to ensure that

RE: [Nant-users] Process Devenv.com output to change message level in XmlLogger

2004-04-16 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
(My apologies... I forgot a subject!) Hi All, I have spent that last few days trying to use NAnt with CruiseControl.NET. CCNET uses the XmlLogger to make NAnt output something it can process. In my setup I have NAnt execute devenv.com to build my C++ projects since the task doesn't compile those

[Nant-users] (no subject)

2004-04-16 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Hi All, I have spent that last few days trying to use NAnt with CruiseControl.NET. CCNET uses the XmlLogger to make NAnt output something it can process. In my setup I have NAnt execute devenv.com to build my C++ projects since the task doesn't compile those very well. I noticed that the XmlLogge

[Nant-users] The SDK for the net-1.1 framework is not available or not configured

2004-04-16 Thread Maggie Duanmu
I changed the nant config file, and the csc problem was solved. However I got the message "The SDK for the net-1.1 framework is not available or not configured", I reinstalled the SDK 1.1, it didn't work. Any suggestion? Thank you, Maggie _

Re: [Nant-users] The csc task cannot be executed

2004-04-16 Thread Gert Driesen
see this : http://nant.sourceforge.net/faq.html or just download a NAnt 0.85 nightly build (http://nant.sourceforge.net/nightly/builds). Gert - Original Message - From: "Maggie Duanmu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 16, 2004 10:22 PM Subject: [Nant-users]

[Nant-users] The csc task cannot be executed

2004-04-16 Thread Maggie Duanmu
I got message "The csc task cannot be executed, as it relies on an active framework." when I tried to build a file, which can been build successfuly on .NET framework v1.0 in another merchine. I installed .NET framework v1.1 only. Does anybody know how to solve this problem? __

Re: [Nant-users] Built on MONO, 1st tests fail.

2004-04-16 Thread Pete Mimmack
Ah, yes, I remember seeing a post about that, but was able to compile without it, so had forgotten. Now it builds, and runs over 200 tests, so that should be enough to let me do some real work! Thanks very much, Pete >>> "Jaroslaw Kowalski" <[EMAIL PROTECTED]> 04/16/04 1:28 PM >>> Run: export

Re: [Nant-users] Built on MONO, 1st tests fail.

2004-04-16 Thread Jaroslaw Kowalski
Run: export MONO_NO_UNLOAD=1 before building. Jarek - Original Message - From: "Pete Mimmack" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 16, 2004 9:24 PM Subject: Re: [Nant-users] Built on MONO, 1st tests fail. > Pulled it from CVS, but now I

Re: [Nant-users] Built on MONO, 1st tests fail.

2004-04-16 Thread Pete Mimmack
Pulled it from CVS, but now I can't build. Here is the failure from the output. I'm using MONO from April 1st, version 0.31.99. mono bin/NAnt.exe -buildfile:NAnt.build build NAnt 0.85 (Build 0.85.1447.0; net-1.0.win32; nightly; 12/18/2003) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourcefo

RE: [Nant-users] Long path bug?

2004-04-16 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
So, the VB command line compiler works fine… If I understand correctly the task uses the VB command line compiler… Maybe the task is really at fault. Like I said before I’m not an expert on Nant code, but I will look through it and try to determine how it calls the VB compiler. I’ll post a

[Nant-users] Third party control - DotNetBar

2004-04-16 Thread Nemegeer, Marc
Hi, I receive the following error when building my application: ... Writing resource file... Done. [resgen] Starting 'C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\bin\resgen.exe

Re: [Nant-users] Built on MONO, 1st tests fail.

2004-04-16 Thread Jaroslaw Kowalski
Can you try it with the latest nightly build? Many bugs were fixed since the 0.84 release including some that you mention. Some test don't pass, anyway, but you should be able to use nant with mono for some common tasks. Jarek - Original Message - From: "peteMimmack" <[EMAIL PROTECTED]>

RE: [Nant-users] Long path bug?

2004-04-16 Thread Adrian Hara
  VS.NET builds fine. I’ve tried the command line compiler and it works fine too. I find it very strange that the task should work fine, given that the c# parts of the project are in the same directory structure, with maybe even longer paths.   No clue…   From: Castro, Edwi

[Nant-users] Built on MONO, 1st tests fail.

2004-04-16 Thread peteMimmack
The good news is that I have been able to build NAnt with Mono (snooped this forum and found a number of hints. Thanks.) But now I can't run the acceptance tests. First problem, error saying it can't find the following: ../build/mono-1.0.unix/nant-0.84-debugbin/nant.tests.config. Since all

[Nant-users] cl task and PDB output

2004-04-16 Thread Oberhofer, Klaus
Hello, I created a little lib in Unmanaged C++ and wanted to automate the build step via NAnt. For this I wrote a little build script: For my lib I w