Replace launcher with eclipsec.exe for Windows builds [message #721951] |
Sat, 03 September 2011 19:09 |
Stephan Messages: 36 Registered: July 2009 |
Member |
|
|
For our server applications, we would like to replace the generated myProduct.exe with the version from eclipsec.exe (to avoid additional console window on Windows). Our attempt was to rename eclipsec.exe to myProduct.exe and then add it as a root file to the feature. The build.properties of our feature point to the directory with the renamed launcher:
root.win32.win32.x86 = rootfiles-win32-win32-x86
The directory rootfiles-win32-win32-x86 really contains myProduct.exe.
The proplem is that the build does not replace the launcher with the console version (other root files are properly copied so the setup must be correct). I can only guess that the launcher is replaced again after the root files were copied.
Is this the correct way or are there easier ways to achieve this, e.g., change action/ant script that creates product or ...?
BTW, at the same time I would also like to get rid of the launcher.exe which is not needed by the product. Is there any way to prevent the creation of launcher.exe or do you just delete it?
Thanks, Stephan
|
|
|
Powered by
FUDForum. Page generated in 0.04725 seconds