Skip to content

Commit

Permalink
fail launcher generator on error
Browse files Browse the repository at this point in the history
  • Loading branch information
yole committed Jan 12, 2015
1 parent 223ce94 commit dad60f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/utils.gant
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ binding.setVariable("buildWinLauncher", { String ch, String inputPath, String ou
launcherProperties = launcherPropertiesTemp
}

ant.java(classname: "com.pme.launcher.LauncherGeneratorMain", fork: "true") {
ant.java(classname: "com.pme.launcher.LauncherGeneratorMain", fork: "true", failonerror: "true") {
sysproperty(key: "java.awt.headless", value: "true")
arg(value: inputPath)
arg(value: appInfo)
Expand Down

0 comments on commit dad60f7

Please sign in to comment.