Message10680

Author zyasoft
Recipients jsaiz, zyasoft
Date 2016-02-02.03:49:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454384945.73.0.410839463531.issue2455@psf.upfronthosting.co.za>
In-reply-to
Content
Jaime, assuming no regrtest failures with this proposed change - can you write a test so we can include this fix in 2.7.1? We are planning to put out beta 3 momentarily, but this can and should be part of the RC from what I can tell.

The biggest issue is that we do not accept such test jars to be included in Jython, but test code that generates a jar is fine. You can see an example of a simple such setup in test_java_integration with test_proxy_serialization - it just uses the jar command (assumed available, fine for when testing) to build such a jar. Similarly code can be compiled as well.

As of today: we now have CI on PRs against https://github.com/jythontools/jython, so I recommend doing a PR accordingly. It will be the process we adopt for 2.7.2 FWIW.
History
Date User Action Args
2016-02-02 03:49:05zyasoftsetmessageid: <1454384945.73.0.410839463531.issue2455@psf.upfronthosting.co.za>
2016-02-02 03:49:05zyasoftsetrecipients: + zyasoft, jsaiz
2016-02-02 03:49:05zyasoftlinkissue2455 messages
2016-02-02 03:49:05zyasoftcreate