Skip to main content

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

Using target files should be the recommended approach. We've had great success with them in out internal development.

Sent from my BlackBerry 10 smartphone on the Rogers network.
  Original Message
From: Marc-André Laperle
Sent: Wednesday, March 12, 2014 5:23 PM
To: CDT General developers list.
Reply To: CDT General developers list.
Subject: Re: [cdt-dev] CDT Development


Hi,

First let's take care of the errors, starting from the "base" plug-ins.
Do you have errors in org.eclipse.cdt.core ? If not, org.eclipse.cdt.ui?
Keep in mind that CDT requires Java 7 now. Also, try to refresh your
projects (F5) then clean all (Project, Clean...).

If you're having errors because of missing dependencies, you can try
using the target definition files instead, it will download the
dependencies for you. You can open
org.eclipse.cdt.target/cdt-e4.3.target then click Set as Target Platform
(top right corner of the editor). This can take a while to download then
it rebuilds your project using this target.

Hope this helps,
Marc-Andre

On 14-03-12 02:20 PM, charleytims wrote:
> 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.
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top