From: Ivan G. <ioa...@gm...> - 2017-09-04 10:33:46
|
Hi all, we use Jython as a scripting engine inside a Java app. Besides our Java classes, we would like to provide people who write scripts with certain code written in Python, e. g. function decorators. We need to package our Jython code in jar to do this. But plaintext.py (as instance) files won’t work. We tried jython-compile-maven-plugin <http://mavenjython.sourceforge.net/compile/index.html>, but it appears to be outdated and not working. Help us find a solution. In details. 1. We have a java application that is built by maven. 2. There are some *.py *filies in the resource directory. 3. A running application can work with external *.py *files. We want external *.py* files to be able to use jython modules from the resource directory. -- С уважением, Иван Головко |