The changes below seem to have broken some tag libraries.

xml - didn't compile. I've fixed that and it all seems ok.
define - NPEs in the tests. I haven't had a chance to look at it and fix it.

That's as far as multiproject:artifact got for me.

If someone else wants to jump in and help, that'd be great.


On Sun, 26 Dec 2004 21:33:14 +0100, Paul Libbrecht <[EMAIL PROTECTED]> wrote:
> 
> Hi,
> 
> In order to kill the evil caching bug, it looks like putting all
> script-to-tag storage in the JellyContext is the cleanest idea.
> That means that TagScript.getTag() should become
> TagScript.getTag(JellyContext currentContext).
> But now, the problem is that the method TagScript.getTag() should be
> either:
> - suppressed but that's really a big change in the API, I'd just
> deprecate it
> - pulling the context from such a static method as
> JellyContext.getCurrentJellyContext()
> I'd go for the second if everyone agrees.
> 
> paul
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
http://www.multitask.com.au/people/dion/

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

Reply via email to