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

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