[Nant-users] Good words about NAnt from TheServerSide.NET

2005-10-25 Thread Daniel Nguyen
Hi all,   Below is the link to TheServerSide.NET web site that praises about NAnt tool.  It’s a very nice article and long over due.  I would hoping Microsoft would say something nice about NAnt instead of boasting about the MSBuild (at the end of the article), which I think probably a *r

RE: [Nant-users] Wiki hacked again

2005-09-30 Thread Daniel Nguyen
It ought to be a law preventing spammers from do this sort of thing. If there is a law prohibiting sale people from solicitation by phone (anytime of day or night), then there ought to be a same law for spammers. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

RE: [Nant-users] VSS task

2004-11-16 Thread Daniel Nguyen
Thanks for your help, Felice.  It works.   Daniel   From: Felice Vittoria [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 12:51 PM To: Daniel Nguyen; [EMAIL PROTECTED] Subject: RE: [Nant-users] VSS task   Daniel,   I'm not sure if NantContrib

RE: [Nant-users] VSS task

2004-11-16 Thread Daniel Nguyen
AM To: Daniel Nguyen; [EMAIL PROTECTED] Subject: RE: [Nant-users] VSS task   Daniel,   The vssget task is not obsolete.   It's part of the NantContrib tasks.   You will need to download that too.    Felice -Original Message- From: [EMAIL PROTECTED] [m

[Nant-users] VSS task

2004-11-16 Thread Daniel Nguyen
Hi all,   I haven’t been working on NAnt for several months (long story).  Now, that I’m back and trying to run some of old build files and I’m getting the following error:   invalid element . Unknown task or datatype.   Both NAnt versions of 0.84.xxx and 0.85.xxx complain the

RE: [Nant-users] stable release for version 0.85

2004-09-24 Thread Daniel Nguyen
+2! :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thibaut Barrère Sent: Friday, September 24, 2004 10:11 AM To: Merrill Cornish Cc: Gert Driesen; [EMAIL PROTECTED] Subject: Re: [Nant-users] stable release for version 0.85 +1! this release deserve *at

RE: [Nant-users] What is Nantpad worth?

2004-08-24 Thread Daniel Nguyen
Yeah, same here.  Spread the wealth, my brother! J   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Cromwell Sent: Tuesday, August 24, 2004 7:46 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] What is Nantpad worth?   Holy crap

RE: [Nant-users] Nantpad 1.0 has been released!

2004-08-17 Thread Daniel Nguyen
This is the 3rd time I received this email. I got the point and happy for you with your new product. Since I'd only speak for myself and let NAnt's community handle this issue however they see fit, but pleeease stop spamming my mailbox for the same subject. Thanks. -Original Message- F

RE: [Nant-users] MSBuilds bashing the foundation of Nant?

2003-12-03 Thread Daniel Nguyen
First, I must admit that being a *Windows Developer* has been good to me and my family for all these years. So, I've always try to look at things from all point of view and try carefully not to *bash* or *judge* MS blindly. But, this is a *bit* too much. I think MS should at least *thanks* the de

RE: [Nant-users] How do one update the AssemblyVersion build numb er?

