[jbosstools-issues] [JBoss JIRA] (JBIDE-15769) Only Android parameters added to parameters table

Michelle Murray (JIRA) jira-events at lists.jboss.org
Wed Oct 23 22:09:01 EDT 2013


Michelle Murray created JBIDE-15769:
---------------------------------------

             Summary: Only Android parameters added to parameters table
                 Key: JBIDE-15769
                 URL: https://issues.jboss.org/browse/JBIDE-15769
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: aerogear-hybrid
    Affects Versions: 4.1.1.Beta1
            Reporter: Michelle Murray


In Cordova Configuration Editor, Platform Properties mode:
1. Click Add for first features table (opens Cordova Plugin Discovery window)
2. Select check box for cordova item (e.g., org.apache.cordova.camera)
3. Click Next
4. Click Finish

Outcomes:
* "Camera" is added to feature table
* "android-package" is added to parameter table
* Following is added to file in config.xml mode
{noformat}
	<feature name="Camera">
		<param name="android-package" value="org.apache.cordova.camera.CameraLauncher" />
		<param name="ios-package" value="CDVCamera" />
	</feature>
{noformat}

So looks like only the Android parameter is being added to the parameter table. Should the iOS parameter be automatically added to the parameter table too? 

--
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


More information about the jbosstools-issues mailing list