after building my product with buckminster I've got three .exe files:
MyProduct.exe
eclipsec.exe
launcher.exe (which has identical size to MyProduct.exe)
On 2011-11-22 15:37, Thomas F wrote:
> Hi,
>
> after building my product with buckminster I've got three .exe files:
> MyProduct.exe
> eclipsec.exe
> launcher.exe (which has identical size to MyProduct.exe)
>
> Same behavior for exports on linux
>
> What is the reason for that and how to avoid it?
>
> Thx
>
> Thomas
On 2011-11-22 15:37, Thomas F wrote:
> Hi,
>
> after building my product with buckminster I've got three .exe files:
> MyProduct.exe
> eclipsec.exe
> launcher.exe (which has identical size to MyProduct.exe)
>
I can explain the eclipsec.exe. That's the console app. The other
launcher is the windows app. I don't know why there are two of them
though. You get this when you create the produce using the director?
> Same behavior for exports on linux
>
But no eclipsec.exe there right?
All three exe files are created when:
- creating via director (out of site.p2 created using buckminster)
- creating using buckminster itself (eclipse or headless)
The eclipsec is missing in linux version, else the product and the launcher bins are present.
On 2011-11-24 10:16, Thomas C. Franke wrote:
> All three exe files are created when:
> - creating via director (out of site.p2 created using buckminster)
> - creating using buckminster itself (eclipse or headless)
>
> The eclipsec is missing in linux version, else the product and the launcher bins are present.
Can you post your product definition here (i.e. the .product file)?