I got the rcpsample working fine on my Eclipse 3.5 (so all delta pack requirements are met). It produces a zip with an executable in it.
I'm currently trying to figure out how to create a command-line application, that doesn't have the Eclipse UI.
I followed the exact structure as created through the rcpsample, and got even a zip file created that contains all but one file: this zip doesn't contain the Eclipse executable. It seems only this executable is missing, as unpacking the zip and adding the eclipse.exe to the unpacked structure gets it start up nicely.
Any idea how I get the executable added to the zip as well?
Best regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After a day fixing and comparing, it seems my environment locked a generated file, which was never updated. So this issue is resolved. Thanks for creating this builder, it's great!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I got the rcpsample working fine on my Eclipse 3.5 (so all delta pack requirements are met). It produces a zip with an executable in it.
I'm currently trying to figure out how to create a command-line application, that doesn't have the Eclipse UI.
I followed the exact structure as created through the rcpsample, and got even a zip file created that contains all but one file: this zip doesn't contain the Eclipse executable. It seems only this executable is missing, as unpacking the zip and adding the eclipse.exe to the unpacked structure gets it start up nicely.
Any idea how I get the executable added to the zip as well?
Best regards
Hi,
After a day fixing and comparing, it seems my environment locked a generated file, which was never updated. So this issue is resolved. Thanks for creating this builder, it's great!