|
From: | Gábor Boskovits |
Subject: | Re: java: switch to icedtea-8 as default JDK |
Date: | Fri, 5 Jan 2018 17:01:09 +0100 |
Gábor Boskovits <address@hidden> writes:
> If I understand well, then the check phase in ant-build-system
> runs without make-flags.
> In the definition of java-asm we configure the build with make-flags, so
> the build system
> does not complain about missing configuration.
> This configuration is still needed for the test target, so building that
> fails.
>
> We could do two things:
> 1. Patch build.xml to not perform these checks. (Then we can also remove
> the make-flags all togethet)
> 2. Do something, so that we can pass make-flags to check phase, maybe by
> introducing test-make-flags, or something like that to
> ant-build-system.
You could also replace the check phase to run ant with the make-flags.
[Prev in Thread] | Current Thread | [Next in Thread] |