Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Latest integration build repository is not there

On Mon, Dec 3, 2012 at 8:18 AM, Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx> wrote:

> 2. ERROR in
> /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20121203-0630/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
> (at line 620)
>         if (containerId == null || containerId.isEmpty()) {
>                                                ^^^^^^^
> The method isEmpty() is undefined for the type String
> ----------
> 3. ERROR in
> /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20121203-0630/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
> (at line 754)
>         if (containerId == null || containerId.isEmpty()) {
>                                                ^^^^^^^
> The method isEmpty() is undefined for the type String
> ----------
> 3 problems (3 errors)
>

> ----------
What version of Java are we compiling against. isEmpty() was only
introduced in Java6!

That would do it, the BREE for this bundle is 1.5

Later,
PW


--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top