Message11257

Author zyasoft
Recipients Arfrever, jar594, jeff.allen, zyasoft
Date 2017-03-21.03:28:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490066888.72.0.906487677126.issue2293@psf.upfronthosting.co.za>
In-reply-to
Content
You can readily build using Java 8 and latest Ant. Note that there's a problem with Java 8's support of the Antlr version we use, so you have to run the build twice. (Not a good answer. It does build fine on Java 7, which is still available/possibly even supported on OS X.) Build like so:

$ ant all-jars

Then from the dist directory:

$ ls dist/*.jar
dist/callbacker_test.jar	dist/jython-standalone.jar
dist/javadoc.jar		dist/jython.jar
dist/jython-dev.jar		dist/sources.jar
dist/jython-installer.jar
History
Date User Action Args
2017-03-21 03:28:08zyasoftsetmessageid: <1490066888.72.0.906487677126.issue2293@psf.upfronthosting.co.za>
2017-03-21 03:28:08zyasoftsetrecipients: + zyasoft, jeff.allen, Arfrever, jar594
2017-03-21 03:28:08zyasoftlinkissue2293 messages
2017-03-21 03:28:07zyasoftcreate