Re: [NAnt-users] Nested foreach

2007-01-05 Thread Nguyen, Daniel
Yes, it is. Here's one of the examples that we used. (Sorry for all the spaces. Cut-and-paste got it all screwed up) :-(

[NAnt-users] Getting missing directive or assembly reference error.

2006-12-28 Thread Nguyen, Daniel
Hi all, In one of my nant builds, I need to use some functionality from the ThoughtWorks.CruiseControl.Remote (it's a long story). So, include the ThoughtWorks.CruiseControl.Remote.dll and then import the namespace (please see the code snippet below). However, I'm getting the following error a

Re: [NAnt-users] foreach task: Looping over file lines, property does not extend

2006-11-28 Thread Nguyen, Daniel
Michael, Interesting I'm using the same method in couple of targets here and it works fine. Not sure if there's any *possible* typo. Daniel -Original Message- From: Michael Jervis [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 10:42 AM To: nant-users@lists.sourceforge

Re: [NAnt-users] Does NAnt have a "while" capability?

2006-11-16 Thread Nguyen, Daniel
-Original Message- From: Shawn [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 6:50 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Does NAnt have a "while" capability? Gary Feldman wrote: > Nguyen, Daniel wrote: > >> If project B has t

Re: [NAnt-users] NAnt & VS 2005 Intellisense

2006-11-15 Thread Nguyen, Daniel
Just so anyone else might need to do the same thing. Here's the link that I thought you all might be interested. http://dotnetjunkies.com/WebLog/appeng/archive/2005/03/15/60381.aspx Granted, the blog was originated since beta1, but I found it's still work (at least for me). Daniel -Origina

Re: [NAnt-users] Does NAnt have a "while" capability?

2006-11-15 Thread Nguyen, Daniel
Sent: Wednesday, November 15, 2006 1:24 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Does NAnt have a "while" capability? Nguyen, Daniel wrote: > Michael, > > My following suggestions may sound like a quick, ugly *hack*, so > please take it with a grain of salt

Re: [NAnt-users] Does NAnt have a "while" capability?

2006-11-15 Thread Nguyen, Daniel
mples -- Hope this help. Daniel From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 12:44 PM To: Nguyen, Daniel Subject: Re: [NAnt-users] Does NAnt have a "while" capability? Does that work? It is elegant

Re: [NAnt-users] Does NAnt have a "while" capability?

2006-11-15 Thread Nguyen, Daniel
Michael, My following suggestions may sound like a quick, ugly *hack*, so please take it with a grain of salt. If project B has to wait for project A to complete, can you place a call at the end of the project A to call project B once it's completed its run? Example: http://nant.sf.net/schema

Re: [NAnt-users] Trying to escape double quotes when using exec task ...

2006-11-09 Thread Nguyen, Daniel
Alan, Try this and let me know if it works. (Notice, I replaced the double quote with this --> " ) Good luck! Daniel -Original Message- From: Alan Guedeney [mailto:[EMAIL PROTECTED] Sent: Thursday, November 09, 2006 2:17 PM To: nant-users@lists.sourceforge.net Subject:

Re: [NAnt-users] Manipulate property?

2006-11-08 Thread Nguyen, Daniel
Roland, Are you looking for existing function to convert a string to lower-case? If yes, try the string::to-lower(name-of-string) function. Example: Hope this help. Daniel -Original Message- From: Roland Müller [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006