From: Adam B. <ada...@gm...> - 2019-05-21 03:45:34
|
Hi Raphail The dev team are working on a gradle build, one of the outputs of which would be a slim jar as you describe. If you look on jython trunk, there is already an experimental build.gradle there. You may be able to use that to build an experimental jython-only jar. It's a complex part of the build, so if you know gradle well, I think patches are also welcome. Cheers Adam On Tue, 21 May 2019 at 00:09, Raphail <raf...@ho...> wrote: > I have several hundreds of python scripts that had been running with Jython > 2.2.1 until now. > This version consumes so much less space in storage memory than 2.7, and > when I compared those 2, the first one also consumed less memory on my > server startup (about 8MB less). All in all, I don't want to perform an > update that no matter how I look at it, has no benefits for my application > (e.g. my project already contains libraries such as mysql connector and > such) and I'm forced to either continue with 2.2.1 and its unknown lifespan > or probably give up Jython and rewrite all my scripts to Java. > > It would be really cool if there was a version that excluded all those > external libraries and such, and was more friendly in terms of consuming > storage space. > > > > -- > Sent from: http://python.6.x6.nabble.com/jython-dev-f1778516.html > > > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev > |