Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] aQute cannot be resolved
  • From: Gireesh Punathil <gpunathi@xxxxxxxxxx>
  • Date: Mon, 13 Mar 2023 14:24:50 +0000
  • Accept-language: 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=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=F46OkANJXfiiQOr0ORmGxKD0GFjhPG3iuxFg7Ukp4QY=; b=BuqdlyZ7BOuCCuDRVPZwHRkMysvEfYLEBAesgqWWY+uFEDvjOpGqkE2+UnsNg/oE5wQb7gXyTdQZ3F77d990xTnDnmCGM4ZBTH47fGOtA+j2e1S3me6RZKIXZVzNfQU6eGBX68LyP/mZ1CzyYcuSk79K5GhE5C1mnhgyvlJW0A4vnsFPYnnUms4Bk7uoaFioC8XHtQ6Z0XV5fJhJ3qTo6th5vIjUQoatzpzO/aCtlMqjwfo4YDPw9zRo03ALHnHuLWvb9HmTCt6nxwmRHQVnnGRKJTd1JR6Lse8+AMWNEL4n34ybFBTD3oGTt2pukCQtcFYcOrF3QL4tIOOKKPRQyg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dpLRIGcMU1CfcR/xAC6qnSU2dFindWhYJxuF0wD2AHCXipu7xvVc53Q4DkLPfFC35f+wat1sjClIPQc+ZMMF0bN0DYaB/4uTWEqCLNy+ONk7kCjrnJolpq3vvBSIRB6ILc2svP3mzxdiRMO8tBUVaBV8WhBcAJ1HEnrQ6nnwPuk7BduYQdMkeZdH2XGoeq2Ubb2QXYZFBZgAl8EOw4YnChAMJXes7TJevwc1iXg9gHfK2H3DjtfkefAa1LyqG91dMJVQ6vHVn7loKQjxo8gnUCCLWnChxOcGyZa1HjKnS5ot3D9qDRKLqPBdnkHGNMgLSKsrOPvTAUofe1OWas2vUg==
  • Delivered-to: pde-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/pde-dev/>
  • List-help: <mailto:pde-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/pde-dev>, <mailto:pde-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/pde-dev>, <mailto:pde-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZVbGvY+hqqysZLUCUGs7tYOjgsq74uc+AgAAJ5GU=
  • Thread-topic: [EXTERNAL] Re: [pde-dev] aQute cannot be resolved

Ed: thank you.

 

I am not using Oomph setup. Regular I-builds. Updating to the latest I build solves the issue. (I was using the latest PDE source in a slightly old build when. I got the error.)

 

> The bundle must be in your target platform to resolve this issue...

 

Right; do you know how to know the "name of the bundle" that needs to be installed, from an error message? Say for example in this case, how do I figure out "biz.aQute.bnd.util" from the error "aQute cannot be resolved". As I did not know the bundle name beforehand, I could not install new s/w from the old Eclipse.

 

Thanks,
Gireesh Punathil
-- 

 

 

From: pde-dev <pde-dev-bounces@xxxxxxxxxxx> on behalf of Ed Merks <ed.merks@xxxxxxxxx>
Date: Monday, 13 March 2023 at 7:19 PM
To: pde-dev@xxxxxxxxxxx <pde-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [pde-dev] aQute cannot be resolved

Are you using the Oomph setup? https: //github. com/eclipse-pde/. github/blob/main/CONTRIBUTING. md#create-an-eclipse-development-environment It's slightly broken until tomorrow.   This is the workaround: https: //github. com/eclipse-pde/eclipse. pde/pull/497#issuecomment-1463376554

ZjQcmQRYFpfptBannerStart

This Message Is From an External Sender

This message came from outside your organization.

ZjQcmQRYFpfptBannerEnd

Are you using the Oomph setup?

https://github.com/eclipse-pde/.github/blob/main/CONTRIBUTING.md#create-an-eclipse-development-environment

It's slightly broken until tomorrow.  This is the workaround:

https://github.com/eclipse-pde/eclipse.pde/pull/497#issuecomment-1463376554

The bundle must be in your target platform to resolve this issue...

Using the latest 4.28 SDK as your IDE would also resolve this.

On 13.03.2023 14:43, Gireesh Punathil wrote:

When I import PDE source, I started to get this error: "aQute cannot be resolved" -

 

at this line: "import aQute.bnd.osgi.Resource;" in some class.

 

Not sure why this new dependency is added. Also, is there a way to resolve this (other than using the latest eclipse?)

 

Do you have any idea? Thanks in advance!

 

Thanks,
Gireesh Punathil

IBM Eclipse team



_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/pde-dev

Back to the top