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

There are build errors in org.eclipse.e4.tools.emf.ui


1. 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/PatternFilter.java (at line 32)
        * @see org.eclipse.ui.dialogs.FilteredTree
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type FilteredTree is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20121203-0630/localRepo/p2/osgi/bundle/org.eclipse.ui.workbench/3.103.1.v20120906-120042/org.eclipse.ui.workbench-3.103.1.v20120906-120042.jar
----------
----------
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)


http://build.eclipse.org/eclipse/e4/cbi/no_repo.txt

It was introduced as http://git.eclipse.org/c/e4/org.eclipse.e4.tools.git/commit/?id=3fc36ee77792a10f042083039cb36548de008a97

But I honestly have no idea why it's failing now ... anybody else?

PW

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

Back to the top