Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT Development

Hi, 
   I've been following along the steps given in the following link that are
subscribed for importing all the project using EGit.
 
http://wiki.eclipse.org/Getting_started_with_CDT_development

I believe I have accomplished all of the given steps except I could not find
the outlined "Apache Jakarta Log4J", I instead downloaded Apache Jakarta ORO
Source Bundle because that is the closest I could find.
 
I have all of the projects imported into the workspace but I am getting many
errors on most of the projects.
 
1. I downloaded LPG and its Java runtime Source bundle 
2. I downloaded SWTBOT plugins. 
3. Hamcrest Library of Matchers. 
4. And I imported the project org.eclipse.test.performance. 


When I try to run org.eclipse.cdt.managedbuilder.ui.tests, as an eclipse
application all of my errors are of the following type:
 

Unable to find Action Set: org.eclipse.rse.core.search.searchActionSet 
Unable to find Action Set: org.eclipse.wb.core.ui.actionset 
Unable to find Action Set: org.eclipse.rse.core.search.searchActionSet 
"Unable to find Action Set: ......" 
"Unable to find Action Set: ............ 

*This goes on for awhile* 

When I try to open a C/C++ wizard, it fails to open and the error: 

The activator org.eclipse.cdt.ui.CUIPlugin for bundle org.eclipse.cdt.ui is
invalid.
 


Could you help with any suggestions about what I might have missed, or what
I did wrong to get these errors? Or is this not enough information to
troubleshoot my problem?
 
Any guidance on this is appreciated, thanks. 



--
View this message in context: http://eclipse.1072660.n5.nabble.com/CDT-Development-tp160272p166072.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.


Back to the top