Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xtext-dev] [FAILED] M2T XPAND HEAD Build 0.7.0 / N200902031658 done [17:29]

Hi Patrick,
JFace guys decided to rename an internal Class in eclipse 3.5M5, what a shock! :o So I changed jface.databinding version to min 1.2.* because there are changes that makes using of internal Classes unnecessary.
We are using any internal Classes now!

Best Regards,
Dennis.

P.S.: Nightly build is produced

Patrick Schönbach schrieb:
On 03.02.2009 23:30, M2T XPAND Build Team wrote:
Status: FAILED

The Xpand build fails because of compilation errors in the generic editor:

@dot:
[mkdir] Created dir: /home/www-data/build/modeling/m2t/xpand/downloads/drops/0.7.0/N200902031658/eclipse/plugins/org.eclipse.emf.generic.editor/@dot [javac] Compiling 22 source files to /home/www-data/build/modeling/m2t/xpand/downloads/drops/0.7.0/N200902031658/eclipse/plugins/org.eclipse.emf.generic.editor/@dot
    [javac] ----------
[javac] 1. ERROR in /home/www-data/build/modeling/m2t/xpand/downloads/drops/0.7.0/N200902031658/eclipse/plugins/org.eclipse.emf.generic.editor/src/org/eclipse/emf/editor/ui/binding/EmfSwtBindingFactory.java (at line 49) [javac] import org.eclipse.jface.internal.databinding.viewers.SelectionProviderMultipleSelectionObservableList; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.eclipse.jface.internal.databinding.viewers.SelectionProviderMultipleSelectionObservableList cannot be resolved
    [javac] ----------
[javac] 2. ERROR in /home/www-data/build/modeling/m2t/xpand/downloads/drops/0.7.0/N200902031658/eclipse/plugins/org.eclipse.emf.generic.editor/src/org/eclipse/emf/editor/ui/binding/EmfSwtBindingFactory.java (at line 115) [javac] IObservableList target = new SelectionProviderMultipleSelectionObservableList(SWTObservables.getRealm(Display
    [javac]      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] SelectionProviderMultipleSelectionObservableList cannot be resolved to a type
    [javac] ----------
    [javac] 2 problems (2 errors)
[javac] Compilation failed. Compiler errors are available in /home/www-data/build/modeling/m2t/xpand/downloads/drops/0.7.0/N200902031658/eclipse/plugins/org.eclipse.emf.generic.editor/@dot.log

BUILD FAILED

Could you please have a look, Dennis?

Regards,
Patrick





Back to the top