Message12254

Author stefan.richthofer
Recipients najibk, stefan.richthofer
Date 2019-01-03.17:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546536207.89.0.721561013296.issue2728@roundup.psfhosted.org>
In-reply-to
Content
We usually upgrade all dependencies right before a new release, so this should fix for Jython 2.7.2.

You can build a custom Jython 2.7.1 or from current trunk:

- clone Jython repo (e.g. from git) or dowload sources of the deisred version, e.g. 2.7.1

- replace extlibs/guava-22.0-android.jar with the desired version.
In guava 22 it was necessary to use the android version (also for desktop) because of Java 7 compatibility. This is probably still the case for current guava, but I didn't look at it since Jython 2.7.1 release.

- search build.xml for guava-22.0-android.jar and replace it by the filename of the new version

- build via "ant build", "ant jar-standalone" or "ant installer" to get your favorit distribution variant
History
Date User Action Args
2019-01-03 17:23:27stefan.richthofersetmessageid: <1546536207.89.0.721561013296.issue2728@roundup.psfhosted.org>
2019-01-03 17:23:27stefan.richthofersetrecipients: + stefan.richthofer, najibk
2019-01-03 17:23:27stefan.richthoferlinkissue2728 messages
2019-01-03 17:23:27stefan.richthofercreate