ibm mobilefirst - Migrate a 5.0.6 studio project into Worklight 6.1 studio -


is possible migrate wl 5.0.6 project wl 6.1 studio. project uses dojo, , cordova. initial results dojo not found, , java based cordova code not able find ::import org.apache.cordova.api.callbackcontext; import org.apache.cordova.api.cordovaplugin;

apprecaite suggestions of steps tpo accomplish migration, or perhaps best appraoch create new 6.1 project , manually move in logic 5.0.6 project.

thanks helpful advice.

i cannot imagine worklight 5.0.6-based app dojo , cordova plug-in, migrate worklight 6.1.0.x

  1. as mention, dojo library missing, makes sense. dojo library separate entity worklight project. need import well.

  2. worklight 5.0.6 based on olden version of cordova 2. worklight 6.1.0.x uses cordova 3.1.

    in cordova 3, structure of config.xml way call cordova plug-in has changed (if memory serves me right), suggest here consult getting started training module creating cordova plug-ins (also check out sample project) , verify in migrated project follow these changes. believe migration process should update config.xml file, not code write... not worklight can (as user-code).

as error mesage, suspect relates 2 above; take @ sample project , see how java class (or .m , .h files ios) of cordova plug-in done; pay attention imports , alike. compare two...


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -