Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho 0.17.0 re-staged

might be a regression in jdt core Kepler M6 related to generics.
does the same code compile with Oracle's javac?

If you can provide a stripped down example project, this would help.

I don't think this will stop tycho 0.17.0 though.
The version of the JDT compiler used by tycho is configurable.

Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Justin Georgeson
Sent: Donnerstag, 21. März 2013 20:36
To: Tycho user list
Subject: Re: [tycho-user] tycho 0.17.0 re-staged

I just downloaded 4.3 M6 and can reproduce the compiler error in the IDE. I've notified my developers of the impending issue and will take this project out of my reactor to continue testing 0.1.7.

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Justin Georgeson
Sent: Thursday, March 21, 2013 12:04 PM
To: Tycho user list
Subject: Re: [tycho-user] tycho 0.17.0 re-staged

I'm seeing a compile failure in 0.17 that I don't see in 0.15 or 0.16 (it's not even a warning in 0.15 and 0.16). It also compiles in Eclipse 4.2.1.
 
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.17.0:compile (default-compile) on project com.lgc.owsw: C ompilation failure: Compilation failure:
[ERROR] C:\SVN\DS_5000_10_0_0\plugins\com.lgc.owsw\src\com\lgc\ow\infra\server\OWValueTableCoordList.java:[20,0]
[ERROR] public class OWValueTableCoordList extends OWAbstractCoordList implements [ERROR] ^^^^^^^^^^^^^^^^^^^^^ [ERROR] The type OWValueTableCoordList must implement the inherited abstract method List.set(int, Object) [ERROR] C:\SVN\DS_5000_10_0_0\plugins\com.lgc.owsw\src\com\lgc\ow\infra\server\MValueTableCoordList.java:[20,0]
[ERROR] public class MValueTableCoordList extends OWAbstractCoordList { [ERROR] ^^^^^^^^^^^^^^^^^^^^ [ERROR] The type MValueTableCoordList must implement the inherited abstract method List.set(int, Object) [ERROR] 2 problems (2 errors)

The execution environment (both the global one in tycho-platform-configuration and in the manifest.mf) is JavaSE-1.6. Could the upgrade to Kepler M6 JDT be the culprit here? Was there a change in the strictness of language standard compliance? I'm using the same mvn command, with the same sandbox, the same JDK, and the same dependencies. I'm using a separate m2 cache for each version of Tycho. 

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Sievers, Jan
Sent: Wednesday, March 20, 2013 9:55 AM
To: Tycho user list
Subject: [tycho-user] tycho 0.17.0 re-staged

Tycho milestone release 0.17.0 has been re-staged.
In comparison to the previous staged version, two more bugs [1,2] discovered after staging have been fixed.

For more details about other changes in 0.17.0, see the release notes [3].

To use it, change your tycho version to 0.17.0 and add snippet [4] to your pom. 
If you used the previous stage, delete ~/.m2/repository/org/eclipse/tycho/ and make sure you use the new staging URL [4].

We plan to promote this release on Friday.

Regards,
Tycho team

---

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=403716
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=387796
[3] http://wiki.eclipse.org/Tycho/Release_Notes/0.17
[4]
<pluginRepositories>
 <pluginRepository>
  <id>tycho-staged</id>
  <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-170/</url>
 </pluginRepository>
</pluginRepositories>

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

----------------------------------------------------------------------
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