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

Reply via email to