Hi, I modified navigator in xwiki-android-components so that it will communicate to XWiki instance via xwiki-android-rest. But it cannot be tested due to following problems.
1. After building xwiki-android-rest library it doesn't have GSON library. Therefore REST isn't working since GSON classes are not found withing the library. I searched a method to include gson (or any other) jar file to add to my custom library. It is said that if we use scope of the dependency of the maven configuration as "compile" it will include jar files in our build. But it doesn't work for me. 2. Since xwiki-android-component use xwiki-android-rest, I want to import rest library to the component. I've done this in eclipse. But cannot figure it out how should I do this in maven. Due to above issues current repository give build errors. I planned to develop object/class editor component in next few days since xwiki-navigator is almost finish. Eduard suggested, it should be an "open objects and classes (in a separate and configurable object/class editor widget) ". Can you describe about this widget further so that I can get a clear idea about it. Best Regards, Chamika Weerasinghe _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

