[urgent] RFR: JDK-8193045 JDK-8190484 breaks build on Windows

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Tue Dec 5 09:30:58 UTC 2017


On 2017-12-05 10:21, David Holmes wrote:
> Hi Magnus,
>
> On 5/12/2017 7:12 PM, Magnus Ihse Bursie wrote:
>> JDK-8190484 modifies how the copy step of the build process works. 
>> Unfortunately, this broke building on Windows in jdk.accessibility.
>>
>> Since JDK-8190484 was pushed to jdk/hs, I intend to push this to 
>> jdk/hs as well.
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8193045
>> WebRev: 
>> http://cr.openjdk.java.net/~ihse/JDK-8193045-fix-broken-copy-includes/webrev.01 
>
>
> This seems reasonable. 
Thanks. Do I need a second reviewer to push this?

> You are skipping empty directories - which is what the build failures 
> was choking on.
Actually, the build choked on that $(wildcard) found a directory, which 
then was sent to cp in SetupCopyFiles, but cp didn't want to copy a 
directory since it was not called (correctly) with -r.

On top of that there was also an aesthetic issue with error messages 
printed from find when looking in non-existing directories. It was ugly 
but didn't break the build.

/Magnus

>
> Thanks,
> David
>
>>
>> /Magnus
>>




More information about the build-dev mailing list