Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » [ANN] RAP 3.1.0 M1 and RAP 3.0.1 RC1 available
[ANN] RAP 3.1.0 M1 and RAP 3.0.1 RC1 available [message #1706034] Fri, 21 August 2015 09:29 Go to next message
Markus Knauer is currently offline Markus KnauerFriend
Messages: 179
Registered: July 2009
Senior Member

Hi everyone,

today we have two releases to announce:

The first one is a 'release candidate' for RAP 3.0.1. This RC1 is the first out of 4 planned RC builds which will finally go into the Eclipse Mars Update Release (Mars.1) end of September. RAP 3.0.1 will contain only a few important fixes that we backport from the master branch into the 3.0-maintenance branch.
The RAP Runtime 3.0.1 RC1 build is available as a p2 repository from http://download.eclipse.org/rt/rap/3.0/SR1-RC1-20150812-1219/.

And then we published the first 'milestone' towards RAP 3.1.0 which is scheduled to be released in June 2016 together with the Eclipse Neon release. RAP 3.1.0 M1 contains even more performance improvements among many other things. Read the New&Noteworthy at [1] for the details.
RAP Runtime + RAP Tools are available from our download page at https://www.eclipse.org/rap/downloads/ in the 'latest stable build' section.

Thanks to all the contributors and committers! It's especially great to see those external contributions in Gerrit from people that we didn't know before! I have the feeling that we get more and more external contributions since we switched to Gerrit and tried to make it easier to build RAP. Keep 'em comin'.

Markus


[1] https://www.eclipse.org/rap/noteworthy/3.1/?build=M1


--

Twitter: @mknauer23 and @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: [ANN] RAP 3.1.0 M1 and RAP 3.0.1 RC1 available [message #1706151 is a reply to message #1706034] Mon, 24 August 2015 08:38 Go to previous messageGo to next message
Sebastian Habenicht is currently offline Sebastian HabenichtFriend
Messages: 42
Registered: January 2013
Member
Hi,

I just updated my maven dependency to the latest mile stone (using http://mvnrepository.com) and noticed that org.eclipse.rap.jface's dependency to org.eclipse.rap.rwt has version 3.1.0, which doesn't exist (yet). No big deal, of course, but you might want to change it to 3.1.0-M1 (if this is in your responsibility).



Thanks for the new milestone and best regards
Sebastian

[Updated on: Mon, 24 August 2015 08:45]

Report message to a moderator

Re: [ANN] RAP 3.1.0 M1 and RAP 3.0.1 RC1 available [message #1706402 is a reply to message #1706151] Wed, 26 August 2015 15:56 Go to previous messageGo to next message
Markus Knauer is currently offline Markus KnauerFriend
Messages: 179
Registered: July 2009
Senior Member

Hi Sebastian,

yes, that's true, org.eclipse.rap.jface requires org.eclipse.rap.rwt in version 3.1.0 - see [1]
    <dependency>
      <groupId>org.eclipse.rap</groupId>
      <artifactId>org.eclipse.rap.rwt</artifactId>
      <version>3.1.0</version>
    </dependency>

but that is not different from RAP 3.0.0-M1 which looks quite similar [2]. And the required RWT bundle is listed, too [3]. Is it possible that something wasn't synchronized when you tried to download it and your problems are resolved? Or am I missing something - which could be the case because I'm consuming the p2 repositories most of the time.

Thanks,
Markus


[1] http://search.maven.org/#artifactdetails|org.eclipse.rap|org.eclipse.rap.jface|3.1.0-M1|jar
[2] http://search.maven.org/#artifactdetails|org.eclipse.rap|org.eclipse.rap.jface|3.0.0-M1|jar
[3] http://search.maven.org/#artifactdetails|org.eclipse.rap|org.eclipse.rap.rwt|3.1.0-M1|jar


--

Twitter: @mknauer23 and @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: [ANN] RAP 3.1.0 M1 and RAP 3.0.1 RC1 available [message #1706792 is a reply to message #1706402] Mon, 31 August 2015 07:53 Go to previous message
Sebastian Habenicht is currently offline Sebastian HabenichtFriend
Messages: 42
Registered: January 2013
Member
Hi Markus,

thanks for the response.
Maybe I just don't get it - and sorry for taking up your time in this case Smile - but org.eclipse.rap.rwt is not listed as version 3.1.0 in the official maven repository, which can be seen here [1] or here [2]. The only 3.1.x version available is 3.1.0-M1.

Now, when I update the org.eclipse.rap.jface dependency in my pom to 3.1.0-M1 I get the error "Missing artifact org.eclipse.rap:org.eclipse.rap.rwt:jar:3.1.0", which is expectable, since 3.1.0 is not listed.

To resolve this error I have to add the dependency on rwt 3.1.0-M1 to my pom (to override the dependency on rwt 3.1.0 which comes with jface). But this shouldn't be necessary, since the jface artifact should be shipped with the correct, existing dependency (which should be available in the official repository, shouldn't it?)

Again, I'm sorry, if I get something wrong here.

Best regards,
Sebastian

[1] http://repo.maven.apache.org/maven2/org/eclipse/rap/org.eclipse.rap.rwt/
[2] http://search.maven.org/#search|gav|1|g%3A%22org.eclipse.rap%22%20AND%20a%3A%22org.eclipse.rap.rwt%22

[Updated on: Mon, 31 August 2015 08:03]

Report message to a moderator

Previous Topic:RAP with Workbench 3.x
Next Topic:Problems styling e4 RAP application
Goto Forum:
  


Current Time: Sat Apr 27 04:30:08 GMT 2024

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

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

Back to the top