English 中文(简体)
RCP利用maven建造
原标题:RCP build with maven

• 如何利用Eclipse建造和包装RCP(Rich客户平台)。

有可能作为<代码>.jar存档。

最佳回答

页: 1 Maven Tycho。 我认为,使用比菲律宾发展署手稿更容易得多。

itp04 RCP example是一个良好的项目,有待启动。

问题回答

We use Maven 3 and the sonatype-tycho plugin to build our Eclipse RCP-based application. It allows a plugin-first approach, i.e. you define the dependencies only in the plugin.xml using the editor of Eclipse. You don t have to care about dependencies in the pom.xml as these are managed by tycho.

There are detailed instructions at Apache Felix maven Bundle page on how to do this. Alternatively, There are some quickstart maven archetypes you could download based on these instructions and experiment with.

I have wrapped PDE/Build by Maven manually. You can find an example in my answer to my own question: How to set up Eclipse PDE/Build with Indigo?





相关问题
Extend ExportWizard defined in Plugin A in a depending Plugin

I m having Plugin A which extends the Export Wizard via the org.eclipse.ui.exportWizard ExtensionPoint. Plugin B depends on Plugin A, is it possible to add WizardPages defined in Plugin B to Plugin ...

Eclipse RCP: Only one Job runs at a time?

The Jobs API in Eclipse RCP apparently works much differently than I expected. I thought that creating and scheduling multiple Jobs would actually cause multiple worker threads to be created, ...

Plugin version on log4j log file

I m developing an RCP application and use log4j to generate logs. Whenever an exception is logged, I want to include a line on the log file to identify the application version. I could do that by ...

Two Eclispse projects -> One Eclipse Plug-in

Background I m a developer of the Vrapper project. Vrapper contains of 2 major parts Vim-emulation library (vrapper.core) Eclipse part that makes a good use of it We want vrapper.core to be ...

Setting network options in a RCP Application

We have a RCP application that does sometimes get some data from URLs in the internet. Our customer uses a Proxy-Server, and we can t get to the information we need unless the network-settings are ...

热门标签