blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

Improve error message if there are feature elements in access uri="*" #184

Open nukulb opened 12 years ago

nukulb commented 12 years ago

Currently error message says

Invalid config.xml - no tags are allowed for this element

New message should be

Invalid config.xml - no tags are allowed for element with uri="*"

   <access uri="*" subdomains="true" >

        <feature id="blackberry.app" required="true" version="1.0.0.0"/>
        <feature id="blackberry.system" required="true" version="1.0.0.0"/>
        <feature id="blackberry.identity" required="true" version="1.0.0.0"/>
        <feature id="blackberry.invoke" required="true" version="1.0.0.0"/>
    </access>