Peter Donald <[EMAIL PROTECTED]> wrote:

> Each project file consists of basically the following bits.
> 1. projectrefs (if implemented) 
> 2. imports of libraries (ie like taskdef but importing all types in
> library) 
> 3. implicit tasks (like properties and anything else we allow at
> top-level) 
> 4. targets (that contain tasks)
> 
> I think that it would useful to force the above order in build
> file. So if feature is present it must be in above order.

Not sure about the order of projectref vs. import, but agree with the
rest.

> Also I am curious about we should resolve conflicts in names of
> types (like multiple tasks named "javac"). Should we do it in same
> way java does it?

yes.

> Also another point is should we import any types by default?

yes.

Stefan

Reply via email to