Re: [NAnt-users] Strange error with C# properties

2006-07-23 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Andy Duan Nguyen > Sent: zondag 23 juli 2006 10:08 > To: Gert Driesen > Cc: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] Strange error with C# properties > > Hi Gert, > > That is

Re: [NAnt-users] NAnt vs. Ant little difference

2006-07-23 Thread Noel Gifford
In order to use the global parameters from the root build file, you must include it in each subproject build file with: Also, although most concepts are the same as with Ant, the implementation and usage may be different. There is a wide difference between available tasks. Noel -Original

Re: [NAnt-users] NAnt vs. Ant little difference

2006-07-23 Thread Gary Feldman
Adrian Dębowski wrote: > Hi, > > I was Ant user and recently switched do NAnt. I wish to ask if some > little diffcence between them I have observed, is a feature, bug or > simple my mistake. > > I used to write some global parameters () in root build file: > > > > > > >

Re: [NAnt-users] Output redirect problem

2006-07-23 Thread Gary Feldman
Cong wrote: > ... >public class ExternalProgram >{ >public static int ExecuteProgram(string program, string arguments) >{ >Process process = new Process(); >process.StartInfo.FileName = program; >process.StartInfo.Arguments = arguments; >

Re: [NAnt-users] Strange error with C# properties

2006-07-23 Thread Andy Duan Nguyen
Hi Gert,That is great news. I can't wait to get this fix ;-). Thank you very much for your help on this issue. I have just submit the bug report for it, ID 1527210.AndyOn 7/22/06, Gert Driesen <[EMAIL PROTECTED]> wrote: Hi Andy,I think I may have a fix for your problem, but I need to test it