Forget my first mail 8-)

On Tue, 26 Nov 2002, Magesh Umasankar <[EMAIL PROTECTED]> wrote:

> Let us take <condition> for example:
> 
>     <condition property="filename" value="Windows NT">
>       <os name="Windows NT"/>
>     </condition>
> 
> Project.init will load up without any issues in the above
> case.

You don't need to load your definitions before the built-in
definitions but just before Ant starts parsing the build-file,
correct?

> Let us say, ConditionBase has been now modified to accept dynamic
> user defined nested elements and one such is <myos> which is very
> similar to <os>.

Argh - you want to overload built-in classes with classes of your own?

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to