Message1365

Author tomy
Recipients
Date 2006-12-12.20:51:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2008-02-20 17:17:38adminlinkissue1614266 messages
2008-02-20 17:17:38admincreate