[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[equinox-dev] Eclipse Product export wizard
|
Hi,
When I export my product, I obtain an executable file. However, if I click on it :
- on OS mac nothing happens.
- on Linux, I obtain an error : "There is no application installed for executable files".
Basically, I've create 3 bundles :
- org.mydomain.gsm : uses the 2 next bundles.
- org.mydomain.horloge : export one simple service
- org.mydomain.sms : export one simple service
And I've also a product definition (org.mydomain.flobal.feature) based on the feature.xml. If I click on "launch an Eclipse Application" over the "Overview" page of my product definition, my 3 bundles are actives and run normally. To explain quickly what does my OSGi system : "GSM" must write some information into "/home/grabiel/log.txt". The information to write is from "horloge" and "sms".
I've joined some files :
- OSGi.zip : my 3 bundles and my product definition
- Export_OSGI.zip : the result of an export. You have to unzip the "p2.zip" to see the exectuable file : gsm.
To summarize, when I export my product definition, nothing happens. However It works inside eclipse. Do you have some idea or solution to solve my problem?
I'm a new user of equinox and probably my problem will be very easy for you.
Many thanks!
Best,
Gabriel
Attachment:
Export_OSGI.zip
Description: Zip archive
Attachment:
OSGi.zip
Description: Zip archive