Doing 'ant clean' in the deploy tree (or the top-level forest) fails on non-Windows platforms:
clean-winlaunch:
BUILD FAILED
/home/bothner/JWebPane/jfx/deploy/build.xml:248: The following error occurred while executing this line:
/home/bothner/JWebPane/jfx/deploy/packager/build.xml:158: Problem: failed to create task or type get-cygwin-path
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
The attached winclean.patch fixes it.
clean-winlaunch:
BUILD FAILED
/home/bothner/JWebPane/jfx/deploy/build.xml:248: The following error occurred while executing this line:
/home/bothner/JWebPane/jfx/deploy/packager/build.xml:158: Problem: failed to create task or type get-cygwin-path
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
The attached winclean.patch fixes it.
- duplicates
-
JDK-8114659 ant clean broken on Mac if tools repo is present
-
- Resolved
-
- relates to
-
JDK-8114504 deploy build broken on Linux/Mac
-
- Resolved
-