Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Trouble migrating from 3.2 to 3.3

Title: Trouble migrating from 3.2 to 3.3

When I run my pretty-much-unchanged PDE build in 3.3 I get a huge number of stacktraces being printed, but the build itself seems to run -- ant targets being called, build.xml files being generated, compiles attempted, etc.

This gets reported as I start the Eclipse org.eclipse.ant.core.antRunner app:

    !ENTRY org.eclipse.osgi 4 0 2007-08-13 13:14:15.656
    !MESSAGE An error occurred while automatically activating bundle org.eclipse.ui.workbench (197).
    !STACK 0
    org.osgi.framework.BundleException: The activator org.eclipse.ui.internal.WorkbenchPlugin for bundle org.eclipse.ui.workbench is invalid

    ...
    Root exception:
    java.lang.NoClassDefFoundError: org/eclipse/swt/SWTError

followed by:

    !ENTRY org.eclipse.osgi 2 0 2007-08-13 13:14:15.671
    !MESSAGE The activator org.eclipse.ant.internal.ui.AntUIPlugin for bundle org.eclipse.ant.ui is invalid
    !STACK 0
    org.osgi.framework.BundleException: The activator org.eclipse.ant.internal.ui.AntUIPlugin for bundle org.eclipse.ant.ui is invalid

    ...
    Caused by: java.lang.NoClassDefFoundError: org/eclipse/ui/plugin/AbstractUIPlugin

There's a huge number of these throughout the output, and like I said, Ant seems to run OK (although there's other problems with the build).

Any help would be greatly appreciated.
Thanks.

Michael Weir · Cognos Incorporated · 3755 Riverside Drive, Ottawa, ON Canada K1G 4K9 · (613) 738-1338 Ext. 3606

 
     This message may contain privileged and/or confidential information.  If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so.  Thank you.

Back to the top