ant error while performing a 'gradle clean'

2019-04-10 Thread Nir Lisker
Hi,

When I run a `gradle clean` I get the following message:

> Task :apps:cleanWin FAILED
'ant' is not recognized as an internal or external command,
operable program or batch file.

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Dev\openjfx\rt\build.gradle' line: 758

* What went wrong:
Execution failed for task ':apps:cleanWin'.
> Process 'command 'cmd'' finished with non-zero exit value 1

However, just running `ant version` gives:

Apache Ant(TM) version 1.10.5 compiled on July 10 2018

`gradle build` also works fine.

There is a PATH variable set to 'apache-ant-1.10.5/bin'.

Any ideas?

- Nir


[RFR][openjfx13] JDK-8221300, JDK-8221302, JDK-8221299: Upgrade to {Xcode 10.1, gcc 8.2, Visual Studio 2017 version 15.9.6}

2019-04-10 Thread Arunprasad Rajkumar
Hi Kevin, Johan,

Please review the following Github PR which upgrades toolchains.

https://github.com/javafxports/openjdk-jfx/pull/438

The above PR is targeted for the following JBS issue,

JDK-8221300: Upgrade to Xcode 10.1
JDK-8221302: Upgrade to gcc 8.2 on Linux
JDK-8221299: Upgrade to Visual Studio 2017 version 15.9.6

Thanks,
Arun