Well, the first alarm was these gump mails coming around mentionning failing ant-build for the ant and define taglibs.

For the ant-taglib (which I consider somewhat essential) I could not reproduce the error, I still don't understand where the error is... (it seems only to happen on gump side).

For the define taglib, I could reproduce it. Try running "maven clean jar" in there. The issue is related to the fact that a tag's getTagLibrary() is called before it's doTag is called which is bad for define family of tags...
I tried getting up into Eclipse in order to debug it all but it hasn't helped thus far, I still don't get why this getTagLibrary() is called.
So for now, my version of suite.jelly comments out the testSuper which is the one failing... not very elegant but I can build.
And Gump also fails.


Btw, is there any reason the dependencies of tags aren't in sync with the dependencies of jelly ? jexl-1.0-beta-1 seeems to in jelly-tags/tag-project.xml

paul

On 8-Mar-04, at 01:05 Uhr, [EMAIL PROTECTED] wrote:

Paul, how do you get the failing tests.

I got a successful build for jelly on my machine last week...
--
dIon Gillard, Multitask Consulting



Paul Libbrecht <[EMAIL PROTECTED]> wrote on 06/03/2004 01:52:25 AM:




On 5-Mar-04, at 14:42 Uhr, Phil Steitz wrote:
Ouch! Disregard previous (other than info on how to grab the
nondistributable jars). Sorry...forgot I was working with the alpha 3
sources. Per Paul's suggestion, best to download the latest CVS.
Instructions for how to do this are here:

Even more shameful: the current tree has at least two plugins with failing tests (ant and define)... consider using the "ignore test" features of maven's project.xml.

I tried to get into the define taglib's NullPointerException in
getTagLibrary() of the test for the super-tag and I couldn't get along.
If someone has good tools for debugging and understanding these tags,
it would help...
It looks like a tag's getTagLibrary() is called before it's doTag() is
called... which is impossible in the case of the define taglib...


thanks

paul


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



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



Reply via email to