-
Bug
-
Resolution: Fixed
-
P4
-
fx2.0.2
Submitted to doc feedback alias by a reader.
In http://docs.oracle.com/javafx/2.0/deployment/packager001.htm
-templateInFilename
Name of the HTML input template file. Placeholders are in the form of
#[APPID.]XXXX.YYYY#
Should instead read:
-templateInFilename
Name of the HTML input template file. Placeholders are in the form of
#XXXX.YYYY[(APPID)]#
As placing the APPID at the beginning of the marker does not work, instead the optional APPID must be placed in brackets after the marker (as is shown in http://docs.oracle.com/javafx/2.0/deployment/packaging.htm#BABCDFAJ Example 4.3)
In http://docs.oracle.com/javafx/2.0/deployment/packager001.htm
-templateInFilename
Name of the HTML input template file. Placeholders are in the form of
#[APPID.]XXXX.YYYY#
Should instead read:
-templateInFilename
Name of the HTML input template file. Placeholders are in the form of
#XXXX.YYYY[(APPID)]#
As placing the APPID at the beginning of the marker does not work, instead the optional APPID must be placed in brackets after the marker (as is shown in http://docs.oracle.com/javafx/2.0/deployment/packaging.htm#BABCDFAJ Example 4.3)