Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Mass way of up updating the classpath based on BREE

Thanks Wim for the tip. Never noticed that option, that will make my life easier


On Fri, Oct 6, 2023 at 11:11 AM Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
Select all projects and choose Plugin Tools / Update Classpath?

image.png


On Fri, 6 Oct 2023 at 09:23, Lars Vogel via pde-dev <pde-dev@xxxxxxxxxxx> wrote:
This would not update the jdt core Prefs which are also sometimes affected by the update classpath button

Christoph Läubrich via pde-dev <pde-dev@xxxxxxxxxxx> schrieb am Fr., 6. Okt. 2023, 09:15:
PDE has discussions for user questions, and you might reach more pleopel
there:

https://github.com/eclipse-pde/eclipse.pde/discussions

Beside that, you can simply search replace in .classpath as well with
this entry:

<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>

Am 06.10.23 um 08:27 schrieb Lars Vogel via pde-dev:
> Hi,
>
> frequently I have to update the BREE of clients and update afterwards
> also the classpath. Updating the BREE can be done via search and
> replace, e.g.
>
> Search:  Bundle-RequiredExecutionEnvironment: JavaSE-1.7
> Replace: Bundle-RequiredExecutionEnvironment: JavaSE-1.8
>
> But to update the classpath, it seems to me that I have to open each
> and every MANIFEST and press the "Update classpath" button. This is
> time consuming if you have > 100 bundles. Is there a more efficient
> way to do it?
>
> Best regards, Lars
>
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/pde-dev
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/pde-dev


--
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com

Back to the top