-
Enhancement
-
Resolution: Fixed
-
P2
-
7u6, 8
-
b52
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2226410 | 7u6 | William Harnois | P2 | Closed | Fixed | b17 |
Current proto_au-descriptor_en.xml is a partial XML file:
<caption>Java Update - Update Available</caption>
<title>Java Update Available</title>
<description>Java #JDK_MINOR_VERSION# Update #JDK_UPDATE_VERSION# is ready to install. Installing Java #JDK_MINOR_VERSION# Update #JDK_UPDATE_VERSION# will uninstall the latest Java 6 from your system. Click the Install button to update Java now. If you wish to update Java later, click the Later button.</description>
<moreinfo>http://java.com/infourl</moreinfo>\\\\ <AlertTitle>Java Update Available</AlertTitle>
<AlertText>A new version of Java is ready to be installed.</AlertText>
<moreinfotxt>More information...</moreinfotxt>
But WPTG requires full XML file with <information> as root element. They told me about this after 6993373 was completed.
I have manually inserted the following prior to translation (and removed them after translation), but due to our process automation, the automated drop system does not allow manual steps.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- XML file to be staged anywhere, and pointed to by map.xml file -->
<information version="1.1" xml:lang="en">
</information>
Could you please make the file a full xml file like the following?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- XML file to be staged anywhere, and pointed to by map.xml file -->
<information version="1.1" xml:lang="en">
<caption>Java Update - Update Available</caption>
<title>Java Update Available</title>
<description>Java #JDK_MINOR_VERSION# Update #JDK_UPDATE_VERSION# is ready to install. Click the Install button to update Java now. If you wish to update Java later, click the Later button.</description>
<moreinfo>http://java.com/infourl</moreinfo>
<AlertTitle>Java Update Available</AlertTitle>
<AlertText>A new version of Java is ready to be installed.</AlertText>
<moreinfotxt>More information...</moreinfotxt>
</information>
<caption>Java Update - Update Available</caption>
<title>Java Update Available</title>
<description>Java #JDK_MINOR_VERSION# Update #JDK_UPDATE_VERSION# is ready to install. Installing Java #JDK_MINOR_VERSION# Update #JDK_UPDATE_VERSION# will uninstall the latest Java 6 from your system. Click the Install button to update Java now. If you wish to update Java later, click the Later button.</description>
<moreinfo>http://java.com/infourl</moreinfo>\\\\ <AlertTitle>Java Update Available</AlertTitle>
<AlertText>A new version of Java is ready to be installed.</AlertText>
<moreinfotxt>More information...</moreinfotxt>
But WPTG requires full XML file with <information> as root element. They told me about this after 6993373 was completed.
I have manually inserted the following prior to translation (and removed them after translation), but due to our process automation, the automated drop system does not allow manual steps.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- XML file to be staged anywhere, and pointed to by map.xml file -->
<information version="1.1" xml:lang="en">
</information>
Could you please make the file a full xml file like the following?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- XML file to be staged anywhere, and pointed to by map.xml file -->
<information version="1.1" xml:lang="en">
<caption>Java Update - Update Available</caption>
<title>Java Update Available</title>
<description>Java #JDK_MINOR_VERSION# Update #JDK_UPDATE_VERSION# is ready to install. Click the Install button to update Java now. If you wish to update Java later, click the Later button.</description>
<moreinfo>http://java.com/infourl</moreinfo>
<AlertTitle>Java Update Available</AlertTitle>
<AlertText>A new version of Java is ready to be installed.</AlertText>
<moreinfotxt>More information...</moreinfotxt>
</information>
- backported by
-
JDK-2226410 NLS: Please make proto_au-descriptor_en.xml a complete XML file
-
- Closed
-