[nant-dev] Exec Task OS Specific

2003-10-13 Thread Met @ Uber
Does the exec task use 'mono' when on Linux to run programs? For example: exec program=${build.dir}/Ojb.Net.Tools.PoGen/pogen.exe commandline=/repository ${resource.dir}/repository.xml / Does that get passed to the command prompt like so? mono

Re: [nant-dev] Exec Task OS Specific

2003-10-13 Thread Met @ Uber
Apparently its just not documented, but the attribute itself works. Thanks a lot. And that shouldn't break anything between OS's right? On Mon, 2003-10-13 at 16:25, Met @ Uber wrote: That sounds like exactly what I need, but would you mind showing me an example of what your talking about? I

[nant-dev] [Patch] DeleteTask

2003-10-12 Thread Met @ Uber
Removed most of the 'extra' logging I had put in, but kept the consistency between .Exists() checks and removed extra code being called twice within logical a logical flow. It compiles fine on Mono so I'd imagine it's fine on MS.NET. If someone has a suggestion, let me know and I'll fix it. ~

Re: [nant-dev] DeleteTask Patch

2003-10-08 Thread Met @ Uber
Patch is attached. On Wed, 2003-10-08 at 10:48, Ian MacLean wrote: Sounds useful. Post away. Ian Met @ Uber wrote: The patch I'm talking about is hardly important, its just a cleanup of the logic and code within DeleteTask.cs. I was trying to figure out why directory and file deletion

Re: [nant-dev] DeleteTask Patch

2003-10-08 Thread Met @ Uber
Message -- From: Met @ Uber [EMAIL PROTECTED] To: NAnt-Devel [EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 5:26 PM Subject: Re: [nant-dev] DeleteTask Patch Patch is attached. On Wed, 2003-10-08 at 10:48, Ian MacLean wrote: Sounds useful. Post away. Ian Met @ Uber wrote

Re: [nant-dev] DeleteTask Patch

2003-10-08 Thread Met @ Uber
: Met @ Uber [EMAIL PROTECTED] To: NAnt-Devel [EMAIL PROTECTED] Cc: Martin Aliger [EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 6:14 PM Subject: Re: [nant-dev] DeleteTask Patch I was just following that because it was already in there, and there was a verbose option in the task, so

Re: [nant-dev] DeleteTask Patch

2003-10-08 Thread Met @ Uber
is to allow a different behaviour when only a single file is deleted, and when multiple files are deleted (using a fileset) Gert - Original Message - From: Met @ Uber [EMAIL PROTECTED] To: NAnt-Devel [EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 6:46 PM Subject: Re: [nant-dev

Re: [nant-dev] DeleteTask Patch

2003-10-08 Thread Met @ Uber
Where's the bug? On Wed, 2003-10-08 at 13:40, Met @ Uber wrote: Its definitely more chatty, which I understand is not good, but its consistent. If you don't take it, you should take the rest because its a lot more consistent. I'll make the fix if you'd like, else I'll leave it alone

Re: [nant-dev] DeleteTask Patch

2003-10-08 Thread Met @ Uber
, Gert Driesen wrote: - Original Message - From: Met @ Uber [EMAIL PROTECTED] To: NAnt-Devel [EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 7:46 PM Subject: Re: [nant-dev] DeleteTask Patch Where's the bug? It was a bad choice of words ... I actually just meant the fact

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

2003-10-05 Thread Met @ Uber
://thinkgeek.com/sf ___ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers -- Met @ Uber [EMAIL PROTECTED] Uberstats --- This sf.net

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

2003-10-05 Thread Met @ Uber
___ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers -- Met @ Uber [EMAIL PROTECTED] Uberstats --- This sf.net email is sponsored by:ThinkGeek Welcome to geek

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

2003-10-05 Thread Met @ Uber
-10-05 at 12:49, Gert Driesen wrote: You need to make sure the path to mono is correct in the mono-1.0-linux framework node of the NAnt configuration (nant root/src/NAnt.Console/NAnt.Console.exe.config.linux) Gert - Original Message - From: Met @ Uber [EMAIL PROTECTED] To: Ian

[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

[nant-dev] Getting Started with Mono on Linux

2003-10-04 Thread Met @ Uber
I'm trying to get started with NAnt on Mono/Linux and am having some problems. I've been using Ant with Java for about a year now so I'm not lost in NAnts capabilities, but rather just how to set it up. How do I go about building NAnt, so that I can use it with Mono? And how do I setup my

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

2003-10-04 Thread Met @ Uber
report to [EMAIL PROTECTED] -- Met @ Uber [EMAIL PROTECTED] Uberstats #!/bin/sh make -f makefile.linux mono bin/mininant.exe linux-build # Simple makefile to build a miniNant with core and DotNetTasks # # ~ Matthew Metnetsky # NDoc.Core.dll log4net-net-1.0.dll we're being searched under # ./bin