Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [embed-cdt-dev] Software Repository Reports - 2020-12

For the packed stuff, check tycho-pack200a-plugin and tycho-pack200b-plugin in https://git.eclipse.org/c/cdt/org.eclipse.cdt.git/tree/pom.xml?h=CDT_10_0_0
Notice how the signing (eclipse-jarsigner-plugin) is sandwiched between the two, this is important for this to work correctly.

On Nov 7, 2020, at 7:58 AM, Liviu Ionescu <ilg@xxxxxxxxxx> wrote:

I checked the reports available in the latest build

- https://download.eclipse.org/staging/2020-12/buildInfo/reporeports/

and I noticed that the Embedded CDT plug-ins are listed in several categories:

- https://download.eclipse.org/staging/2020-12/buildInfo/reporeports/reports/versionChecks.html

IUs in current, but not in reference

Count: 59

• a.jre   1.6.0   
null
• ilg.gnumcueclipse.codered   1.1.2.202010292017   
Embedded C/C++ CodeRed Debug Perspective (incubation)
• ilg.gnumcueclipse.codered.feature.feature.jar   1.1.2.202010292017   
Embedded C/C++ CodeRed Debug Perspective (incubation)
• ilg.gnumcueclipse.core   5.2.1.202010292017   
Embedded C/C++ Core (incubation)
• ilg.gnumcueclipse.debug.core   1.2.2.202010292017   
Embedded C/C++ Debugging Core (incubation)
...


- https://download.eclipse.org/staging/2020-12/buildInfo/reporeports/reports/licenseConsistency.html

Features with no license attribute

Features with different (or no) license (and first few lines of license text)

ilg.gnumcueclipse.codered

• ilg.gnumcueclipse.codered.feature.feature.group
%license

ilg.gnumcueclipse.debug

• ilg.gnumcueclipse.debug.gdbjtag.jlink.feature.feature.group
...


- https://download.eclipse.org/staging/2020-12/buildInfo/reporeports/reports/pack200data.txt

Check of packed and not packed bundles.
...

ilg.gnumcueclipse.codered_1.1.2.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.core_5.2.1.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.debug.core_1.2.2.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.debug.gdbjtag.jlink_4.4.2.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.debug.gdbjtag.jumper_1.2.1.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.debug.gdbjtag.openocd_4.4.2.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.debug.gdbjtag.pyocd_1.4.2.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.debug.gdbjtag.qemu_3.4.2.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.debug.gdbjtag.restart_1.3.2.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.debug.gdbjtag_4.2.1.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.debug.packs_1.1.2.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.managedbuild.cross.arm_2.7.3.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.managedbuild.cross.riscv_2.9.4.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.managedbuild.cross_1.3.3.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.managedbuild.packs_1.3.4.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.packs.core_2.4.3.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.packs.data_2.4.2.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.packs.ui_1.4.2.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.packs_1.4.2.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.templates.ad_1.3.1.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.templates.core_2.6.4.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.templates.cortexm_1.5.2.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.templates.freescale.pe_1.3.1.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.templates.freescale_2.3.1.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.templates.sifive_1.4.1.202010292017.jar contains java but is not packed
ilg.gnumcueclipse.templates.stm_2.7.2.202010292017.jar contains java but is not packed


Any idea how to fix them?


Liviu


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


Back to the top