Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Replace launcher with eclipsec.exe for Windows builds
Replace launcher with eclipsec.exe for Windows builds [message #721951] Sat, 03 September 2011 19:09
Stephan  is currently offline Stephan Friend
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
Previous Topic:Cannot install Buckminster on Indigo using jdk 1.7.0
Next Topic:Headless build does not produce launcher
Goto Forum:
  


Current Time: Tue Mar 19 08:41:16 GMT 2024

Powered by FUDForum. Page generated in 0.01657 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top