Details
-
Type: Task
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 2.11.0
-
Fix Version/s: 2.11.1
-
Component/s: Test suite
-
Labels:
-
Environment:build server
Description
I put a user-space linux install of chimera on the build server in
$HOME/opt/bin.chimera
and added
pathList.add(System.getProperty("user.home") + "/opt/bin/chimera");
to method getChimeraPaths() in the Linux conditional (src/ext/edu/ucsf/rbvi/strucviz2/StructureManager.java line 934).
This allows ChimeraConnect testLaunchAndExit() to pass on the build server (using the x11 framebuffer to launch chimera).
See branch task/JAL-3172_Add_new_paths_to_getChimeraPath
Also,JAL-3174.
$HOME/opt/bin.chimera
and added
pathList.add(System.getProperty("user.home") + "/opt/bin/chimera");
to method getChimeraPaths() in the Linux conditional (src/ext/edu/ucsf/rbvi/strucviz2/StructureManager.java line 934).
This allows ChimeraConnect testLaunchAndExit() to pass on the build server (using the x11 framebuffer to launch chimera).
See branch task/JAL-3172_Add_new_paths_to_getChimeraPath
Also,