Bugs item #1614266, was opened at 2006-12-12 15:51
Message generated for change (Settings changed) made by cgroves
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112867&aid=1614266&group_id=12867
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Thomas Kläger (tomy)
Assigned to: Nobody/Anonymous (nobody)
Summary: jakarta oro problem
Initial Comment:
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.
----------------------------------------------------------------------
>Comment By: Charles Groves (cgroves)
Date: 2007-01-23 21:43
Message:
Logged In: YES
user_id=1174327
Originator: NO
Gone as of r3060 so it won't be in 2.2.
----------------------------------------------------------------------
Comment By: Charles Groves (cgroves)
Date: 2007-01-02 21:58
Message:
Logged In: YES
user_id=1174327
Originator: NO
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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112867&aid=1614266&group_id=12867
|