Wade Dorrell created CB-7652:
--------------------------------
Summary: widget id containing underscore causes windows build error
Key: CB-7652
URL: https://issues.apache.org/jira/browse/CB-7652
Project: Apache Cordova
Issue Type: Bug
Components: Windows
Affects Versions: 3.6.3
Reporter: Wade Dorrell
A Cordova project has widget id "com.rational_agents.xyz". When the project's
built for android platform the resulting AndroidManifest.xml manifest package
becomes "com.rational_agents.xyz". Due to publishing policies at Android app
stores it's undesirable to change package name, and so it's undesirable to
change the widget id.
Expected to be able to "cordova add windows" then "cordova build windows" on
this project. But the build step fails with this error:
APPX1404: File content does not conform to specified schema. The 'Name'
attribute is invalid - The value 'com.rational_agents.xyz' is invalid according
to its datatype
'http://schemas.microsoft.com/appx/2010/manifest:ST_PackageName' - The Pattern
constraint failed.
It seems like cordova should filter the widget ID as necessary to produce a
valid AppxManifest.xml, or provide a way to specify it in config.xml. (I looked
in cordova documentation and couldn't find a way to do this.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)