[code-reflection] Integrated: add a pure java (no maven) build option

Gary Frost gfrost at openjdk.org
Sat Sep 28 15:13:58 UTC 2024


On Sat, 28 Sep 2024 14:59:11 GMT, Gary Frost <gfrost at openjdk.org> wrote:

> Added  pure java builder (replacing `mvn clean compile jar:jar install`)
> 
> So after adding ~babylon/build/xxx-yyy-server-release/jdk/bin to your path (and setting JAVA_HOME accordingly) with env.bash 
> 
> You should be able to build hat + backends + examples with just 
> 
> ./bld
> 
>   
> Relies on hashbang via `#!/usr/bin/env java --enable-preview --source 24`  to launch the file using babylon jdk

This pull request has now been integrated.

Changeset: e02b5d42
Author:    Gary Frost <gfrost at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/e02b5d423da7596625600dd39d3ab200e26d407d
Stats:     265 lines in 3 files changed: 261 ins; 0 del; 4 mod

add a pure java (no maven) build option

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

PR: https://git.openjdk.org/babylon/pull/245


More information about the babylon-dev mailing list