Re: [Nant-users] Mono beta 2

2004-06-05 Thread Giuseppe Greco
I suppose you've installed Mono via RPM... right? Well, the problem is that the file /usr/lib/pkgconfig/mono.pc is missing. Just copy mono.pc into /usr/lib/pkgconfig (I've attached a copy of it). After you have built and installed nant, remember to copy the DLLs under ./bin/lib/mono/1.0 into ./bi

Re: [Nant-users] Mono beta 2

2004-06-05 Thread Martin Gainty
Pedro- Can you send(display) for us the environment you are attempting to build on as well as the build file itself Entiendes? -Martin - Original Message - From: "Pedro Santos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 05, 2004 1:42 PM Subject: [Nant-users] Mono beta

Re: [Nant-users] Mono beta 2

2004-06-05 Thread Pedro Santos
Well, first, when I compile nant I get alot of these: GC Warning: Finalization cycle involving 8858be0 GC Warning: Finalization cycle involving 8858ab0 When I run NAnt on my project, I get: bash-2.05b$ nant Compat mode: the request from /home/pre/Projects/nant/bin/log4net.dll to load System.Data

Re: [Nant-users] Mono beta 2

2004-06-05 Thread Giuseppe Greco
Hi Pedro, I've just installed Mono beta 2 on my Fedora Core 1 box... and NAnt works fine! What kind of problems have you? j3d. On Sat, 2004-06-05 at 19:42, Pedro Santos wrote: > How can I get NAnt working with the new Mono? I upgraded from mono-0.31 > to beta 2 and now NAnt throws several error

[Nant-users] Mono beta 2

2004-06-05 Thread Pedro Santos
How can I get NAnt working with the new Mono? I upgraded from mono-0.31 to beta 2 and now NAnt throws several errors. I have read something related to this, but I have found no solution for this on the web. What must I do? -- Pedro Santos "Si minor plus est ergo nihil sunt omnia..." signatur

Re: [Nant-users] Solution task does not correctly read VC++ project settings

2004-06-05 Thread Martin Gainty
Aaron-can you display/attach a copy of your default.build?Thanks,Martin Gainty - Original Message - From: Witt, Aaron S To: '[EMAIL PROTECTED]' Sent: Friday, June 04, 2004 9:24 AM Subject: [Nant-users] Solution task does not correctly read VC++ project settings

Re: [Nant-users] Nant and dependencied

2004-06-05 Thread Martin Gainty
Yves- The ANT uptodate function at http://ant.apache.org/manual/CoreTasks/uptodate.html is far more capable specifically ANT uptodate Sets a property if a target file or set of target files is more up-to-date than a source file or set of source files *which is what most build/release engineers need

Re: [Nant-users] uptodate files is deprecated

2004-06-05 Thread Jaroslaw Kowalski
How about this? Jarek- Original Message - From: "Nick Zigomanis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 03, 2004 9:08 AM Subject: [Nant-users] uptodate files is deprecated Hi all, The uptodate test warns that it

Re: [Nant-users] Build Error using with Nunit v2.1.4

2004-06-05 Thread Gert Driesen
Gunture, I suggest upgrading to a more recent version of NAnt (preferrably a recent nightly build : http://nant.sourceforge.net/nightly/builds) Gert - Original Message - From: "Gunturu, Venkataramana" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 03, 2004 7:33 AM Subje

Re: [Nant-users] newest-of-the-newbise question

2004-06-05 Thread Gert Driesen
Title: newest-of-the-newbise question David,   Is the build file located in the same directory as your sources ?   Gert - Original Message - From: David Tilley To: [EMAIL PROTECTED] Sent: Thursday, June 03, 2004 3:46 AM Subject: [Nant-users] newest-of-the-ne

[Nant-users] NUnit2 task seems to skip test assembly

2004-06-05 Thread Michael Smith
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)   I have a standard csharp test that works fine through the nuni-gui, but seems to be totally skipped in the build script. I've ensured that the test assembly is referencing the nant.framework.dll from ..\nant\bin to ensure ve

[Nant-users] newest-of-the-newbise question

2004-06-05 Thread David Tilley
Title: newest-of-the-newbise question Hi all. My first hour in Nant. Not sure why I get zero files compiling. I grabbed the build file from a using nant tutorial. any help would be appreciated. dave NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) Copyright (C) 2001-

[Nant-users] Solution task does not correctly read VC++ project settings

2004-06-05 Thread Witt, Aaron S
  I'm running into an issue where it appears that the Solution task does not correctly handled embedded VC++ projects in the solution.  I have a mixed solution with some C# class libraries and some VC++ projects as well.  One of the VC++ projects has a dependency on some of the C# class li

[Nant-users] uptodate files is deprecated

2004-06-05 Thread Nick Zigomanis
Hi all,   The uptodate test warns that it is deprecated, and the new form, file::up-to-date should be used.   I raised this a while ago (I’ve only just gotten back to Nant after a few months), and thought that it was going to be changed.   However, the file::up-to-date cannot process

RE: [Nant-users] Nant and dependencied

2004-06-05 Thread Yvl
Konstantin Using the most capable Nant function "file::up-to-date" should do the trick. See the online help: http://nant.sourceforge.net/nightly/help/functions/file.up-to-date.html Hope this helps µ. Yves -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Nant-users] Build Error using with Nunit v2.1.4

2004-06-05 Thread Gunturu, Venkataramana
Hi, I build an application using nant v0.8.2 and Nunit v2.0.6 at cammand-line prompt. It is building successfully. But when I am trying to build this same application with nant v0.8.2 and Nunit v2.1.4, it is giving an error - BUILD FAILED Nunit 2.0 Error:

RE : [Nant-users] Nant and dependencied

2004-06-05 Thread lorphely
Konstantin Using the most capable Nant function "file::up-to-date" should do the trick. See the online help: http://nant.sourceforge.net/nightly/help/functions/file.up-to-date.html Hope this helps µ. Yves -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Nant-users] Datadynamics Active Reports

2004-06-05 Thread Shawn Thomas
When compiling a .NET project using NANT. I recieve the following error message.   Error: BC30636: '>' expected This error occurs for each .rpx file I have in my project. These rpx files correspond to Datadynamics ActiveReport objects. Has anyone seen this before? If so what is the fix? Thanks.