Issue1614266

classification
Title: jakarta oro problem
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, tomy
Priority: normal Keywords:

Created on 2006-12-12.20:51:16 by tomy, last changed 2007-01-24.02:43:22 by cgroves.

Messages
msg1365 (view) Author: Thomas Kläger (tomy) Date: 2006-12-12.20:51:16
Jython contains parts of jakarta-oro-2.0.

If some module requires jakarta-oro-2.0.8 (namely, some new method from the class org.apache.oro.text.regex.Util), but has jython.jar before jakarta-oro.jar on the classpath, then it will fail. (As has happenend to me :-)

I would recommend to keep jakarta-oro as external dependency that the user has to provide if he want's to use Jython.
msg1366 (view) Author: Charlie Groves (cgroves) Date: 2007-01-03.02:58:33
Jython only uses oro to support the regex package which isn't even available in my stock install of Jython-2.1.  It seems like dropping oro altogether shouldn't be that big of a deal for 2.2 on.
msg1367 (view) Author: Charlie Groves (cgroves) Date: 2007-01-24.02:43:22
Gone as of r3060 so it won't be in 2.2.
History
Date User Action Args
2006-12-12 20:51:16tomycreate