Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Eclipse based on Maven workbench app
Eclipse based on Maven workbench app [message #1802830] Sun, 17 February 2019 18:14
Guillermo José Cifuentes Achotegui is currently offline Guillermo José Cifuentes AchoteguiFriend
Messages: 1
Registered: February 2019
Junior Member
Hi there,

I am trying really hard to get the setup going using tycho-maven-plugin so I can add later bundles of my liking such as workbench and forms.

So far so good. I mean, instead of the published org.eclipse.rap.rwt artifact I am using the one fetched from the p2 repository by Tycho.

Nonetheless things get interesting in regard to bundles with datestamps. The Tycho translation in theory could be:
<dependency>
	<type>eclipse-plugin</type>
	<groupId>org.eclipse.rap</groupId>
	<artifactId>org.eclipse.rap.ui.workbench</artifactId>
	<version>3.7.0-SNAPSHOT</version>
</dependency>


to fetch the following file: org.eclipse.rap.ui.workbench_3.7.0.20180926-0748.jar

But it is not happening and maven complains this dependency is not found.

In last resort I may be go ahead and install those bundles into my local repository, but it couldn't be as convenient and cool.

Does anybody know what may be going on?

Kind regards,
Guillermo C.
Previous Topic:How to stop blank screen appearing when switching between screens
Next Topic:Using XWorker to develop SWT & RAP Programs
Goto Forum:
  


Current Time: Fri Apr 26 07:52:30 GMT 2024

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

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

Back to the top