Opened 4 weeks ago
Last modified 2 weeks ago
#24652 new defect
JOSM 19439 from dmg installation works on macos 10.15.8 but 19481 does not.
| Reported by: | anonymous | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | macos | Cc: |
Description
But when I start latest version using java -jar josm-latest.jar (19542) it still works fine.
Attachments (0)
Change History (7)
comment:1 by , 4 weeks ago
comment:2 by , 4 weeks ago
Well. That's probably because I needed to increase the Java version for that download as I couldn't get the java21 version to (re-)build. And that again was caused by the fact, that ATM nearly all MacOS builds fail.
You can download other release files here: https://github.com/JOSM/josm/releases
As said - a lot of builds fail. Theoretically every release should have java 11, 21 and 25 versions.
Please report what works and what not, so others don't have to try again.
It would be very helpful if anybody can fix the issues with the MacOS builds.
comment:3 by , 4 weeks ago
I could start all available jar files without any problem:
- JOSM-macOS-java11-19542.jar - WORKS
- JOSM-macOS-java21-19542.jar - WORKS
- JOSM-macOS-java25-19542.jar - WORKS
Ok I got it.
https://josm.openstreetmap.de/download/macosx/josm-macosx.zip
cd /
cd Application
otool -l JOSM.app/Contents/MacOS/JOSM| grep minos
minos 11.0
Somewhere you increase min version type for MacOS 11 when building dmg file.
comment:4 by , 4 weeks ago
I think I remember a mail from GitHub, that the build systems now use a newer MacOs. Don't find any related mail thought.
comment:5 by , 3 weeks ago
| Keywords: | macos added |
|---|
comment:6 by , 2 weeks ago
Could you point me where I can read how to build dmg file myself?
Also I can help in running Github Actions locally if you need that kind of help.



BTW: yes, I know that macos Catalina is pretty old and not supported but I can help with testing it and very interested in support this JOSM in this OS.