Closed AlexisDrogoul closed 1 year ago
It is org.apache.commons.compress for both my M1 and Win11
And it is 1.22.xxx, i cant find the version 1.23 as in your Mac.
@hqnghi88 did you install it with the installer or directly downloaded the DSL package ?
Yes, both downloaded for DSL package.
OK -- first option does not work with Maven. Second one is more complicated than planned (uses of compress are internal to some libraries). I will try the third one.
Seems that adding manually org.apache.commons.compress
in msi.gama.ext
finally did the trick. I'm closing the issue, fee free to reopen if weird things happen.
Describe the bug It appears that the two same versions of Eclipse (2023-09 - Build 20230907-1323) sport two different versions of
org.apache.commons.compress
in macOS and Windows/Linux ... with two different names ! 🙄:org.apache.commons.compress
on Windows and Linux,org.apache.commons.commons-compress
on macOS... See the screenshots below:This of course creates acute problems when sharing and building the platform (with the necessity to change back the names every time someone commits a MANIFEST.MF file !) as we tend to declare dependencies using plugins (and not packages).
Before declaring this, I will experiment three solutions: