Might not any new development released lately, but I’ve done some cool stuff!

 

I haven’t pushed this back into CVS yet (don’t have commit rights). But I have been able to cut down a 27 minute build to a 10 minute build by modifying the resgen task. If you look closely at the resgen task you’ll see that it copies all the references that you specify in the csc task to a temp directory so resgen can work (1.1 .Net framework – I understand this is much improved in 2.0).  Since we have lots of large DLL’s in our references this causes problems, i.e. resgen takes longer then the csc due to having to copy DLL’s. So I just made the “temp” directory be the DLL output directory of the csc task (had do some stuff like having it not delete the directory when it was completed, etc).  No more DLL copying!!

 

Anyhow, even if there isn’t a lot of new releases, there are a ton of new things that can be worked on.  So, just ‘cause the guys haven’t committed, doesn’t mean that you should give up on Nant.  It’s got a great future!

 

Charlie

 

P.S. This may have been more appropriate for the dev list – sorry if this is not of interest.

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ivo Limmen
Sent: Monday, September 26, 2005 6:51 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] No more development?

 

I share your concen, I also would like to keep using NANT, as much as I love avoiding using Microsoft products :).

On 9/26/05, Hart, Leo < [EMAIL PROTECTED]> wrote:

It's a reasonable question I think.  Besides, there are plenty of
feature requests already logged:

http://sourceforge.net/tracker/?atid=402871&group_id=31650&func=browse

As well as bugs:

http://sourceforge.net/tracker/?atid=402868&group_id=31650&func=browse

I'm sure there are many of us wondering where NAnt is going, especially
with MSBuild around the corner.  Personally, I love NAnt (as I loved
Ant) and have no intention of switching to the MS-packaged solution, but
I could see why many people might be concerned with the apparent lack of
updates as of late.

-----Original Message-----
From: Robert Schneider [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 26, 2005 9:34 AM
To: nant-users@lists.sourceforge.net
Subject: RE: [Nant-users] No more development?



>
> builds take place when there are new features to add
> So which features do you want to add???

I didn't want to push anyone.
I was just wondering why there are no nightly builds anymore.

However, I would expect that if an RC3 exists a final version is
following soon - without adding new features. Or at least a RC4.

Don't understand that as claims (wouldn't make sense). I'm just
wondering.


Robert




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your
very own Sony(tm)PSP.  Click here to play:
http://sourceforge.net/geronimo.php
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

 

Reply via email to