You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MANIFEST.MF file of FlashRuntimeExtensions.jar in the Adobe AIR SDK is misconfigured. The Built-Date field incorrectly displays ${TODAY} instead of the actual build date.
Here is the current content of the MANIFEST.MF file:
This placeholder seems to indicate that the build script did not properly resolve the date variable at the time of the build.
Expected Behavior:
The Built-Date field should contain the actual build date in a proper format, for example:
Built-Date: 2024-12-30
Steps to Reproduce:
Download the Adobe AIR SDK.
Inspect the MANIFEST.MF file in FlashRuntimeExtensions.jar.
Observe the incorrect ${TODAY} placeholder in the Built-Date field.
Impact:
This issue can lead to confusion when debugging or tracking builds, as the date information is critical for build versioning and reproducibility.
Suggested Fix:
Update the build scripts to correctly resolve and substitute the Built-Date variable with the actual date at the time of the build.
The text was updated successfully, but these errors were encountered:
Description:
The
MANIFEST.MF
file ofFlashRuntimeExtensions.jar
in the Adobe AIR SDK is misconfigured. TheBuilt-Date
field incorrectly displays${TODAY}
instead of the actual build date.Here is the current content of the
MANIFEST.MF
file:This placeholder seems to indicate that the build script did not properly resolve the date variable at the time of the build.
Expected Behavior:
The
Built-Date
field should contain the actual build date in a proper format, for example:Steps to Reproduce:
MANIFEST.MF
file inFlashRuntimeExtensions.jar
.${TODAY}
placeholder in theBuilt-Date
field.Impact:
This issue can lead to confusion when debugging or tracking builds, as the date information is critical for build versioning and reproducibility.
Suggested Fix:
Update the build scripts to correctly resolve and substitute the
Built-Date
variable with the actual date at the time of the build.The text was updated successfully, but these errors were encountered: