# ignite-32 Fix schema-load scripts.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/f5fec4b4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/f5fec4b4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/f5fec4b4 Branch: refs/heads/ignite-sql-tests Commit: f5fec4b4c94851c76fab431402e25f02670a596a Parents: 7c31c72 Author: anovikov <anovi...@gridgain.com> Authored: Mon Feb 9 10:06:07 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Mon Feb 9 10:06:07 2015 +0700 ---------------------------------------------------------------------- bin/ignite-schema-load.bat | 2 +- bin/ignite-schema-load.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f5fec4b4/bin/ignite-schema-load.bat ---------------------------------------------------------------------- diff --git a/bin/ignite-schema-load.bat b/bin/ignite-schema-load.bat index c753826..db0c376 100644 --- a/bin/ignite-schema-load.bat +++ b/bin/ignite-schema-load.bat @@ -100,7 +100,7 @@ call "%SCRIPTS_HOME%\include\target-classpath.bat" &:: Will be removed in releas :: :: Set CLASS PATH :: -set CP=%JAVA_HOME%\jre\lib\jfxrt.jar;%IGNITE_LIBS%;%IGNITE_HOME%\bin\include\schema-load +set CP=%JAVA_HOME%\jre\lib\jfxrt.jar;%IGNITE_LIBS%;%IGNITE_HOME%\bin\include\schema-load\* :: :: JVM options. See http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp for more details. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f5fec4b4/bin/ignite-schema-load.sh ---------------------------------------------------------------------- diff --git a/bin/ignite-schema-load.sh b/bin/ignite-schema-load.sh index 9840d0c..aae72b0 100644 --- a/bin/ignite-schema-load.sh +++ b/bin/ignite-schema-load.sh @@ -50,7 +50,7 @@ setIgniteHome # . "${SCRIPTS_HOME}"/include/setenv.sh . "${SCRIPTS_HOME}"/include/target-classpath.sh # Will be removed in release. -CP="${IGNITE_LIBS}" +CP="${JAVA_HOME}/jre/lib/jfxrt.jar${SEP}${IGNITE_LIBS}${SEP}${IGNITE_HOME}/bin/include/schema-load/*" # Mac OS specific support to display correct name in the dock. osname=`uname`