Re: [nant-dev] [Fwd: Ready to tackle next release]

2003-10-05 Thread Gert Driesen
I think we should have a more generic solution for this, like Ant has with its support for FilterChains ... Scott has put this on his to-do list (and I updated the NAnt to-do list in cvs with this information), but he's very busy so I'm not sure when this will be available ... Gert -

RE: [nant-dev] NAnt Designer Support

2003-10-05 Thread Mitch Denny
Hi Scott, The driver for this kind of functionality would be orientated more at the end user who has been charged with setting up an automated build. With that in mind I think the solution might possibly consist of a few layers: Tools (e.g. NAntpad)

RE: [nant-dev] [Fwd: Ready to tackle next release]

2003-10-05 Thread Mitch Denny
Hi Ian/Gert, The current drop of the code I have doesn't work with a fileset, although I guess it could easily be modified to do so. How long do I have until the 0.8.4 feature freeze starts? - Mitch Denny - [EMAIL PROTECTED] - http://www.monash.net - +61

RE: [nant-dev] [Fwd: Ready to tackle next release]

2003-10-05 Thread Mitch Denny
Hrm, yeah I can see how that would be a better solution. - Mitch Denny - [EMAIL PROTECTED] - http://www.monash.net - +61 (414) 610141 - -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Sunday, October 05, 2003 7:38 PM

Re: [nant-dev] [Fwd: Ready to tackle next release]

2003-10-05 Thread Gert Driesen
something like that yes :-) but instead of having a separate task for that purpose, filterchain support would be added to existing tasks (like copy, zip, ...) Gert - Original Message - From: Mitch Denny [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED]; Ian MacLean [EMAIL PROTECTED]

Re: [nant-dev] [Fwd: Ready to tackle next release]

2003-10-05 Thread Ian MacLean
What if you want to replace strings in a file in place ? - ie without copying/moving the file Ian Gert Driesen wrote: something like that yes :-) but instead of having a separate task for that purpose, filterchain support would be added to existing tasks (like copy, zip, ...) Gert -

Re: [nant-dev] Getting Started with Mono on Linux [2] Continued

2003-10-05 Thread Met @ Uber
Well the MakeFile is certainly doing more now than before, but I'm still getting errors during the build. How do I go about configuring NAnt.build for Mono on Linux? Is there any documentation on this? Thanks again, ~ Matthew On Sun, 2003-10-05 at 01:39, Ian MacLean wrote: Matthew,

Re: [nant-dev] [Fwd: Ready to tackle next release]

2003-10-05 Thread Gert Driesen
to be honest, I'm not sure about that one ... If necessary we could ofcourse create a task for that, but I was just saying we don't necessary need one ... didn't really give it much thought yet ... Gert - Original Message - From: Ian MacLean [EMAIL PROTECTED] To: Gert Driesen [EMAIL

Re: [nant-dev] [Fwd: Ready to tackle next release]

2003-10-05 Thread Ian MacLean
I just noticed that Ant still has both the replaceTask and the filtersets in copy/zip etc. I'm sure you could accomplish an in-place replace with filtersets but I can see a task called replace being easier for new uesrs to deal with than filterchains. Ian

Re: [nant-dev] Getting Started with Mono on Linux [2] Continued

2003-10-05 Thread Met @ Uber
When I run make it returns Compilation succeeded for the first part of the Makefile make linux-bootstrap but fails on make linux-nant, which calls mono bin/NAnt.exe -buildfile:NAnt.build build. Any suggestions? Here's the end of the returned message: make[3]: Leaving directory

Re: [nant-dev] Getting Started with Mono on Linux [2] Continued

2003-10-05 Thread Met @ Uber
Thank you very much, the build was successful ;-) Perhaps there could be a Mono Linux section during the installation documents explaining this, and to try NAnt from CVS instead of the latest stable? (if no one wants to, let me know and I will happily) Thanks everyone. ~ Matthew On Sun,

RE: [nant-dev] [Fwd: Ready to tackle next release]

2003-10-05 Thread Mitch Denny
The touch / task could possibly be modified to do it. But replace would possibly be more intuitive for new users than using a filter chain. It could probably support filter chains anyway - it might also be cool to have a generic filter / task too. Next release :) I'm thinking that we could put

[nant-dev] External Program Failure || Mono || Linux

2003-10-05 Thread Met @ Uber
Earlier today I finally got NAnt installed, thanks a lot to everyone who helped. So I decided to try and build OJB.NET and then Maverick.NET but with both I got the same error. External Program Failed: /usr/bin/mcs.exe (return code was 1) I'm trying to figure out if its their .build files or

Re: [nant-dev] External Program Failure || Mono || Linux

2003-10-05 Thread Ian MacLean
Matthew, try adding the following references to the csc task in the build target includes name=System.Web.dll / includes name=System.Web.Services.dll / includes name=System.Runtime.Serialization.Formatters.Soap.dll / the response file on windows .net includes them automatically which is why it