Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » macosx rcp app
macosx rcp app [message #465594] Mon, 02 April 2007 19:37 Go to next message
Eclipse UserFriend
Originally posted by: hansm.science.uva.nlDELETE

How do I save a rcp project as a MacOSX application?

The Export Wizard seems to support Java Applications only. In the popup the
launch configuration for the rcp (an "Eclipse Application") does not appear.
The wizard contains no pointers how to proceed, as far as I can see.

Hans van der Meer
Re: macosx rcp app [message #465596 is a reply to message #465594] Mon, 02 April 2007 19:50 Go to previous messageGo to next message
Nicolas Jouanin is currently offline Nicolas JouaninFriend
Messages: 52
Registered: July 2009
Member
This is a multi-part message in MIME format.
--------------080508070200050106050808
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Hi,

You should try to create a product configuration file, set it up and
then run the export wizard from there.
I don't know if this can help you, but I attach the product
configuration file i'm using to export my RCP app. on MacOs.

Nicolas.

dr. Hans van der Meer a
Re: macosx rcp app [message #465631 is a reply to message #465596] Tue, 03 April 2007 15:48 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
If you are not running on the mac, you will need to install the RCP delta pack,
then export the product for multiple platforms and choose the mac from there.

-Andrew
Nicolas Jouanin wrote:
> Hi,
>
> You should try to create a product configuration file, set it up and
> then run the export wizard from there.
> I don't know if this can help you, but I attach the product
> configuration file i'm using to export my RCP app. on MacOs.
>
> Nicolas.
>
> dr. Hans van der Meer a écrit :
>> How do I save a rcp project as a MacOSX application?
>>
>> The Export Wizard seems to support Java Applications only. In the
>> popup the launch configuration for the rcp (an "Eclipse Application")
>> does not appear.
>> The wizard contains no pointers how to proceed, as far as I can see.
>>
>> Hans van der Meer
>
>
> ------------------------------------------------------------ ------------
>
> <?xml version="1.0" encoding="UTF-8"?>
> <?pde version="3.1"?>
>
> <product name="Escape-K" id="org.escapek.client.product" application="org.escapek.client.application" useFeatures="false">
>
> <configIni use="default"/>
>
> <launcherArgs>
> </launcherArgs>
>
> <windowImages/>
>
> <launcher name="escapek">
> <solaris/>
> <win useIco="false">
> <bmp/>
> </win>
> </launcher>
>
> <plugins>
> <plugin id="com.ibm.icu"/>
> <plugin id="org.apache.lucene"/>
> <plugin id="org.eclipse.ant.core"/>
> <plugin id="org.eclipse.core.commands"/>
> <plugin id="org.eclipse.core.contenttype"/>
> <plugin id="org.eclipse.core.expressions"/>
> <plugin id="org.eclipse.core.filesystem"/>
> <plugin id="org.eclipse.core.filesystem.macosx" fragment="true"/>
> <plugin id="org.eclipse.core.jobs"/>
> <plugin id="org.eclipse.core.resources"/>
> <plugin id="org.eclipse.core.resources.compatibility" fragment="true"/>
> <plugin id="org.eclipse.core.runtime"/>
> <plugin id="org.eclipse.core.runtime.compatibility.auth"/>
> <plugin id="org.eclipse.core.runtime.compatibility.registry" fragment="true"/>
> <plugin id="org.eclipse.core.variables"/>
> <plugin id="org.eclipse.equinox.app"/>
> <plugin id="org.eclipse.equinox.common"/>
> <plugin id="org.eclipse.equinox.preferences"/>
> <plugin id="org.eclipse.equinox.registry"/>
> <plugin id="org.eclipse.help"/>
> <plugin id="org.eclipse.help.appserver"/>
> <plugin id="org.eclipse.help.base"/>
> <plugin id="org.eclipse.jface"/>
> <plugin id="org.eclipse.osgi"/>
> <plugin id="org.eclipse.osgi.services"/>
> <plugin id="org.eclipse.swt"/>
> <plugin id="org.eclipse.swt.carbon.macosx" fragment="true"/>
> <plugin id="org.eclipse.ui"/>
> <plugin id="org.eclipse.ui.carbon" fragment="true"/>
> <plugin id="org.eclipse.ui.forms"/>
> <plugin id="org.eclipse.ui.intro"/>
> <plugin id="org.eclipse.ui.navigator"/>
> <plugin id="org.eclipse.ui.views"/>
> <plugin id="org.eclipse.ui.views.properties.tabbed"/>
> <plugin id="org.eclipse.ui.workbench"/>
> <plugin id="org.escapek.client"/>
> <plugin id="org.escapek.client.cmdb"/>
> <plugin id="org.escapek.client.cmdb.en" fragment="true"/>
> <plugin id="org.escapek.client.core"/>
> <plugin id="org.escapek.client.en" fragment="true"/>
> <plugin id="org.escapek.client.fr" fragment="true"/>
> <plugin id="org.escapek.client.tools"/>
> <plugin id="org.escapek.client.ui"/>
> <plugin id="org.escapek.client.ui.cmdb"/>
> <plugin id="org.escapek.client.ui.cmdb.en" fragment="true"/>
> <plugin id="org.escapek.client.ui.cmdb.fr" fragment="true"/>
> <plugin id="org.escapek.client.ui.en" fragment="true"/>
> <plugin id="org.escapek.client.ui.fr" fragment="true"/>
> <plugin id="org.escapek.client.ui.security.en" fragment="true"/>
> <plugin id="org.escapek.client.ui.security.fr" fragment="true"/>
> <plugin id="org.escapek.i18n"/>
> <plugin id="org.escapek.i18n.en" fragment="true"/>
> <plugin id="org.escapek.i18n.fr" fragment="true"/>
> <plugin id="org.escapek.logger"/>
> <plugin id="org.escapek.preferences"/>
> <plugin id="org.escapek.server"/>
> <plugin id="org.escapek.ui.security"/>
> </plugins>
>
> </product>
Previous Topic:Headless Build - customized config.ini is not delivered by automated headless build!
Next Topic:RCP thread
Goto Forum:
  


Current Time: Fri Apr 26 07:28:20 GMT 2024

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

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

Back to the top