In the process of migrating Oracle Enterprise Pack for Eclipse to the latest Luna integration build, I have discovered that FrameworkDebugOptions class seems to be missing. Thoughts?
Thanks,
- Konstantin
[java] [javac] 1. ERROR in D:\Oracle\OEPE\Depot\trunk\luna\plugins\oracle.eclipse.tools.xml.model\src\oracle\ec
ipse\tools\xml\model\TraceOptions.java (at line 6)
[java] [javac] import org.eclipse.osgi.framework.debug.FrameworkDebugOptions;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.osgi.framework.debug cannot be resolved
[java] [javac] ----------
[java] [javac] 2. ERROR in D:\Oracle\OEPE\Depot\trunk\luna\plugins\oracle.eclipse.tools.xml.model\src\oracle\ec
ipse\tools\xml\model\TraceOptions.java (at line 36)
[java] [javac] final DebugOptions debugOptions = FrameworkDebugOptions.getDefault();
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^
[java] [javac] FrameworkDebugOptions cannot be resolved
[java] [javac] ----------
[java] [javac] 2 problems (2 errors)