From: Vincent COUVERT Date: Sun, 30 Mar 2014 17:01:38 +0000 (+0200) Subject: Revert "Fix path after https://codereview.scilab.org/#/c/14176/" X-Git-Tag: 5.5.0~150 X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=commitdiff_plain;h=348a69f38996f3fe99864a74cbcb29d523f89ac2 Revert "Fix path after https://codereview.scilab.org/#/c/14176/" This reverts commit 0711b45d0d8fb8c6d393fe6951ce29c76c1a5095. Change-Id: I43e21d514d0d3104da4b2e029c18a93a5440dea7 --- diff --git a/scilab/modules/helptools/src/java/org/scilab/modules/helptools/JarOnlyConverter.java b/scilab/modules/helptools/src/java/org/scilab/modules/helptools/JarOnlyConverter.java index 0abd213..1d192a0 100644 --- a/scilab/modules/helptools/src/java/org/scilab/modules/helptools/JarOnlyConverter.java +++ b/scilab/modules/helptools/src/java/org/scilab/modules/helptools/JarOnlyConverter.java @@ -72,7 +72,7 @@ public class JarOnlyConverter extends ContainerConverter { Helpers.deleteDirectory(outputJavaHelp); File directory = new File(outputJavaHelp); directory.mkdirs(); - String[] args = new String[] {"-db", outputJavaHelp, "-nostopwords", "."}; + String[] args = new String[] {"-db", outputJavaHelp + File.separator + "JavaHelpSearch", "-nostopwords", "."}; indexer.compile(args); } catch (Exception e) {