Re: [NAnt-users] 0.85 Build failure under Gentoo Linux, Mono.

2006-12-17 Thread Gert Driesen
cember 2006 22:43 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] 0.85 Build failure under Gentoo Linux, Mono. > > When attempting to build NAnt under Gentoo, the build fails with the > following > errors: > > [csc] Compiling 41 files to 

[NAnt-users] 0.85 Build failure under Gentoo Linux, Mono.

2006-12-15 Thread Christopher Granade
When attempting to build NAnt under Gentoo, the build fails with the following errors: [csc] Compiling 41 files to '/var/tmp/portage/nant-0.85/work/nant-0.85/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.VSNetTasks.dll'. [csc] /var/tmp/portage/nant-0.85/work

Re: [Nant-users] [0.85 RC3] taks order

2005-04-17 Thread Ian MacLean
Hi Julien, NAnt utilises inter target dependencies to determine build order. If you want a given target to execute before another one then you should setup a dependency. Somthing like: ... do build stuff here then the build target will always execute before the doc-gen target. Ian Julien

[Nant-users] [0.85 RC3] taks order

2005-04-17 Thread Julien Sobrier
Hello, I both build mu projects and generate the documentation with NDoc in my build file. But Nant always generate the doc first, and then build the project, even so the NDoc portion is at the end of the build file. It doesn't seem to be logic since NDoc uses the assemblies to generate the doc

[Fwd: RE: [Nant-users] 0.85 msi install]

2004-12-03 Thread Ian MacLean
forwarded - please don't address list email to the admin list. Thanks. Original Message Subject:RE: [Nant-users] 0.85 msi install Date: Fri, 3 Dec 2004 15:38:53 - From: Mauro Ciaccio <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To:

Re: [Nant-users] 0.85 msi install

2004-12-03 Thread Jim Geurts
ow and where its installed. > > Thanks, > > John Cole > > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Friday, December 03, 2004 8:27 AM > To: John Cole; [EMAIL PROTECTED] > Subject: Re: [Nant-users] 0.85 msi install > > --

RE: [Nant-users] 0.85 msi install

2004-12-03 Thread John Cole
o use, no matter how and where its installed. Thanks, John Cole -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 8:27 AM To: John Cole; [EMAIL PROTECTED] Subject: Re: [Nant-users] 0.85 msi install - Original Message - From: "John Cole&

Re: [Nant-users] 0.85 msi install

2004-12-03 Thread Gert Driesen
- Original Message - From: "John Cole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 03, 2004 3:21 PM Subject: RE: [Nant-users] 0.85 msi install > Gert, > What are your reasons for not copying NAntContrib into NAnt? It feels > s

RE: [Nant-users] 0.85 msi install

2004-12-03 Thread John Cole
004 4:35 AM To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: RE: [Nant-users] 0.85 msi install > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen > Sent: Thursday, December 02, 2004 22:59 > To: 'Jim Geurts'; 

RE: [Nant-users] 0.85 msi install

