Skip to content

Changes

Summary

  1. releng: Add target for 2021-06/e4.20 dependencies & legacy product files (details)
  2. filters.ui.tests: Fix recent Eclipse build errors (details)
  3. filters.ui.tests: Fix FBLACompletionAllTests format (details)
  4. filters.ui.tests: Remove the unresolvable bundles (details)
Commit 98d0524ef1b647989b7345f8eb93d9fb46be22f8 by Bernd Hufmann
releng: Add target for 2021-06/e4.20 dependencies & legacy product files

To build with this target definition do the following steps:
$ cp -f rcp/org.eclipse.tracecompass.incubator.rcp.product/legacy/tracing.incubator.product
rcp/org.eclipse.tracecompass.incubator.rcp.product/
$ cp -f trace-server/org.eclipse.tracecompass.incubator.trace.server.product/legacy/traceserver.product
trace-server/org.eclipse.tracecompass.incubator.trace.server.product/
$ mvn clean install -Dtarget-platform=tracecompass-incubator-e4.20
-Djdk.version=11 -Djdk.release=11 -Dtycho-use-project-settings=false
-DskipTests=true

Change-Id: Iac9c1506df4702137cb65ff00baeb337ecc22901
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/199317
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
The file was addedcommon/org.eclipse.tracecompass.incubator.target/tracecompass-incubator-e4.20.target
The file was addedrcp/org.eclipse.tracecompass.incubator.rcp.product/legacy/tracing.incubator.product
The file was addedtrace-server/org.eclipse.tracecompass.incubator.trace.server.product/legacy/traceserver.product
Commit f51d2cf4424e896ae6a8e7ed0d59560fba70c92b by Marco Miller
filters.ui.tests: Fix recent Eclipse build errors

Before this fix, Eclipse was no longer able to resolve these specific
Test type imports, as jdk 17 gets used across.

Change-Id: I02c429aa1c619812d478211cfede5a464d9de84e
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/197755
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified analyses/org.eclipse.tracecompass.incubator.filters.ui.tests/src/org/eclipse/tracecompass/incubator/filters/ui/tests/FilterBoxLocalAutoCompletionAllTests.java (diff)
The file was modified analyses/org.eclipse.tracecompass.incubator.filters.ui.tests/src/org/eclipse/tracecompass/incubator/filters/ui/tests/RecentlyUsedFiltersAllTests.java (diff)
Commit 02525763c3878c7441a92cb1ef5df8aac046f336 by Marco Miller
filters.ui.tests: Fix FBLACompletionAllTests format

Apply the default Eclipse formatting to this file which missed it prior.

Change-Id: I0585a85b037bdbcc8a016eb94a1f5e1c3c5bf2fb
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/197756
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified analyses/org.eclipse.tracecompass.incubator.filters.ui.tests/src/org/eclipse/tracecompass/incubator/filters/ui/tests/FilterBoxLocalAutoCompletionAllTests.java (diff)
Commit c6a15dcb3ec9c54ff16f63ea205e5eeb442e9ed1 by Marco Miller
filters.ui.tests: Remove the unresolvable bundles

As these bundles are no longer resolvable by the Eclipse build locally,
likely after the jdk 17 introduction. Fix these build errors this way.

Change-Id: Idc383fce744cd84ae3c0f11bf43f34c7d40c24ea
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/197757
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified analyses/org.eclipse.tracecompass.incubator.filters.ui.tests/META-INF/MANIFEST.MF (diff)