On Tue, 13 Aug 2024 09:57:51 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

> Add a make target to generate an Xcode project file for Hotspot. 
> 
> This PR is the result of a cooperation between me and @gerard-ziemski. Gerard 
> developed the original Xcode generator (as a stand-alone project in 
> https://github.com/gerard-ziemski/xcode), and I have written the build system 
> "glue" to integrate it, and refactored the code to modern JDK standards.
> 
> Usage: Run `make hotspot-xcode-project`, and an Xcode project file will be 
> generated in `build/$BUILD/xcode`. You can also have this automatically 
> opened in Xcode by `make open-hotspot-xcode-project` (but note that for 
> repeated runs of this, `make open-hotspot-xcode-project-only` is greatly 
> preferred).

Thanks for this great work.
IIRC, the copyright year for new files should show only the current year (2024) 
and does not include any earlier years. Correct?
The new files in this PR all have pair of years for new files. I think this is 
not the correct style.

Thank you for this useful feature. Creating the Xcode project and opening it 
work well.
Is there any help/doc for building JVM with XCode? I got this after opening the 
project in XCode and the first build try:
`Command PhaseScriptExecution failed with a nonzero exit code`

-------------

PR Review: https://git.openjdk.org/jdk/pull/20564#pullrequestreview-2250430729
PR Comment: https://git.openjdk.org/jdk/pull/20564#issuecomment-2288765201

Reply via email to