Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Estimated release date of 0.21.0?

> Thanks. Wasn’t sure if you could mix the 3.10 JDT with an otherwise
> Kepler platform but will move forward with it.


To be sure we are talking about the same thing ... my reply was meant as "what to use as the compiler" ... if you are looking at something to _ distribute _ then you are right, you shouldn't mix, and you can use the version in the patch itself, which you can get from repo at .../eclipse/updates/4.3-P-builds/

> With Tycho 0.20.0, JDK 1.8.0, and JDT 3.10 I’m getting an NPE from
> maven trying to resolve project dependencies of an eclipse-plugin
> project for a platform fragment bundle, but not all of the platform
> fragment bundle projects so it’s probably something on my end in
> that one project.


To cover the basics ... if you are re-compiling platform projects, I'm assuming you know that you'll need to define a "toolchains.xml" file and "useJDK" ... as mostly described in
https://wiki.eclipse.org/Platform-releng/Platform_Build#Using_BREE_Libs

HTH




From:        Justin Georgeson <JGeorgeson@xxxxxxx>
To:        Tycho user list <tycho-user@xxxxxxxxxxx>,
Date:        04/17/2014 05:04 PM
Subject:        Re: [tycho-user] Estimated release date of 0.21.0?
Sent by:        tycho-user-bounces@xxxxxxxxxxx




Thanks. Wasn’t sure if you could mix the 3.10 JDT with an otherwise Kepler platform but will move forward with it.
 
With Tycho 0.20.0, JDK 1.8.0, and JDT 3.10 I’m getting an NPE from maven trying to resolve project dependencies of an eclipse-plugin project for a platform fragment bundle, but not all of the platform fragment bundle projects so it’s probably something on my end in that one project.
 
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of David M Williams
Sent:
Thursday, April 17, 2014 1:08 PM
To:
Tycho user list
Subject:
Re: [tycho-user] Estimated release date of 0.21.0?

 
3.10.0.v20140316-0146 is equivalent and was explicitly decided not to put "patch version" in eclipse-staging (bug 430549) since we assumed it'd be "out of date" soon, with no maintenance planed, as improvements and fixes made would be on main (Luna) stream. In fact, for almost any purpose, I'd recommend the latest (as indicated in Jan's link):

  <cbi-jdt-repo.url>
https://repo.eclipse.org/content/repositories/eclipse-staging/</cbi-jdt-repo.url>
 <cbi-jdt-version>3.10.0.v20140408-1345</cbi-jdt-version>


[And, keep in mind, neither of these are "released" in normal sense of the word, and will be going away, some day.]







From:        
Justin Georgeson <JGeorgeson@xxxxxxx>
To:        
Tycho user list <tycho-user@xxxxxxxxxxx>,
Date:        
04/17/2014 01:09 PM
Subject:        
Re: [tycho-user] Estimated release date of 0.21.0?
Sent by:        
tycho-user-bounces@xxxxxxxxxxx





Is there a pluginRepository where we can get the Kepler feature patch version of JDT (3.9.50.v20140371-1741)?

 
From:
tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Sievers, Jan
Sent:
Thursday, April 17, 2014 2:04 AM
To:
Tycho user list
Subject:
Re: [tycho-user] Estimated release date of 0.21.0?

 

both tycho 0.20.0 and 0.21.0-SNAPSHOT still use the Kepler JDT compiler by default.

 
You can configure tycho-compiler-plugin to use a custom JDT compiler version though, see e.g. eclipse platform build:

 
http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/tree/eclipse-platform-parent/pom.xml#n308
 
Best Regards,

Jan

 
From:
tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent:
Mittwoch, 16. April 2014 16:25
To:
Tycho user list
Subject:
Re: [tycho-user] Estimated release date of 0.21.0?

 

Speaking of Java 8, I tried the snapshot yesterday and it still doesn't seem to have the latest compiler in it. Or am I wrong on that? I'm writing a tutorial on JavaFX in Java 8 and would like to show a magic free way of building.
 
Thanks,

Doug

 



From:
tycho-user-bounces@xxxxxxxxxxx [tycho-user-bounces@xxxxxxxxxxx] on behalf of Sievers, Jan [jan.sievers@xxxxxxx]
Sent:
Wednesday, April 16, 2014 3:25 AM
To:
Tycho user list
Subject:
Re: [tycho-user] Estimated release date of 0.21.0?

no ETA for 0.21.0 yet. Probably shortly after Luna I guess since we want an officially released and stable Java-8 capable JDT compiler.

 
Regarding bug 431793, a workaround is mentioned in the bug.

Can you live with a workaround until 0.21.0 is released?

 
Jan

 
From:
tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Marc-André Laperle
Sent:
Dienstag, 15. April 2014 16:34
To:
tycho-user@xxxxxxxxxxx
Subject:
[tycho-user] Estimated release date of 0.21.0?

 
Hello,

We would like to use Tycho version 0.21.0 because we are affected by
bug 431793. Is this release planned before the Luna release? We would like to build our project with a released version of Tycho in time for Luna so it would be good to know.

Regards,
Marc-Andre


This e-mail, including any attached files, may contain confidential and privileged information for the sole use of the intended recipient. Any review, use, distribution, or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive information for the intended recipient), please contact the sender by reply e-mail and delete all copies of this message._______________________________________________
tycho-user mailing list

tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top