Message12050

Author jeff.allen
Recipients darjus, hjacobs, jeff.allen, mbooth, pdina, zyasoft
Date 2018-07-11.19:13:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531336396.93.0.56676864532.issue2182@psf.upfronthosting.co.za>
In-reply-to
Content
I've got Gradle building (what looks like) a correct JAR now. The JAR works when substituted for jython-dev.jar in the development environment. Jython gives me a prompt and appears to work, but I can't test it yet.

There are a few wrinkles not due to the Gradle build itself. The regrtest does not run for reasons to do with normalizing paths that include a JAR, and %py.class files are ignored due to #2697. This makes me wonder how things are with the standalone JAR.

I've chosen to exclude the tests from the JAR but I think there a case for building one that includes the test suite. Or one that contains just the test suite.

Our unit tests will need tweaks since some assume a particular layout of "installed Jython" that doesn't apply under dependency management. Many unit tests are disabled at present in the Gradle build.

This seems like a good place to pause. I'm to be holding several bits of unfinished (Jython) work and while this one is gradually yeilding, it's putting up a fight every step of the way. If you want to kick the tyres its here:

https://hg.python.org/jython/rev/921c66481876
History
Date User Action Args
2018-07-11 19:13:16jeff.allensetmessageid: <1531336396.93.0.56676864532.issue2182@psf.upfronthosting.co.za>
2018-07-11 19:13:16jeff.allensetrecipients: + jeff.allen, zyasoft, darjus, hjacobs, pdina, mbooth
2018-07-11 19:13:16jeff.allenlinkissue2182 messages
2018-07-11 19:13:16jeff.allencreate