Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Developers might need to check out SWT from CVS for the remainder of this week


In preparation for the API freeze SWT renamed a recently introduced constant:

        SWT.OpenDoc -> SWT.OpenDocument

If you are developing against CVS Head and don't have SWT checked out, you'll see a compile error in the "org.eclipse.ui.ide.application".  The error can be fixed by:
 - checking out SWT code from CVS Head: http://eclipse.org/swt/cvs.php , or
- closing the "org.eclipse.ui.ide.application" bundle if it is not needed , or
- updating to the next I-build when it becomes available.

Sincerely,
Oleg Besedin

Back to the top