Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Unable to create a launchable plugin test
  • From: Richard Steiger <rsteiger@xxxxxxxxxxxxxxxx>
  • Date: Mon, 4 Apr 2022 02:01:37 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ensemblesoft.net; dmarc=pass action=none header.from=ensemblesoft.net; dkim=pass header.d=ensemblesoft.net; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=7UhnMOnVk10k9EVvBADYL4xL37I9IRdI8iwQg+8IDGU=; b=NHbM6fjvCQK+dLiitipohuUc1pe038lXZVGHt1Htcrt941HphcosYmemBEAjnB4EAk9Q/tsUx2UtCQiPG1HVJUBaAkYX1rdHTZgS19WN7kQwXJ6ASM3mxCvoKymt2BeZmerfNknr2FZ9vZDrtfzGgpm3y3FDqQY8ICtOV9G9IHsxTVXcPPpqztvxRISBoAEzkHu/nK5YThRvAAk9BmDOIJSpr0uNI8gWa/Ca5IoQbVw4AXw7bAfIbfOeONoCGjCZlVrQurA64jyshShYlvOiNcRo+gs62zLsaH6wM4ujbXOKWcIdWQJjFkSkwVkF0PYKwTM6XNooW3Iooo+f1aFbqw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DxXXjla7ucygyvBCg/CO1iAdWzw6Dfxq/0VTF04pFb3OJsP4WBJ5pvA3J2AxNxTwklbiY7DPELTLHHzKavRmsS+1jtHDr+UUA86MamxAdud0rWAErSr/1XS4By41dy4atIiHzb8UnEK/+b1LqVP3XE58qmPuX2qVZFwhxbRlXxTUw+H9EAczToFwDtmLznrlLZCEg4+WapHxXltpcl4sYUb61qIT1mb0uIz8LjpOYlSdwEeDWX79tnX1wZsG/psOyP2t0nXc5yiaPDKxcDkDpAqx+eOQ9XnIiVKpa5v3P9Q0bxeaOoQgPp9TLvjH/NFbFJfsgeuaPBF/dPjOLzwFNQ==
  • 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: AdhHx47zo7FMesjZQWym2MzZHpPbQw==
  • Thread-topic: Unable to create a launchable plugin test

I’m intending on creating my first plugin, using a recently installed committers-2022-03, 4.23-based installation. 

I’ve hit a wall: creating the “Hello world” plugin using the PDE works without apparent failure, but attempting to test the plugin (via launching the plugin in an Eclipse App), fails as follows:

!MESSAGE FrameworkEvent ERROR

!STACK 0

org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.simpleconfigurator, Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=11))"

Given the unresolved requirement indication, I tried rebuilding with Execution Environment set to JavaSE-8, JavaSE-11, and both, no change.  Comparing config.ini with 2021-12 shows no glaring configuration omissions (but significant deltas, which I’m assuming are the latest and correct).  The fact that the plugin’s Execution Environment has no effect on this error raises the question  “what bundle is establishing the requirement and filter?

Before filing a bug (and having not found one covering this situation), am hoping to learn that the root cause is something silly and easily fixed. 

 

Thanks in advance.

 

-rjs

 

From: jdt-dev <jdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Sarika Sinha
Sent: Friday, April 1, 2022 6:48 AM
To: Eclipse JDT general developers list. <jdt-dev@xxxxxxxxxxx>
Subject: [jdt-dev] JDT Debug repo has been moved to Github

 

Hi All,

GitHub url for eclipse.jdt.debug repo :

https://github.com/eclipse-jdt/eclipse.jdt.debug.git

 

Please migrate your repo.

Thanks & Regards,

Sarika

 


Back to the top