From: Andrew H. <ap...@re...> - 2017-03-30 17:44:55
|
On 30/03/17 15:33, Stefan Richthofer wrote: > Andrew, thanks for checking this out! > Adding jffi-aarch64-Linux.jar sounds reasonable to me. > You will have to edit build.xml somewhere right after line 592 > appropriately. Maybe there are more spots to adjust, I cannot > tell right now. I suggest to try adding the jar and editing > build.xml; if it doesn't work, I'd recommend to file an issue > at bugs.jython.org, so we can keep track and discuss further > steps there. That seems to have mostly fixed things, but Mercurial doesn't work: having said that, I don't know if Mercurial should work with jython and jdk8. I can't think of any reason why not, but I ran the tests, and all is mostly cool up to here: clean_py_class_files: init: [mkdir] Created dir: /home/aph/jython/tests/modjy/build do_test: [echo] Running tests against JDK 1.5, Servlet j2ee1.3 [javac] /home/aph/jython/tests/modjy/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 13 source files to /home/aph/jython/tests/modjy/build [java] .E.............F.....E....................E.. [java] .............E....E................E...E....E. [java] ................E..E......... [java] Time: 108.483 [java] There were 10 errors: [java] 1) testHelloWorld(com.xhaus.modjy.ModjyTestBase)java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal [java] at java.lang.ClassLoader.defineClass1(Native Method) [java] at java.lang.ClassLoader.defineClass(ClassLoader.java:760) [java] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ... I guess this means that the testsuite wants jaxp to be installed somewhere. But I have no idea where. Andrew. |