by MarkPreston on Fri Apr 25, 2008 1:38 pm
Patrick,
We don't have any Chainbuilder related files in the eclipse/features folder, however we do have 24 com.bostechcorp.cbesb.* files in the eclipse/plugins folder. If you have all 24 in that location, your installation is probably OK.
In your project folder, there should be a .project file. The Eclipse Package Explorer view hides this, so you will have to switch to the Navigator view or just use Windows Explorer to view it. If you open that file, the contents should look similar to:
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>MyProject</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.bostechcorp.cbesb.ui.ide.jbiproject</nature>
<nature>com.bostechcorp.cbesb.ui.ide.13</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
At the end of the file, you see the natures section. The error you are seeing may be because you project does not have the com.bostechcorp.cbesb.ui.ide.13 nature listed in this file. Can you check if your .project file contains this? If not, try adding it manually and see if that fixes the issue.
Thanks,
Mark