dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pnet-developers] csant build file syntax


From: Rhys Weatherley
Subject: Re: [Pnet-developers] csant build file syntax
Date: Sun, 16 Jan 2005 17:38:39 +1000
User-agent: KMail/1.4.3

On Sunday 16 January 2005 05:55 pm, Marcus wrote:

> Specifically, csant allows action-like elements, such as <compile> or
> <echo> are permitted to appear outside of a <target> element. Permitting
> that structure makes representing the build file in C# data structures much
> more difficult. Here's an example:

Every project has a default target with a null name.  It's otherwise identical 
to every other target.  Store it the way you store everything else, and when 
you write it back out, write it to the top level instead of within an 
explicit <target> tag.

Cheers,

Rhys.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]