fixed the windows wrapper to display stdout

headerType=console which implies stayAlive=true fixes this issue. Also, I was not able to notice any bad side-effect of this setting on the GUI.
master
Stefan Dollase 2016-02-19 04:06:41 +01:00
parent c5c1b8569b
commit f1aa607c69
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@
<goal>launch4j</goal>
</goals>
<configuration>
<headerType>gui</headerType>
<stayAlive>true</stayAlive>
<headerType>console</headerType>
<outfile>../../target/${amidst.build.filename}.exe</outfile>
<jar>../../target/${amidst.build.filename}.jar</jar>
<dontWrapJar>false</dontWrapJar>