Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-releng] Heads up on impact of 3.7 Platform upgrade

We will address this issue by tomorrow, 8/20.

-Raghu

 

From: Cameron Bateman
Sent: Thursday, August 19, 2010 9:36 AM
To: wtp-releng@xxxxxxxxxxx
Subject: Re: [wtp-releng] Heads up on impact of 3.7 Platform upgrade

 

I will take this up as soon as we branch for 3.3.  This will probably happen once 3.2.2 freezes.


Thanks,

Cameron

----- Original Message -----
From: david_williams@xxxxxxxxxx
To: wtp-releng@xxxxxxxxxxx
Sent: Thursday, August 19, 2010 5:20:50 AM GMT -08:00 US/Canada Pacific
Subject: [wtp-releng] Heads up on  impact of 3.7 Platform upgrade


Last night I upgraded our Platform pre-req to I20100817-0800

This was to fix some compile errors in a JSDT bundle, that is aggressively writing to new API! :)

Source File: org/eclipse/wst/jsdt/debug/internal/rhino/ui/launching/RhinoTabGroup.java
1. ERROR: UndefinedMethod
The method setHelpContextId(String) is undefined for the type SourceLookupTab
RhinoTabGroup.java :
38 : stab.setHelpContextId(IHelpConstants.SOURCE_TAB_CONTEXT);
2. ERROR: UndefinedMethod
The method setHelpContextId(String) is undefined for the type CommonTab
RhinoTabGroup.java :
40 : ctab.setHelpContextId(IHelpConstants.COMMON_TAB_CONTEXT);


But then that caused a compile error in a JSF test bundle: This appears related to the changes mentioned in the cross-project list,
http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg04591.html


These don't show up on public download page, just came from a local build I did to test ... and thought I'd give this early warning.
There is no 3.3 based smoke test this week ... planning week, since we just delivered M1! .... so not as "blocking" as would otherwise be  ...
just wanted to give warning that teams may want to upgrade their target.


Source File: org/eclipse/jst/jsf/test/util/mock/MockBundle.java
1. ERROR: AbstractMethodMustBeImplemented
The type MockBundle must implement the inherited abstract method Bundle.adapt(Class<A>)
MockBundle.java :
19 : public class MockBundle implements Bundle
2. ERROR: AbstractMethodMustBeImplemented
The type MockBundle must implement the inherited abstract method Comparable<Bundle>.compareTo(Bundle)
MockBundle.java :
19 : public class MockBundle implements Bundle
3. ERROR: AbstractMethodMustBeImplemented
The type MockBundle must implement the inherited abstract method Bundle.getDataFile(String)
MockBundle.java :
19 : public class MockBundle implements Bundle


Back to the top