From 5dd3d8a4966582c5846f3f3cc5f5595a69bb932f Mon Sep 17 00:00:00 2001 From: "Vladimir.Orlov" Date: Wed, 1 Jun 2016 13:29:37 +0300 Subject: [PATCH] IDEA-149309 Set "-XX:HeapDumpPath" and "-XX:ErrorFile" in IDE launchers --- build/scripts/utils.gant | 1 + 1 file changed, 1 insertion(+) diff --git a/build/scripts/utils.gant b/build/scripts/utils.gant index b1287c5636e0..17029934ac7b 100644 --- a/build/scripts/utils.gant +++ b/build/scripts/utils.gant @@ -538,6 +538,7 @@ binding.setVariable("layoutMacApp", { String path, String ch, Map args -> replacefilter(token: "@@version@@", value: version) replacefilter(token: "@@vmoptions@@", value: vmOptions) replacefilter(token: "@@idea_properties@@", value: coreProperties) + replacefilter(token: "@@idea.paths.selector@@", value: args.system_selector) replacefilter(token: "@@class_path@@", value: classPath) replacefilter(token: "@@help_id@@", value: helpId) replacefilter(token: "@@url_schemes@@", value: urlSchemes)