2004-12-03 Thread Rutger Dijkstra
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen > Sent: Thursday, December 02, 2004 22:59 > To: 'Jim Geurts'; 'John Cole' > Cc: [EMAIL PROTECTED] > Subject: RE: [Nant-users] 0.85 msi install [snip

RE: [Nant-users] 0.85 msi install

2004-12-02 Thread Gert Driesen
> -Original Message- > From: Jim Geurts [mailto:[EMAIL PROTECTED] > Sent: donderdag 2 december 2004 15:28 > To: Gert Driesen; John Cole > Cc: [EMAIL PROTECTED] > Subject: Re: [Nant-users] 0.85 msi install > > There are sort of separate installs for NAnt a

RE: [Nant-users] 0.85 msi install

2004-12-02 Thread John Cole
: Gert Driesen; John Cole Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] 0.85 msi install There are sort of separate installs for NAnt and NAntContrib. To be a little more clear, there are various merge modules that are built for each section of both projects. I then merge all of those into an in

Re: [Nant-users] 0.85 msi install

2004-12-02 Thread Jim Geurts
There are sort of separate installs for NAnt and NAntContrib. To be a little more clear, there are various merge modules that are built for each section of both projects. I then merge all of those into an install. As it stands right now, if the user does a typical or complete install, both proje

RE: [Nant-users] 0.85 msi install

2004-12-02 Thread John Cole
that patch. John Cole -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Geurts Sent: Wednesday, December 01, 2004 11:46 AM To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: [Nant-users] 0.85 msi install Hey Gert, I'm not sure if this was brough

RE: [Nant-users] 0.85 msi install

2004-12-01 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jim Geurts > Sent: woensdag 1 december 2004 18:46 > To: Gert Driesen > Cc: [EMAIL PROTECTED] > Subject: [Nant-users] 0.85 msi install > > Hey Gert, > > I&

[Nant-users] 0.85 msi install

2004-12-01 Thread Jim Geurts
Hey Gert, I'm not sure if this was brought up or not. I haven't been following the lists very closely lately, but are you intending to build/provide msi installs of NAnt/NAntContrib with each beta/release? I plan on grabbing rc-1 tonight and verifying that the msi target works as expected. It

Re: [Nant-users] 0.85 Dependency Resolution

2004-11-11 Thread Ian MacLean
Gert Driesen wrote: Tom, That is indeed the expected behaviour. If you want to avoid specific targets from being executed more than once, you could use the target::has-executed(name) function. I'm not saying this is perfect, but the old beha

RE: [Nant-users] 0.85 Dependency Resolution

2004-11-11 Thread Gert Driesen
Title: RE: [Nant-users] 0.85 Dependency Resolution Payton,   The target::has-executed() only works on a project level, and the task actually creates a new project on each run.   Gert From: Byrd, Payton [mailto:[EMAIL PROTECTED] Sent: donderdag 11 november 2004 16:17To: '

RE: [Nant-users] 0.85 Dependency Resolution

2004-11-11 Thread Gert Driesen
d not allow dependencies to be re-evaluated at all. Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Whitner, Tom Sent: donderdag 11 november 2004 15:42 To: [EMAIL PROTECTED] Subject: [Nant-users] 0.85 Depen

[Nant-users] 0.85 Dependency Resolution

2004-11-11 Thread Whitner, Tom
Title: 0.85 Dependency Resolution With the following targets defined:                         If I build target B, I get the following results: NAnt 0.85 (Build 0.85.1775.0; nightly; 11/10/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourcef

RE: [Nant-users] ... 0.85

2004-11-03 Thread Felice Vittoria
#x27;cause the errors.   Maybe someone can shed some light on this?   Felice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Ryan CromwellSent: Wednesday, November 03, 2004 9:21 AMTo: 'Michael Joseph'; [EMAIL PROTECTED]Subject: RE:

Re: [Nant-users] ... 0.85

2004-11-03 Thread Ryan Cromwell
s. Original Message Follows From: "Gary Feldman" <[EMAIL PROTECTED]> To: "Ryan Cromwell" <[EMAIL PROTECTED]> Subject: Re: [Nant-users] ... 0.85 Date: Wed, 3 Nov 2004 10:45:27 -0500 > I replaced 'asdf' with 'dosomething' in the email to av

Re: [Nant-users] ... 0.85

2004-11-03 Thread Gary Feldman
>From: "Ryan Cromwell" <[EMAIL PROTECTED]> >Sent: Wednesday, November 03, 2004 8:58 AM The "has not been loaded" messages occur as a result of using the -v (verbose) option, and can safely be ignored. > Command Line: Nant -t:net-1.1 /k:net-1.1 /f:project.build -v Are you sure this is what was ac

RE: [Nant-users] ... 0.85

2004-11-03 Thread Ryan Cromwell
Sent: Wednesday, November 03, 2004 10:08 AM To: Ryan Cromwell; [EMAIL PROTECTED] Subject: RE: [Nant-users] ... 0.85 You're asking NAnt to execute target asdf, which doesn't exist in any of your build files. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [Nant-users] ... 0.85

2004-11-03 Thread Michael Joseph
You're asking NAnt to execute target asdf, which doesn't exist in any of your build files. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan CromwellSent: Wednesday, November 03, 2004 3:58 PMTo: [EMAIL PROTECTED]Subject: [Nant-users] ... 0.85

[Nant-users] ... 0.85

2004-11-03 Thread Ryan Cromwell
I'm beginning the journey of upgrading our build scripts to 0.85 in anticipation of a release coming in the near future. I've run into a road block though... it appears is not working at all. Take a look at the two build files below and let me know if I'm doing something odd - these scripts work

Re: [Nant-users] [0.85] Unref called in NUnit task

2004-08-16 Thread Ian MacLean
try setting the MONO_NO_UNLOAD environment variable before running nant: $ export MONO_NO_UNLOAD=1 this is a workaround for some limitations in mono's AppDomain.Unloadimplementation. Ian Golo Haas wrote: Hi there, thanks for the fast help with my problem concerning 0.84 and Mono, I have followed

[Nant-users] [0.85] Unref called in NUnit task

2004-08-16 Thread Golo Haas
Hi there, thanks for the fast help with my problem concerning 0.84 and Mono, I have followed the advice and - in fact - I have much less problems using 0.85 :-). My solution compiles, but when I try to run NUnit tasks, they do run, but in the end I get an error message: nunit: [nunit2] Tes

Re: [Nant-users] 0.85 release notes

2004-08-02 Thread Gert Driesen
Committed to cvs. Thanks ! Gert - Original Message - From: "Troy Laurin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 8:39 AM Subject: [Nant-users] 0.85 release notes Breaking change: Automatic quoting of arguments (built-in type) ha

[Nant-users] 0.85 release notes

2004-08-01 Thread Troy Laurin
Breaking change: Automatic quoting of arguments (built-in type) has been removed for non-file arguments. This breaks build files that assume that argument values containing spaces will be quoted. Regards, -- Troy Disclaimer Message: This message contains confidential information and is inten

Re: [Nant-users] 0.85 release candidate by August 4th

2004-07-29 Thread Gary Feldman
>From: "Troy Laurin" <[EMAIL PROTECTED]> >Sent: Tuesday, July 27, 2004 10:13 PM >... >Unless the programmer is familiar with functional programming styles) - >being targets and dependencies. Actually, NAnt's style is mostly declarative, not functional. There's functional-style stuff happening un

RE: [Nant-users] 0.85 release candidate by August 4th

2004-07-27 Thread Troy Laurin
> The problem is, as someone put it (somewhere on the nant > wiki), "the documentation assumes you've been using nant for 40 years" > > My opinion is, that if we can make this such that the average > high school student can set it up, build it and run it, then > they will, as will a ton of othe

RE: [Nant-users] 0.85 release candidate by August 4th

2004-07-27 Thread Malcolm MacLucas
[EMAIL PROTECTED] > Sent: Tuesday, July 27, 2004 11:28 AM > To: Gifford, Noel; Noel Gifford; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: RE: [Nant-users] 0.85 release candidate by August 4th > > Thanks for your patience. > > It's still not working for me inside of my bu

RE: [Nant-users] 0.85 release candidate by August 4th

2004-07-27 Thread Gifford, Noel
- From: Malcolm MacLucas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 11:28 AM To: Gifford, Noel; Noel Gifford; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Nant-users] 0.85 release candidate by August 4th Thanks for your patience. It's still not working for me inside

