[code-reflection] Integrated: Simplified maven copy to build dir
Gary Frost
gfrost at openjdk.org
Tue Oct 22 17:17:53 UTC 2024
On Tue, 22 Oct 2024 17:09:25 GMT, Gary Frost <gfrost at openjdk.org> wrote:
> Maven + CMake used to create shared libs (backends) in local `cmake-debug-build` dir under each backend and copy to common top level `build`
>
> Now we create the `cmake-debug-build` in the top level `build` directly. The unnecessary copy has been removed.
>
> This aligns with how the bld script works.
>
> Also both maven and bld populate the same dir.
>
> I fixed up all docs and scripts to map to this new layout.
This pull request has now been integrated.
Changeset: b5ef3448
Author: Gary Frost <gfrost at openjdk.org>
URL: https://git.openjdk.org/babylon/commit/b5ef3448d0a9847fe47ab84f64e335629ea8a316
Stats: 1610 lines in 16 files changed: 980 ins; 325 del; 305 mod
Simplified maven copy to build dir
-------------
PR: https://git.openjdk.org/babylon/pull/259
More information about the babylon-dev
mailing list