Ryan Willoughby created CB-10738:
------------------------------------
Summary: $safeprojectname$ in package.windows10.appxmanifest is
not overwritten by create script, throws compile error
Key: CB-10738
URL: https://issues.apache.org/jira/browse/CB-10738
Project: Apache Cordova
Issue Type: Bug
Reporter: Ryan Willoughby
The {{package.windows10.appxmanifest}} in the cordova-windows template project
contains the string {{$safeprojectname$}} which is never overwritten by the
create script. The presence of this string then triggers a compile error and
must be manually overwritten.
Reproduction:
{{bin/create.bat ~/myproject com.package.whatever MyProject}}
{{cd ~/myproject}}
{{cordova/build.bat --debug --appx=uap}}
Error output:
{{The app manifest must be valid as per schema: Line 26, Column 18, Reason:
'$safeprojectname$' violates pattern constraint of <regex_removed>. The
attribute 'Id' with value '$safeprojectname$' failed to parse.}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]