Jython is incredibly useful. I want to maintain some shared code, basically a few data structures, config items, convenience functions. I try adding a shared.py in the jss/jython/workflow directory, and I can then easily "include shared" in my Jython scripts ... until I need to revise shared.py ... an old version gets cached in JIRA/Jython somewhere and I don't know how to get the revised version re-interpreted.
I have tried removing shared$py.class as if it were an errant .pyc file, but nothing happens. A new class file is not even re-created.
So, I have to copy all my shared functions manually back into my scripts. Talk about a bad scene!
How can I convince Jython to re-load my updated shared module?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.