PDSOE Project facet de.irotation.oedt.ui.facet has not been

Posted by papalee_abb on 06-Jun-2018 10:22

Windows 10

PDSOE 11.7.2

After applying the 11.7.2 patch, this error message is displayed when attempting to close PDSOE:

Project facet de.irotation.oedt.ui.facet has not been defined.

I had used the OEDT trial for a while under 11.5.1. But it was uninstalled a while back.

How is this fixed?

TIA.

All Replies

Posted by Sanjeva Manchala on 08-Jun-2018 06:02

Hi,
 
I think the problem is with workspace, you are trying to launch 11.7.2 PDS OE in a workspace where OEDT plug-ins are installed previously. Can you try launch PDS OE in new workspace and then import the projects from previous workspace. This should solve the problem.
 
Hope this helps,
Sanjeev
 

Posted by Lars Neumeier on 09-Jun-2018 05:52

You have to change two files in your project location:

1. The ".project" file

Remove: <nature>de.irotation.oedt.OedtProjectNature</nature>

Change: <buildCommand>

<name>de.irotation.oedt.OedtProjectBuilder</name>

<arguments>

</arguments>

</buildCommand>

To (if not present, otherwise just remove):

<buildCommand>

<name>com.openedge.pdt.text.progressBuilder</name>

<arguments>

</arguments>

</buildCommand>

2. The ".settings/org.eclipse.wst.common.project.facet.core.xml" file:

Remove:   <installed facet="de.irotation.oedt.ui.facet" version="x.x"/>

After that you should be able to close PDSOE without any error.

This thread is closed