Menu

Build Error

Developers
Ben Blamey
2014-06-10
2014-06-10
  • Ben Blamey

    Ben Blamey - 2014-06-10

    Hi,

    I have set up build environment as instructed here https://github.com/bpasero/rssowl-target
    I am using 64-bit Eclipse, Windows 8.
    I cannot build the latest surface. Eclipse build output below. Any suggestions apprectiated.

    osgi> !SESSION 2014-06-10 11:37:51.414 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.7.0_25
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_GB
    Framework arguments: -application org.eclipse.ui.ide.workbench
    Command-line arguments: -application org.eclipse.ui.ide.workbench -data C:\work\code\eclipse_workspaces\rssowl/../runtime-RSSOwl_configuration -dev file:C:/work/code/eclipse_workspaces/rssowl/.metadata/.plugins/org.eclipse.pde.core/Launch RSSOwl 2.0/dev.properties -os win32 -ws win32 -arch x86_64 -console -consoleLog

    !ENTRY org.eclipse.osgi 2 0 2014-06-10 11:37:51.961
    !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2014-06-10 11:37:51.961
    !MESSAGE Bundle update@plugins/org.eclipse.equinox.security.win32.x86_1.0.0.v20080529-1600.jar [13] was not resolved.
    !SUBENTRY 2 org.eclipse.equinox.security.win32.x86 2 0 2014-06-10 11:37:51.961
    !MESSAGE Platform filter did not match: (& (osgi.os=win32) (osgi.arch=x86))
    !SUBENTRY 1 org.eclipse.osgi 2 0 2014-06-10 11:37:51.961
    !MESSAGE Bundle update@plugins/org.eclipse.swt.win32.win32.x86_3.4.1.v3452b.jar [30] was not resolved.
    !SUBENTRY 2 org.eclipse.swt.win32.win32.x86 2 0 2014-06-10 11:37:51.961
    !MESSAGE Platform filter did not match: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))
    !SUBENTRY 1 org.eclipse.osgi 2 0 2014-06-10 11:37:51.961
    !MESSAGE Bundle update@plugins/org.eclipse.core.net.win32.x86_1.0.0.I20080521.jar [31] was not resolved.
    !SUBENTRY 2 org.eclipse.core.net.win32.x86 2 0 2014-06-10 11:37:51.961
    !MESSAGE Platform filter did not match: (& (osgi.os=win32) (osgi.arch=x86))

    !ENTRY org.eclipse.osgi 4 0 2014-06-10 11:37:51.961
    !MESSAGE Application error
    !STACK 1
    java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" could not be found in the registry. The applications available are: org.eclipse.update.core.standaloneUpdate, org.eclipse.update.core.siteOptimizer, org.eclipse.equinox.app.error.
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:242)
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

    !ENTRY org.eclipse.osgi 2 0 2014-06-10 11:37:51.961
    !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2014-06-10 11:37:51.961
    !MESSAGE Bundle update@plugins/org.eclipse.equinox.security.win32.x86_1.0.0.v20080529-1600.jar [13] was not resolved.
    !SUBENTRY 2 org.eclipse.equinox.security.win32.x86 2 0 2014-06-10 11:37:51.961
    !MESSAGE Platform filter did not match: (& (osgi.os=win32) (osgi.arch=x86))
    !SUBENTRY 1 org.eclipse.osgi 2 0 2014-06-10 11:37:51.961
    !MESSAGE Bundle update@plugins/org.eclipse.swt.win32.win32.x86_3.4.1.v3452b.jar [30] was not resolved.
    !SUBENTRY 2 org.eclipse.swt.win32.win32.x86 2 0 2014-06-10 11:37:51.961
    !MESSAGE Platform filter did not match: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))
    !SUBENTRY 1 org.eclipse.osgi 2 0 2014-06-10 11:37:51.961
    !MESSAGE Bundle update@plugins/org.eclipse.core.net.win32.x86_1.0.0.I20080521.jar [31] was not resolved.
    !SUBENTRY 2 org.eclipse.core.net.win32.x86 2 0 2014-06-10 11:37:51.961
    !MESSAGE Platform filter did not match: (& (osgi.os=win32) (osgi.arch=x86))

     
  • MuxaJIbI4

    MuxaJIbI4 - 2014-06-10

    did you changed target platform? Plugin Development > Target Platform

     

Log in to post a comment.