Re: Removing old jars: Avalon framework

Posted by Jacopo Cappellato on
URL: http://ofbiz.116.s1.nabble.com/Removing-old-jars-Avalon-framework-tp180788p180792.html

Christian,

thanks for the great information.
I've added it to the Runtime dependencies column here:

http://docs.ofbiz.org/x/Vg

I'm trying to document runtime dependencies in that page... if you have
other information for that page, that would be great.

Thanks,

Jacopo


Christian Geisert wrote:

> Jacopo Cappellato schrieb:
>> Hi all,
>>
>> in the attempt of keeping the list of jar files included in OFBiz
>> clean and updated, I'm reviewing them.
>> I've noticed that:
>>
>> avalon-framework-4.2.0.jar
>> avalon-util-exception-1.0.0.jar
>>
>> are only used at line 155 of Debug.java:
>>
>> msg = System.getProperty("line.separator") +
>> ExceptionHelper.packException(msg, t, true);
>>
>> Since the Avalon project has closed in 2004, it would be nice to
>> remove that dependency.
>> What do you think?
>
> FOP uses avalon-framework-4.2.0.jar so I don't think it's a good idea to
> remove it ;-)
>
> Christian