Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Fix for "Bundle 'org.eclipse.test' cannot be resolved"
  • From: Manoj Nalledathu Palat <manoj.palat@xxxxxxxxxx>
  • Date: Tue, 24 Sep 2024 06:20:04 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=in.ibm.com; dmarc=pass action=none header.from=in.ibm.com; dkim=pass header.d=in.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=zVE96C2jZDbfB7p4/x1BzY13sDeJnUwhlFV99IglUXE=; b=EMfLeen+ceyTDiMq8lbud6qts88AHQv0nq3+PiSREW5G5HsJLICOc+Fr6HXt3fNoVJtI0COb1H5G0h+B/W2LLSIhEd66wUgEDHlOMNlbdUqI+uecoVS+LWhbdUimqZ3dkIwkjU75aa8ly4VQDMk1O7qv8hG90oajhceIiwVYBJWbHHAjwBm+k6Bvz2QYubkmiumGRBu6wj3vt+1fJZSl97nnBCTOpeaYGsielsBy2+uUOrtgrsNTTx6xUxaztrXq3NhRFMxxo0O9DEN/kmsieot4BSeBlPhxgck4DH95o8GDVOgs0MCK9yCECLUVwof7uRgAi7iSNoL9GgW6YuSmnw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Q8WriAeVVv7OMm2g9SGLD+3I/7MXWbzBzFlgw/EYrnPbyiq0PNcV5zm/QbQP3QLWLGetoT4DqolFqIXt3dt3++Ip/bmcI52ujqc7nesd3UpZsjiGMzQ/xhQTINjJdk/C3qB8VdwA72WkuLKAknMjnUGu2LfSefARVMw6p3OTq1ONxf+BF5bmtfGIL4fzDFRsZKL238lBKKbp4sgrIgFVHgxwUWXmOMRL0FEBr3rRgSR1uCswAduy5lGMTwzDchGjlZRehM1zL2uGUy5wJsLklTD04BVgX5/zjf7ULcFdtvllDApi6urPWPmhoQ293XGpytiep5RKHbsIOcUwMH34vw==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev/>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHbDkjZpXIkbJYMnUe9Tyu/RzbBew==
  • Thread-topic: Fix for "Bundle 'org.eclipse.test' cannot be resolved"

Hi,

 

Posting it here in case if anyone is facing this issue:

 

If you are getting “Bundle 'org.eclipse.test' cannot be resolved” in an already existing setup of JDT Dev enviroment,  please follow the steps listed in @Andrey Loskutov comment in the issue - https://github.com/eclipse-platform/eclipse.platform/issues/1564#issuecomment-2370162923

 

Ie:

“org.eclipse.test project should be imported into workspace.
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/tree/master/eclipse.platform.releng/bundles/org.eclipse.test

 

This fixes the issue for me – [thanks @Sankaran, Srikanth for pointing this out to me]

 

Please have a look at messages from Alex and Ed in that issue as well.

 

FYI

 

Regards,

Manoj


Back to the top