Message11295

Author jamesmudd
Recipients jamesmudd, jeff.allen
Date 2017-04-04.21:47:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491342440.85.0.726167503393.issue2313@psf.upfronthosting.co.za>
In-reply-to
Content
I have a pull request to fix this one https://github.com/jythontools/jython/pull/70

It fails on Windows because the path to a class file outside /dist was hardcoded. To remove this, I decided the nicest approach was to create a jar which includes the .java and .class files and also the service definition, which can be picked up to initialise Jython, at startup.

This approach also allows a custom compile directory to be removed from the build script.

I have tested on Linux and Windows with Java 7 and 8 but if anyone else wants to give it a try guess that would be good.
History
Date User Action Args
2017-04-04 21:47:20jamesmuddsetmessageid: <1491342440.85.0.726167503393.issue2313@psf.upfronthosting.co.za>
2017-04-04 21:47:20jamesmuddsetrecipients: + jamesmudd, jeff.allen
2017-04-04 21:47:20jamesmuddlinkissue2313 messages
2017-04-04 21:47:19jamesmuddcreate