2003-09-16 Thread Daniel Nguyen
Jaroslaw,   Cool!  Thanks so much for your help.  This is exactly what I was looking for. :-)   Daniel -Original Message-From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 16, 2003 12:33 PMTo: Daniel Nguyen; [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject

[Nant-users] How do one update the AssemblyVersion build number?

2003-09-16 Thread Daniel Nguyen
e number I want to increase is the 3rd digit in the AssemblyVersion.  Any help would be greatly appreciated. Daniel Nguyen Lanmark Graphics Corporation [EMAIL PROTECTED]  

RE: [Nant-users] VSSGet and subprojects question or bug?

2003-08-15 Thread Daniel Nguyen
Mike, I'm also using Nant v0.8.3 rc2, VSS v6.0d, but didn't have the same problem you ran into with/without *version* attribute. Just a shot in the dark -- have you try without the version attribute and let it get the latest version to see if it would work? daniel -Original Message- Fr

RE: [Nant-users] nant-0.8.3-rc2 does not build?

2003-08-01 Thread Daniel Nguyen
Noah,   I ran into the same problem when I tried to run Nant 0.8.3 since I also need task.  To fix this problem, I modified the NAnt.build file using search-and-replace option to replace all tests with src instances.  I was then able to compile the NAnt (using VS .NET)  though I did run in

RE: [Nant-users] Idea:

2003-07-31 Thread Daniel Nguyen
cool to be able to annotate a task directly without the need for an echo. You might want to comment on why you are deleting it, or elaborate on a heavily shortened directory name. Many possibilities ;) Brett -Original Message----- From: Daniel Nguyen [mailto:[EMAIL PROTECTED] Sent: Friday

RE: [Nant-users] Task to build C++ projects or workspace

2003-07-31 Thread Daniel Nguyen
Ian, Thanks for the pointers. Just being newbie and still trying to make sense of everything :-( By the way, do you have an example of the Nested Elements? Thnx, Daniel -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:20 PM To: Daniel

RE: [Nant-users] Idea:

2003-07-31 Thread Daniel Nguyen
May be I'm misunderstood you guys, but I'm using version 0.8.3 and the task seems clear to me. Take the following snippet for example: And here's the result -- clean: [delete]

[Nant-users] Task to build C++ projects or workspace

2003-07-31 Thread Daniel Nguyen
Greeting,   I checked the docs and didn't see any task handling C++ projects or workspace excepts for the which only compiles one file at a time.  Unfortunately, several of my builds contain several projects so I'm looking for a way to compile them without doing one file at a time.  Does an

[Nant-users] Sendmail problem

2003-07-22 Thread Daniel Nguyen
ceForge.NAnt.Target.Execute()   at SourceForge.NAnt.Project.Execute(String targetName)   at SourceForge.NAnt.Project.Execute()   at SourceForge.NAnt.Project.Run()   More information was logged via log4net at level debug   Try 'nant -help' for more information         Daniel Nguyen Lanmark Graphics Corporation [EMAIL PROTECTED]  

RE: [Nant-users] Sendmail problem

2003-07-22 Thread Daniel Nguyen
  -Original Message-From: Jean Rajotte [mailto:[EMAIL PROTECTED]Sent: Tuesday, July 22, 2003 7:01 PMTo: 'Daniel Nguyen'; [EMAIL PROTECTED]Subject: RE: [Nant-users] Sendmail problem shot in the dark.  have you tried adding a message="test message" att

RE: [Nant-users] Using multiple versions of framework

2003-07-21 Thread Daniel Nguyen
Mark, -k (or actually /k) flag in Nant version 0.8.3 means -defaultframework. If you type "nant -help" in the command line, you will see it. Hope this help. Daniel -Original Message- From: Mark Priest [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 3:24 PM To: [EMAIL PROTECTED];

RE: [Nant-users] A new NAnt scripting tool - NAntpad

2003-06-06 Thread Daniel Nguyen
Jean, Maybe I misread you, but I think you can uninstall NAntPad using Add/Remove program. At least I was able to uninstall it on my XP box. Cheers, dn -Original Message- From: Jean Rajotte [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 8:32 AM To: 'Anthony Brown'; [EMAIL PROTEC

RE: [Nant-users] Error with User Controls

2003-06-04 Thread Daniel Nguyen
Since I'm new to NAnt, I won't pretend to be a Mr. *Know-It-All*. But, I'm wondering if this has anything to do with compiling in Debug -vs- Release or vice versa. I had similar problem (though only occurs in VS) when one of the projects I was working on would compiled in Debug mode, but failed i

RE: [Nant-users] Nant newbie

2003-05-29 Thread Daniel Nguyen
Thanks Ian! This is what I was looking for. Daniel -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 1:19 AM To: Daniel Nguyen Cc: '[EMAIL PROTECTED]' Subject: Re: [Nant-users] Nant newbie Daniel, there is no book dedicted to Nant

[Nant-users] Nant newbie

2003-05-29 Thread Daniel Nguyen
comes with Nant download.  Thank you in advance for your info.     Thanks, Daniel Nguyen [EMAIL PROTECTED]