Re: [nant-dev] NUnit 2.1

2003-02-26 Thread Tomas Restrepo
Hi Mike, I have to strongly disagree with your worries about setting the current directory. I know this is fixed, but I wanted to explain why I think it is okay to change that directory. The directory your tests think is the current directory shouldn't matter, but it is very helpful to be able

Re: [nant-dev] attachment etiquette for contribution

2003-02-26 Thread Scott Hernandez
Well, not to pick on you Philip, but I would much rather see extra files left out. In your earlier post you include the bin folder which comprises most of the size. If you didn't include that, but rather included a simple build file or instructions or what to put where, then your post would have

Re: [nant-dev] Bug fix for DirectoryScanner

2003-02-26 Thread Scott Hernandez
Yeah, I had actually thought about checking that each include resulted in some file being selected. But I think your failonempty does a pretty good job. It will cover the simple case that you are included "*.cs" and want something to compile. I still think we need a feature which lets us

RE: [nant-dev] NAnt Explorer (was: contribution to project)

2003-02-26 Thread Jeff McManus
OK, Philip, I'm kicking the tires now. I clicked on the Add button to add a Hello World C# source file to the list, and now I'm stuck. What's the next step? (Clicking on Load at this stage throws an unhandled exception.) Jeffrey -Original Message- From: Philip Nelson [mailto:[EMAIL

[nant-dev] Mono Support

2003-02-26 Thread Scott Hernandez
I wouldlike to see NAnt run on Mono. Does anyone want to volunteer to be the point man on this? For the next majorrelease I'd like to see us provide a Mono distribution.

Re: [nant-dev] Mono Support

2003-02-26 Thread Philip Nelson
--- Scott Hernandez [EMAIL PROTECTED] wrote: I would like to see NAnt run on Mono. Does anyone want to volunteer to be the point man on this? For the next major release I'd like to see us provide a Mono distribution. What parts of NAnt? I had gotten NAnt.exe to partially run with the last

Re: [nant-dev] Mono Support

2003-02-26 Thread Philip Nelson
--- Scott Hernandez [EMAIL PROTECTED] wrote: Those are good questions. My goal would be to get things working well enough so that the mono team feels confident is using NAnt to do their builds. That at least may be an easier first goal. The MCS task and possibly some other file utilities?

RE: [nant-dev] Mono Support

2003-02-26 Thread Shaw, Gerry
In an effort to one up people I'm going to try to get nant working under mono on my iBook (OS X). My vision is for the core nant distribution to work on any .NET platform with platform specific tasks in different dll's. I think a global property should control what compiler the csc task uses.

[nant-dev] ZipTask produces correct date

2003-02-26 Thread Scott Hernandez
Okay, we have had this problem come up many times. The ZipLib produces the incorrect date in zip file (it seems to produce amodificationDate+ 1 month). This is a problem for us since we use this library to build our distributions and our nightly builds. Well, I have update the task to

RE: [nant-dev] Mono Support

2003-02-26 Thread Philip Nelson
(from memory) mcs syntax and command line parameters are fairly different than csc so, if you are a developer familiar with mono, you won't know the correct syntax for the parameters if they are done in a csc sort of way. Plus, the compilers don't support exactly the same set of features, so to

Re: [nant-dev] Mono Support

2003-02-26 Thread Sergey Chaban
(from memory) mcs syntax and command line parameters are fairly different than csc For some time now mcs has support for all of the csc options. Some of the options are no-ops though (like incremental+/-). Sergey --- This SF.net email

Re: [nant-dev] Mono Support

2003-02-26 Thread Ian MacLean
Philip Nelson wrote: --- Scott Hernandez [EMAIL PROTECTED] wrote: I would like to see NAnt run on Mono. Does anyone want to volunteer to be the point man on this? For the next major release I'd like to see us provide a Mono distribution. What parts of NAnt? I had gotten NAnt.exe to partially

[nant-dev] log4Net Question

2003-02-26 Thread Ananda Chaudhuri
I am not sure if this the correct forum, if it isnt them I am sorry but would appreciate any help. I am trying to integrate log4Net assembly in the nant-nunit build framework. The moment I add this line private static readonly ILog log =