diffplug / diffplug/gradle-and-eclipse-rcp
`assemble.all`, when run on mac, produces bad `.app` folder (but works when run on linux)
Open
bug
- Dominant language
- Java
- Stars
- 48
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Not sure why, but running `gradlew assemble.all` has this behavior:
- Windows can build output for all platforms, except it clobbers the `executable` flags for mac/linux.
- Linux can build for all platforms (Linux CI server ftw!)
- Mac produces incorrect output for its own platform (!!!)
So you can't build mac artifacts on a mac. Luckily, you can build mac artifacts on a linux box, and they'll run fine on a mac. But it'd be nice if mac could build itself.
Likely to be a bug in PDE build, perhaps related to [this](https://bugs.eclipse.org/bugs/show_bug.cgi?id=468131)?
Contributor guide
Assessment
This issue has not been assessed yet.