Re: [Mav-user] Help - falling into 'jar hell' with Mav and JDOM

2004-11-27 Thread Mike Moulton
Responses inline... I've had a look at changing Maverick to use jdom 1.0, but as I've never used jdom myself, I am unsure what the changes should be and their implications. I've identified the three place in the Maverick code that need altered. #1 should be fine but I need help on #2 and #3.

Re: [Mav-user] Help - falling into 'jar hell' with Mav and JDOM

2004-11-27 Thread Eelco Hillenius
No objections here. Regards, Eelco What are the thoughts of updating the jdom dependency of maverick? If there are no objections I will do the updates and do a 2.2.4 release. -- Mike --- SF email is sponsored by - The IT Product Guide Read

Re: [Mav-user] Help - falling into 'jar hell' with Mav and JDOM

2004-11-27 Thread Mike Moulton
Regarding #2, I agree with your code changes. This is exactly what I originally had (honest!) but missed the trick with child elements and was trying to avoid the potentially unnecessary List creation. I agree on the List creation, however I don't see a way around it given the API changes.