Utils messages

UTLS0001E: Unable to parse the MANIFEST.MF file from application module {0}.
Explanation: Possible invalid syntax of the extension list or specification version attributes.
User Response: Correct the syntax of file.

UTLS0002E: The shared library {0} contains a classpath entry which does not resolve to a valid jar file, the library jar file is expected to be found at {1}.
Explanation: Possible invalid classpath entry in the library classpath field.
User Response: Correct the classpath entry.

UTLS0003E: Unable to parse the MANIFEST.MF file from jar file corresponding the library {0}.
Explanation: Possible invalid syntax of the extension list or specification version attributes.
User Response: Correct the syntax of file.

UTLS0004E: The required attribute {0} was not specifed in the MANIFEST.MF file from the application module {1}.
Explanation: Possible invalid syntax of the extension list or specification version attributes.
User Response: Correct the syntax of file.

UTLS0005W: The MANIFEST attributes of the shared library named {0}, are in conflict with the MANIFEST attributes of the shared library named {1}.
Explanation: The name and specification version attributes in the MANIFEST.MF file of the shared library do uniquely identify this shared library.
User Response: Choose a different name or specification version to allow the system the capability to uniquely resolve any references to it.