On Wed, 26 Mar 2003, Neeme Praks <[EMAIL PROTECTED]> wrote: > Stefan Bodewig :: >> On Sat, 01 Mar 2003, Neeme Praks <[EMAIL PROTECTED]> wrote: >> >>>storeElement() method silently returns, if the tag does not support >>>the specified element. >> >> This is because storeElement can never be called without calling >> createElement before that from within Ant. It may be different >> from within Jelly, I don't know. > > So, could we fix this?
Sure. You mean you want to fix Jelly? 8-) If you don't invoke createElement before you call storeElement, you are probable in trouble anyway. I'm going to throw in the extra check in CVS HEAD later today/tomorrow. Stefan