Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Build errors in org.eclipse.pde.junit

When building org.eclipse.pde.junit from HEAD I get these errors:

Severity	Description	Resource	In Folder	Location	Creation Time
	The method getWorkspacePluginModels() is undefined for the type IWorkspaceModelManager	JUnitPdeLaunchConfiguration.java	org.eclipse.pde.junit/src/org/eclipse/pde/internal/junit/launcher	line 247	October 2, 2003 11:37:26 AM
	The method getWorkspaceFragmentModels() is undefined for the type IWorkspaceModelManager	JUnitPdeLaunchConfiguration.java	org.eclipse.pde.junit/src/org/eclipse/pde/internal/junit/launcher	line 252	October 2, 2003 11:37:26 AM
	The method getModels() is undefined for the type IExternalModelManager	JUnitPdeLaunchConfiguration.java	org.eclipse.pde.junit/src/org/eclipse/pde/internal/junit/launcher	line 258	October 2, 2003 11:37:26 AM

Am I doing something wrong or does everyone get these? I refetched org.eclipse.pde.* and rebuilt but it didn't help. These errors do not show up in the last nightly logs.



Back to the top