Re: [Nant-users] using pkg-config::get-link-flags in task

2004-06-27 Thread Ian MacLean
Gert Driesen wrote: I tend to agree that supporting pkg references is a good thing becuse it maps what the command line interface to mcs does and mono developers will expect to be able to use them. Is it ok to start exposing the pkg-references element to build authors now ? I would t

Re: [Nant-users] CS2001 compile error using Solution task

2004-06-27 Thread Gert Driesen
- Original Message - From: "Ronan Brady" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 24, 2004 11:39 AM Subject: [Nant-users] CS2001 compile error using Solution task > I had a similar problem, in the vb.proj file I found that the > task/vbc com

Re: [Nant-users] RE: VB6 Migration. Solution task leads to MissingManifestResourceException

2004-06-27 Thread Gert Driesen
- Original Message - From: "Ronan Brady" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 24, 2004 12:38 PM Subject: [Nant-users] RE: VB6 Migration. Solution task leads to MissingManifestResourceException > o.k. sorry about the mess of a post but i've now upgraded to the l

Re: [Nant-users] Using Nant with .NET framework and w2k

2004-06-27 Thread Gert Driesen
David, NAnt 0.84 should work on .NET 1.0 out-of-the-box. Are you sure you're using the correct version of NAnt ? Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 24, 2004 2:05 PM Subject: [Nant-users] Using Nant with .NET framework and w2k

Re: [Nant-users] using pkg-config::get-link-flags in task

2004-06-27 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Jeroen Zwartepoorte" <[EMAIL PROTECTED]> Cc: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, June 27, 2004 1:49 PM Subject: Re: [Nant-users] using pkg-config::get-link-flags in task > Jeroen Zwartepo

[Nant-users] how to stop compiling if 'BUILD FAILED'

2004-06-27 Thread sriram.rajamanuri
Title: Message Hi,   1) I have a batch file that executes multiple nant builds'. If one of those build file(s) returns a 'build failed', I do not want to stop the build process there itself. How do I achieve that.   2) How do I integrate the build process with VSS(microsoft)? can i use cvs-

Re: [Nant-users] using task on files

2004-06-27 Thread Gert Driesen
Jeroen, Our current procedure for new tasks is to add them to NAntContrib first, and they're moved to NAnt only after they've "stabilized". However, in your case this is a problem as NAntContrib only builds on .NET for now as it has dependencies on COM interop assemblies ... We'll need to think

Re: [Nant-users] using task on files

2004-06-27 Thread Jeroen Zwartepoorte
Hoi Gert, So i've written a ReplaceRegex task based on the same task which exists for ant: http://ant.apache.org/manual/OptionalTasks/replaceregexp.html. Is it ok to commit and if so, can you commit this task to cvs? Thanks, Jeroen p.s. Just drop the file in src/NAnt.Core/Tasks/ and it'll get

Re: [Nant-users] using task on files

2004-06-27 Thread Gert Driesen
Jeroen, This is not possible right now, but a patch implementing filterchains has been submitted by Roger Dahlman (thanks !!!) which would allow this. I just haven't had enough time to review the patch. Gert - Original Message - From: "Jeroen Zwartepoorte" <[EMAIL PROTECTED]> To: <[EMAI

[Nant-users] using task on files

2004-06-27 Thread Jeroen Zwartepoorte
Hi, >From looking at the documentation, it seems the task is only to be used for retrieving data from files, not to find & replace text in a file. There doesn't seem to be a way to do a global replace (s/blah/bla/ g) for example. Is this correct? I need this kind of functionality for a configura

Re: [Nant-users] using pkg-config::get-link-flags in task

2004-06-27 Thread Ian MacLean
Jeroen Zwartepoorte wrote: I think Jareks suggestions is a bad idea: the whole point behind pkg- config is that *all* you need to know as a developers is the name of the package. You do not need to know where the packages reside (there are multiple locations configurable with PKG_CONFIG_PATH env va

Re: [Nant-users] pkg-config problems on Linux

2004-06-27 Thread Jeroen Zwartepoorte
Hmm, ignore this for now. It looks like this might be specific to mono on linux/ppc, since it seems to work fine on i386. Jeroen On Sun, 2004-06-27 at 10:45 +0200, Jeroen Zwartepoorte wrote: > Hi, > > I just built CVS HEAD of NAnt on a clean Fedora Core 2 install with the > Release Candidate of

[Nant-users] pkg-config problems on Linux

2004-06-27 Thread Jeroen Zwartepoorte
Hi, I just built CVS HEAD of NAnt on a clean Fedora Core 2 install with the Release Candidate of Mono. After succesfully builing NAant, when i try to use it, i get the following error/exceptions: [EMAIL PROTECTED] monodevelop]$ nant Compat mode: the request from /home/jeroen/nant/bin/log4net.dll

Re: [Nant-users] using pkg-config::get-link-flags in task

2004-06-27 Thread Jeroen Zwartepoorte
I think Jareks suggestions is a bad idea: the whole point behind pkg- config is that *all* you need to know as a developers is the name of the package. You do not need to know where the packages reside (there are multiple locations configurable with PKG_CONFIG_PATH env variable) or which actual lib

Re: [Nant-users] using pkg-config::get-link-flags in task

2004-06-27 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Jeroen Zwartepoorte" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 25, 2004 4:25 PM Subject: Re: [Nant-users] using pkg-config::get-link-flags in task ick -- I think that automatically