RE: [Nant-users] Scoping issues with task - Clarification of intent

2004-06-16 Thread Troy Laurin
Martin, and others, I've had a few queries as to what I mean by trying to do this, and what I would use it for, so I thought it worthwhile to respond to the list. Apologies in advance for the length of this mail. To set the context: I have created a utility build file with a few targets that a

[Nant-users] NAnt and Mono Beta 3

2004-06-16 Thread Francisco T. Martinez
Hello. How would one go about building NAnt on a Linux box that is using Mono Beta 3? I apologize in advance if this question has been asked/answered before. I am new to the list and will like to learn more about all things NAnt. Paco -- Hi Jarek :) ---

Re: [Nant-users] Mono Beta 3 Support (lol)

2004-06-16 Thread Gert Driesen
Perhaps mcs has become more strict in beta 3, this is an issue I was planning to tacke anyway, as csc 2.0 fails with (more or less) the same error ... Gert - Original Message - From: "MET" <[EMAIL PROTECTED]> To: "NAnt-Users" <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 6:25 PM Subj

[Nant-users] Mono Beta 3 Support (lol)

2004-06-16 Thread MET
Apparently Mono Beta 3 was released last night so I stupidly downloaded and installed it. I then felt like recompiling nant with it no such success. The errors the error is from NAnt itself. When running "make linux-bookstrap-nant.dotnet" I get the following errors. == [EMAIL PROTECTED]

[Nant-users] Referenceprojects tag in SolutionTask

2004-06-16 Thread Robinson, Heath
Title: Referenceprojects tag in SolutionTask I am working with a large project and I am trying to use it to manage building patches.  I seem to be confused on the purpose of the referenceprojects tag. I was thinking it was used to allow you to build projects with project references while avo

Re: [Nant-users] Mono Beta 2 Support

2004-06-16 Thread MET
On Wed, 2004-06-16 at 09:49, Gert Driesen wrote: > > I've been searching google and nothing I find help me get NAnt 0.85 > > (latest build) compiling on Mono Beta 2. I've tried copying from > > gac/1.0 into {nant}/bin, exporting MONO_NO_UNLOAD as 1 (from the FAQ), > > and making sure my mono.pc is

Re: [Nant-users] Mono Beta 2 Support

2004-06-16 Thread Gert Driesen
- Original Message - From: "MET" <[EMAIL PROTECTED]> To: "NAnt-Users" <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 3:08 PM Subject: [Nant-users] Mono Beta 2 Support > I've been searching google and nothing I find help me get NAnt 0.85 > (latest build) compiling on Mono Beta 2. I'

Re: [Nant-users] How to set NANT on local copy = true

2004-06-16 Thread Gert Driesen
- Original Message - From: "Michael Allabauer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 3:23 PM Subject: [Nant-users] How to set NANT on local copy = true > Hi! > > I have a solution consisting of some Web-applications. All of them need > some librarys,

[Nant-users] How to set NANT on local copy = true

2004-06-16 Thread Michael Allabauer
Hi! I have a solution consisting of some Web-applications. All of them need some librarys, which get local copies of the referenced librarys when beeing built with Visual studio. How can i tell nant to do the same? kind regards Michael Allabauer

[Nant-users] Mono Beta 2 Support

2004-06-16 Thread MET
I've been searching google and nothing I find help me get NAnt 0.85 (latest build) compiling on Mono Beta 2. I've tried copying from gac/1.0 into {nant}/bin, exporting MONO_NO_UNLOAD as 1 (from the FAQ), and making sure my mono.pc is valid, etc etc. Despite my efforts I keep getting the glorious

Re: [Nant-users] Scoping issues with task, passing properties with inheritall="false"

2004-06-16 Thread Martin Gainty
TroyHow would your nant project Inherit a subset of properties from parent project?Are you proposing access modifiers for properties of the parent?Right now you get all (inheritall="true") or nothing (inheritall="false") with the exception of user properties passed in here is the relevant te

[Nant-users] build multiple projects

2004-06-16 Thread sriram.rajamanuri
Title: Message Hi,   I kinda digged through the archives, hence this mail   I have multiple projects in my solution and one project depends on the other.   when i give multiple entries for     in the same build file, it gives me the following error:

[Nant-users] Solution task not building project due project file changes?

2004-06-16 Thread Garth Ormsby
Hi all, sorry if this is a repeat - I notice that if I change a project file (eg: add a new reference, or a custom constant) that is included into a nant task, the project (assembly) is not rebuilt... in the case   I'd like to propose that this is, or could be seen as, a bug.   Context: 

Re: [Nant-users] solution task failing on 3rd party licx file

2004-06-16 Thread Gert Driesen
Scott,   There have been some fixes in this area lately, but I'll have to check whether these have all been committed to cvs, and whether they are available in the latest nighlty build (which is quite old, as I'm having problems getting the build server running again).   Gert - Origina

RE: [Nant-users] Scoping issues with task, passing properties with inheritall="false"

2004-06-16 Thread Bill.Martin
Which version of Nant are you using Troy?  There was a bug in .084 where properties in the task where evaluated in the context of the script being called rather than the calling script.  This is fixed in the latest nightly builds and the syntax you have should work.   HTH,   Bill