Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] 0.14 Build: I20130518-2200 Failed

Updated bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=405936 . Investigating.


On Sun, May 19, 2013 at 11:55 AM, Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx> wrote:
There are compile errors in org.eclipse.e4.tools:



1. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 14)
    import java.util.ResourceBundle.Control;
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import java.util.ResourceBundle.Control cannot be resolved
----------
2. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 214)
    setResourceBundle(ResourceBundleHelper.getEquinoxResourceBundle(this.basename, this.locale, new ProjectResourceBundleControl(true), new ProjectResourceBundleControl(false)));
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type java.util.ResourceBundle$Control cannot be resolved. It is indirectly referenced from required .class files
----------
3. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 214)
    setResourceBundle(ResourceBundleHelper.getEquinoxResourceBundle(this.basename, this.locale, new ProjectResourceBundleControl(true), new ProjectResourceBundleControl(false)));
                                           ^^^^^^^^^^^^^^^^^^^^^^^^
The method getEquinoxResourceBundle(String, Locale, ResourceBundle$Control, ResourceBundle$Control) from the type ResourceBundleHelper refers to the missing type ResourceBundle$Control
----------
4. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 223)
    class ProjectResourceBundleControl extends ResourceBundle.Control {
                                               ^^^^^^^^^^^^^^^^^^^^^^
ResourceBundle.Control cannot be resolved to a type
----------
5. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 243)
    public ResourceBundle newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload) throws IllegalAccessException, InstantiationException, IOException {
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method newBundle(String, Locale, String, ClassLoader, boolean) of type ProjectOSGiTranslationProvider.ProjectResourceBundleControl must override a superclass method
----------
6. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 245)
    String bundleName = toBundleName(baseName, locale);
                        ^^^^^^^^^^^^
The method toBundleName(String, Locale) is undefined for the type ProjectOSGiTranslationProvider.ProjectResourceBundleControl
----------
7. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 248)
    final String resourceName = toResourceName(bundleName, "properties"); //$NON-NLS-1$
                                ^^^^^^^^^^^^^^
The method toResourceName(String, String) is undefined for the type ProjectOSGiTranslationProvider.ProjectResourceBundleControl
----------
8. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 293)
    public List<String> getFormats(String baseName) {
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFormats(String) of type ProjectOSGiTranslationProvider.ProjectResourceBundleControl must override a superclass method
----------
9. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 294)
    return FORMAT_PROPERTIES;
           ^^^^^^^^^^^^^^^^^
FORMAT_PROPERTIES cannot be resolved to a variable
----------
10. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 298)
    public Locale getFallbackLocale(String baseName, Locale locale) {
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFallbackLocale(String, Locale) of type ProjectOSGiTranslationProvider.ProjectResourceBundleControl must override a superclass method
----------
11. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 299)
    return this.useFallback ? super.getFallbackLocale(baseName, locale) : null;
                                    ^^^^^^^^^^^^^^^^^
The method getFallbackLocale(String, Locale) is undefined for the type Object
----------
12. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 308)
    public long getTimeToLive(String baseName, Locale locale) {
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTimeToLive(String, Locale) of type ProjectOSGiTranslationProvider.ProjectResourceBundleControl must override a superclass method
----------
13. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 309)
    return TTL_DONT_CACHE;
           ^^^^^^^^^^^^^^
TTL_DONT_CACHE cannot be resolved to a variable


On Sat, May 18, 2013 at 10:18 PM, <e4Build@xxxxxxxxxxx> wrote:
Build log: http://build.eclipse.org/eclipse/e4/cbi/log.txt

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



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

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



Back to the top