> -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
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
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:
>
>
>
>
>
>
>
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;
>
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