Message12120
I have tested this idea and had to make two changes in test_java_integration, where running a proxy now looks like:
cmd = [os.path.join(System.getProperty("java.home"), "bin", "java"),
"-Dpython.path=" + os.path.dirname(__file__),
"-classpath", classpath, "BarkTheDog"]
...
subprocess.check_output(cmd, universal_newlines=True, stderr=subprocess.STDOUT)
It's shorter as we do not have to prepare JYTHONPATH in a clone of os.environ.
Because we might decide it is a bad idea, I'm parking it here as a patch, rather than committing it directly. |
|
Date |
User |
Action |
Args |
2018-09-24 05:48:57 | jeff.allen | set | messageid: <1537768137.86.0.956365154283.issue2706@psf.upfronthosting.co.za> |
2018-09-24 05:48:57 | jeff.allen | set | recipients:
+ jeff.allen, zyasoft |
2018-09-24 05:48:57 | jeff.allen | link | issue2706 messages |
2018-09-24 05:48:57 | jeff.allen | create | |
|