[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.epf] Re: EPF XMI file parsing problem

Your test was a Java application instead of an eclispe application. Eclipse plugins would not get properly registered and loaded when running in Java application mode. You may try change your test as a Junit plugin test, and include all the required plugins in the plugin where the Junit pluign test is located.