Issue Type: Enhancement Enhancement
Assignee: Marius Bogoevici
Components: ticket-monster
Created: 06/Feb/13 7:26 AM
Description:
  • Copy the lib/android/cordova-2.0.0.jar file from the Cordova distribution into the lib folder of the project.

    Even the screenshot diplays 'libs' folder instead of 'lib'.

  • ln -s www $TICKET_MONSTER_HOME/demo/src/main/webapp

    Has arguments in wrong order, it should be like (assuming to be in assets dir):
    ln -s $TICKET_MONSTER_HOME/demo/src/main/webapp www

  • Also, we need to add our REST service URL to the whitelist (you can use "*" too, for simplicity, during development) :

    res/xml/config.xml

    It's not mentioned to create such file or where to place it.

  • src/main/webapp/resources/js/libs' folder, renaming it to `cordova-android-2.1.0.js, to avoid naming conflicts with other platforms (such as iOS which we will also implement as part of this tutorial).

    cordova-android-2.0.0.js cannot be renamed to 2.1.0.js, the following script is referencing to 2.0.0.js

  • src/main/webapp/resources/js/libs/hybrid-android.js

    This file is in js/configurations dir, not in js/libs

  • loead

    -> lead

Project: JBoss Developer Framework
Priority: Major Major
Reporter: Stefan Bunciak
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