RFR: JDK-8245445: Langtools NetBeans ant build broken after JDK-8244093
Jan Lahoda
jan.lahoda at oracle.com
Wed May 20 08:20:42 UTC 2020
Hi,
The langtools-specific ant build for NetBeans appears to be broken after
JDK-8244093:
---
$ ant -f make/ide/netbeans/langtools/build.xml
-Dlangtools.jdk.home=$PWD/build/linux-x86_64-server-release/jdk/ build
Buildfile: /home/jlahoda/src/jdk/jdk/make/ide/netbeans/langtools/build.xml
BUILD FAILED
/home/jlahoda/src/jdk/jdk/make/ide/netbeans/langtools/build.xml:47:
Cannot find /home/jlahoda/src/jdk/jdk/make/ide/build.xml imported from
/home/jlahoda/src/jdk/jdk/make/ide/netbeans/langtools/build.xml
Total time: 0 seconds
---
The proposed fix is to correct the location of the imported build
script, and basedir.
Webrev: http://cr.openjdk.java.net/~jlahoda/8245445/webrev.00/
JBS: https://bugs.openjdk.java.net/browse/JDK-8245445
What do you think?
Thanks,
Jan
More information about the build-dev
mailing list