Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Errors when building eclipse.platform.ui code

Hi Venu,

In  https://wiki.eclipse.org/Platform_UI/How_to_Contribute it recommends importing projects using the Project Set File. For 4.7, this is: http://git.eclipse.org/c/platform/eclipse.platform.ui.git/plain/releng/org.eclipse.ui.releng/platformUiProjectsGerrit.psf?h=R4_7_maintenance

Within it you can see which repos each project comes from.

In your case org.eclipse.core.tests.harness comes from eclipse.platform.ui repo and org.eclipse.test.performance from eclipse.platform.releng.

As you seem to already have eclipse.platform.ui cloned, try importing the org.eclipse.core.tests.harness project from it.

HTH,
Jonah

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On Mon, 11 Jun 2018 at 11:35, venu madhav <venumadhavb10@xxxxxxxxx> wrote:
Hi Team,

After getting the code from  https://github.com/eclipse/eclipse.platform.ui, I am seeing below errors in my eclipse:

Description                                                                            Resource                  Path                                                 Location Type
Bundle 'org.eclipse.core.tests.harness' cannot be resolved MANIFEST.MF /org.eclipse.ui.tests.performance/META-INF  line 10 Plug-in Problem
Bundle 'org.eclipse.core.tests.harness' cannot be resolved MANIFEST.MF /org.eclipse.ui.tests/META-INF                  line 20 Plug-in Problem
Bundle 'org.eclipse.test.performance' cannot be resolved MANIFEST.MF /org.eclipse.ui.tests.forms/META-INF          line 9 Plug-in Problem
Bundle 'org.eclipse.test.performance' cannot be resolved MANIFEST.MF /org.eclipse.ui.tests.performance/META-INF  line 12 Plug-in Problem
Bundle 'org.eclipse.test.performance' cannot be resolved MANIFEST.MF /org.eclipse.ui.tests/META-INF                  line 19 Plug-in Problem

- I am using eclipse 4.7 SDK and have got the code from R4_7_maintenance branch.
- I have gone through the discussion in the bug : https://bugs.eclipse.org/bugs/show_bug.cgi?id=478485 specifically the one in Comment11 where it was mentioned, 

"to add all pre-reqs", import from Git, the eclipse.platform.releng.aggregator project and use eclipse-sdk-prereqs.target as the target platform".

Even then, my issue is not resolved and I still see the same errors. Could you please guide me here or provide me with any software site location where the above jars can be downloaded or added to my Target Platform. 

Regards,
Venu

_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev

Back to the top