Re: RFR: 8295884: Implement IDE support for Eclipse [v15]

2022-11-06 Thread Julian Waters
> Eclipse is a popular and very well-known IDE in the world of Java > development, utilized widely in many contexts, by beginners and experienced > teams alike. Although a relatively lightweight IDE, it features surprisingly > powerful indexing and code analysis capabilities, as well as useful t

Re: RFR: 8294549: configure script should detect unsupported path [v2]

2022-11-06 Thread Mike Duigou
On Mon, 7 Nov 2022 00:28:13 GMT, Mike Duigou wrote: >> The OpenJDK build system does not support building when the source code >> resides on a path that contains a space. This requirement is documented in >> the build instructions but not enforced by the configure script. >> >> This change add

Re: RFR: 8294549: configure script should detect unsupported path [v2]

2022-11-06 Thread Mike Duigou
> The OpenJDK build system does not support building when the source code > resides on a path that contains a space. This requirement is documented in > the build instructions but not enforced by the configure script. > > This change adds an explicit checks to the wrapper `configure` script that