JDK-8222294 : ant jfx.release.suffix property has extra quote characters when MILESTONE_FCS=true
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: openjfx13
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2019-04-10
  • Updated: 2020-02-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Due to a change in behavior between ant 1.8.2 and ant 1.10.5, the ant `jfx.release.suffix` property contains the literal double-quote characters on Mac and Linux rather than the intended empty string when running with `gradle -PMILESTONE_FCS=true ...`

This doesn't affect the production builds, but we do have a closed build task that use this variable as a filename suffix. Those files now have the literal double-quotes in their name which is not intended.

This was originally discovered in an FX 8 build, but I confirmed that the same bug is present in jfx-dev.