RE: [Nant-users] 0.85 release candidate by August 4th

2004-07-27 Thread Malcolm MacLucas
2\nant-0.85-debug\bin > > Noel > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm > MacLucas > Sent: Tuesday, July 27, 2004 9:47 AM > To: Noel Gifford; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] &g

RE: [Nant-users] 0.85 release candidate by August 4th

2004-07-27 Thread Gifford, Noel
ailto:[EMAIL PROTECTED] On Behalf Of Malcolm MacLucas Sent: Tuesday, July 27, 2004 9:47 AM To: Noel Gifford; [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [Nant-users] 0.85 release candidate by August 4th Build.bat? Just getting around to testing this out and there

RE: [Nant-users] 0.85 release candidate by August 4th

2004-07-27 Thread Malcolm MacLucas
Build.bat? Just getting around to testing this out and there is no build.bat. No build bat in the nightly build(040723), no build.bat in the 0.84 release. Build.bat would be a great thing and I would love to test it. can you post the contents of the build.bat that you have? Thanks in advance

RE: [Nant-users] 0.85 release candidate by August 4th

2004-07-26 Thread Malcolm MacLucas
ld -D:nant.dir=..\nant-0.85-20040722 > copy build\nantcontrib-0.85-debug\bin > ..\nant-0.85-20040722\build\net-1.1.win32\nant-0.85-debug\bin > > > Noel > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm > MacLucas >

RE: [Nant-users] 0.85 release candidate by August 4th

2004-07-25 Thread Troy Laurin
> I've got some concerns about the NAntContrib being unzipped > right into the NAnt directory, it overwrites some of the help > files, and I've been too busy (lazy?) to notice what else. I'd like to reiterate my concern with this as the recommended installation method for nant-contrib... As a (e

RE: [Nant-users] 0.85 release candidate by August 4th

2004-07-23 Thread Noel Gifford
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm MacLucas Sent: Friday, July 23, 2004 12:43 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:Re: [Nant-users] 0.85 release candidate by August 4th Ok first, I a mistake in my ori

Re: [Nant-users] 0.85 release candidate by August 4th

2004-07-23 Thread Ian MacLean
Malcolm MacLucas wrote: I'm in the process of setting up a machine just for (currently) NAnt testing, so I'll see what I can do, but I'm more interested in using my time to support a August 4 release, or at least candidate release for Nant 0.85 Currently I'm trying to get a copy of the 7-23 NAnt Bu

Re: [Nant-users] 0.85 release candidate by August 4th

2004-07-23 Thread Malcolm MacLucas
Ok first, I a mistake in my original post, there is no 7-23 build of nant, there is a 7-22 build, that's the one I used. I used the 7-23 build of NAnt Contrib. I installed it into the previously mentioned program files\nant directory and the I ran the NantContrib.build nant -buildfile:NAntContri

[Nant-users] 0.85 release candidate by August 4th

2004-07-23 Thread Malcolm MacLucas
I'm in the process of setting up a machine just for (currently) NAnt testing, so I'll see what I can do, but I'm more interested in using my time to support a August 4 release, or at least candidate release for Nant 0.85 Currently I'm trying to get a copy of the 7-23 NAnt Build to install on my br