Integrated: 8269758: idea.sh doesn't work when there are multiple configurations available.

Jorn Vernee jvernee at openjdk.java.net
Mon Jul 5 10:20:53 UTC 2021


On Thu, 1 Jul 2021 14:41:53 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> From the JBS issue:
> 
> The idea.sh script invokes `make`, but doesn't specify a configuration. So, when multiple configurations are present, this results in an error like this:
> 
> 
> $ bash bin/idea.sh java.base
> Error: No CONF given, but more than one configuration found.
> Available configurations in /mnt/c/jdk/build:
> * conf1
> * conf2
> * conf3
> Please retry building with CONF=<config pattern> (or SPEC=<spec file>).

This pull request has now been integrated.

Changeset: 73198968
Author:    Jorn Vernee <jvernee at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/73198968e245362607a8b2e4f80e261fc77d0441
Stats:     7 lines in 1 file changed: 5 ins; 0 del; 2 mod

8269758: idea.sh doesn't work when there are multiple configurations available.

Reviewed-by: mcimadamore, erikj

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

PR: https://git.openjdk.java.net/jdk/pull/4654


More information about the ide-support-dev mailing list