classpath ordering
authorBobHanson <hansonr@stolaf.edu>
Sun, 22 Mar 2020 18:03:19 +0000 (13:03 -0500)
committerBobHanson <hansonr@stolaf.edu>
Sun, 22 Mar 2020 18:03:19 +0000 (13:03 -0500)
commit3ccad94a2e470ed7b75890ee1957a8f3c3760f37
tree0f87209846437a7c6202a57ad71ac267dbd2cca4
parentfc6d581471ec206bb1c29662dceb581ad77c9808
classpath ordering

- j11lib needs to be declared before j8lib for saaj and probably many
others.

- Jalview.java allows synchronization

- CommandLineOperations working; seems at least on Bob's machine process
with file writing termination does not equate with file.exists(); join
is returning too early? How can that be...

- Jalview2xmlTests back to correct answer and now working with
Jalview.setSynchronized(true);
.classpath
src/jalview/bin/Jalview.java
src/jalview/bin/JalviewJS2.java
test/jalview/bin/CommandLineOperations.java
test/jalview/project/Jalview2xmlTests.java