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

Erik Joelsson erikj at openjdk.java.net
Fri Jul 2 14:15:51 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>).

Marked as reviewed by erikj (Reviewer).

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

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


More information about the ide-support-dev mailing list