Re: [nant-dev] Contributing to NAnt or NAnt contrib

2007-07-13 Thread Brass Tilde
Kevin Hurwitz <[EMAIL PROTECTED]> wrote: >> All, >> >> >> >> seasoned open source developer, but I wasn't able to locate the >> information I needed on the NAnt or NAnt Contrib websites to guide >> me through the code contribution process. You might try posting to the NAntContrib developer list f

[nant-dev] Contributing to NAnt or NAnt contrib

2007-07-13 Thread Kevin Hurwitz
All, Is there any documentation on the process a developer can follow to contribute functionality to NAnt or NAnt Contrib. I have a task which I've used on several projects to greatly simplify and automate database schema change management. I've never contributed to an open-source project, bu

Re: [nant-dev] contributing

2005-11-06 Thread Ian MacLean
Ed Atwell wrote: Hello all, I was hoping to start contributing to NAnt by working on the bug list. Are there any recommendations as to where I should start? I'd suggest going after whatever looks easiest so that you can get a feel for how the codebase is laid out. Pick one you like the look

[nant-dev] contributing

2005-11-01 Thread Ed Atwell
Hello all, I was hoping to start contributing to NAnt by working on the bug list. Are there any recommendations as to where I should start? Thanks, Ed

Re: [nant-dev] contributing unit tests

2003-11-16 Thread Gert Driesen
- Original Message - From: "Michael Aird" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 16, 2003 5:21 PM Subject: [nant-dev] contributing unit tests > I'd like to contribute to the project and i figured the best way to get > star

[nant-dev] contributing unit tests

2003-11-16 Thread Michael Aird
I'd like to contribute to the project and i figured the best way to get started was by contributing some unit tests... should i just post them to this list or send them to someone in particular? Thanks, Michael. --- This SF. Net email is spon

RE: [nant-dev] Contributing

2003-08-16 Thread Tom Cabanski
I don't see any added value in that. Keep the patches coming !! Gert - Original Message - From: "Tom Cabanski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 11:47 PM Subject: [nant-dev] Contributing I've cleaned up a variety

Re: [nant-dev] Contributing

2003-08-16 Thread brant
ow. I haven't been able to trace down exactly what its doing yet. I will be working on a patch for these soon. brant ... - Original Message - From: "Tom Cabanski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 2:47 PM Subject:

Re: [nant-dev] Contributing

2003-08-16 Thread Gert Driesen
: "Tom Cabanski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 11:47 PM Subject: [nant-dev] Contributing I've cleaned up a variety of little bugs in the solution task as follows: Leaks temp files under some circumstances (e.g. read-on

[nant-dev] Contributing

2003-08-15 Thread Tom Cabanski
I've cleaned up a variety of little bugs in the solution task as follows: Leaks temp files under some circumstances (e.g. read-only files cannot be deleted).   Fixed. Define settings are not read from project file (e.g. TRACE;DEBUG).  Fixed. Resource compiles blow up under some circumstances beca

RE: [nant-dev] Contributing

2003-07-31 Thread Tom Cabanski
I had your latest out of CVS as of Wednesday morning. The problem is that under some circumstances the delete would not run or would fail. The classic example I ran into was related to some read-only files that got to the temp directory; I would imagine this occurred because I was building from a

Re: [nant-dev] Contributing

2003-07-30 Thread Matthew Mastracci
Awesome! Thanks for the fixes. Please see my notes inline. As John mentioned, use diff -u to provide a patch. We can get this stuff checked into CVS. On Wed, 2003-07-30 at 16:08, Tom Cabanski wrote: > I’ve cleaned up a variety of little bugs in the solution task as > follows: > > > > Leaks

RE: [nant-dev] Contributing

2003-07-30 Thread John Barstow
The best way to contribute this would be to generate a patch and post it to this list. You can generate a patch using 'cvs diff -u' or the equivalent WinCvs command (look for diff in the help file) John C Barstow --- This SF.Net email sponsore

[nant-dev] Contributing

2003-07-30 Thread Tom Cabanski
I’ve cleaned up a variety of little bugs in the solution task as follows:   Leaks temp files under some circumstances.   Fixed. Define settings are not read from project file (e.g. TRACE;DEBUG).  Fixed. Resource compiles blow up under some circumstances because of changes to the ResGen

[nant-dev] Contributing

2003-07-30 Thread Tom Cabanski
I’ve cleaned up a variety of little bugs in the solution task as follows:   Leaks temp files under some circumstances.   Fixed. Define settings are not read from project file (e.g. TRACE;DEBUG).  Fixed. Resource compiles blow up under some circumstances because of changes to the ResGen