X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=examples%2Fgroovy%2FJvLoadTestHarness.groovy;h=0772eab25940f12002ef79c94509d1ec2f248033;hb=6e96af2ece65f2b65ce94d1463391dd992d1078a;hp=c0b3384f4b44533cd2b813c9447baba266d25954;hpb=723d0cff35b408c12fc13b44ff50193c588d6ff1;p=jalview.git diff --git a/examples/groovy/JvLoadTestHarness.groovy b/examples/groovy/JvLoadTestHarness.groovy index c0b3384..0772eab 100644 --- a/examples/groovy/JvLoadTestHarness.groovy +++ b/examples/groovy/JvLoadTestHarness.groovy @@ -1,12 +1,12 @@ -// You need to add the groovy directory to the class path from the script window -// or add the groovy directory to the java classpath when running Jalview - -jvtst = new JvLoadTester().newJvLoadTest('D:\\fooTest.jar'); -try { jvtst.TestForAll('D:\\e6-workspace\\Jalview RNA\\examples\\rna\\rfamSml') } -catch (OutOfMemoryError e) { -// inspect jvtst to find out what file + file index it was on -} -// Terminate Jalview - useful if running from command line -if (Jalview.isInBatchMode()) { - Jalview.quit() +// You need to add the groovy directory to the class path from the script window +// or add the groovy directory to the java classpath when running Jalview + +jvtst = new JvLoadTester().newJvLoadTest('D:\\fooTest.jar'); +try { jvtst.TestForAll('D:\\e6-workspace\\Jalview RNA\\examples\\rna\\rfamSml') } +catch (OutOfMemoryError e) { +// inspect jvtst to find out what file + file index it was on +} +// Terminate Jalview - useful if running from command line +if (Jalview.isInBatchMode()) { + Jalview.quit() } \ No newline at end of file