[ 
https://issues.apache.org/jira/browse/CB-4379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13719077#comment-13719077
 ] 

Maciej Jaros commented on CB-4379:
----------------------------------

Also I think a nice way of doing things is:
# Add support for new syntax
# Change documentation (add notes that old syntax is deprecated).
# Add release notes of when the deprecation will occur (a years later or so 
would be nice).
# Add last-call release notes in the last supporting version.
# Remove old syntax if you must.

There are too many depending projects to just move things around. This might 
sound harsh, but the only up-to-date documentation I know of doesn't even 
mention feature tag:
http://docs.phonegap.com/en/edge/guide_platforms_android_plugin.md.html#Android%20Plugins
                
> Android PluginManager not loading plugins from config.xml
> ---------------------------------------------------------
>
>                 Key: CB-4379
>                 URL: https://issues.apache.org/jira/browse/CB-4379
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>         Environment: Windows 7 x64 (but should not be relevant)
>            Reporter: Maciej Jaros
>            Assignee: Joe Bowser
>
> When I try to use BarcodeScanner I keep getting "Class not found".
> After debugging with cordova from master I noticed loadPlugins function 
> doesn't set service/class values for plugins.
> There seem to be a missing if (around line #130):
> {code:java}
>                 }
>                 else if (strNode.equals("plugin")) {
>                     service = xml.getAttributeValue(null, "name");
>                     pluginClass = xml.getAttributeValue(null, "value");
>                 }
>                 else if (insideFeature && strNode.equals("param")) {
> {code}
> Tested this on Android 4.2 (Nexus 7) and it seem to work fine. At the moment 
> the mentioned plugin is not working but will add a patch for that today.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to