----- Original Message ----- From: "Stefan Bodewig" <[EMAIL PROTECTED]>
> Forget my first mail 8-) Too late ;-) > > 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? Yes, that is 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? Oh no. I was just being lazy and instead of creating my own condition just reused an existing condition giving it a different tag name ;-) > > Stefan > Cheers, Magesh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
