Hi Karamjit, On 07/21/2011 09:49 PM, Karamjit Singh wrote: > Hi Team, > > I just imported maven xwiki-core-rest (download code from svn) in eclipse > and getting following error message :- > > Description Resource Path Location Type > Project build error: Non-resolvable parent POM for > org.xwiki.platform:xwiki-core-parent:3.1-SNAPSHOT: Could not find artifact > org.xwiki.commons:xwiki-commons:pom:42-SNAPSHOT and 'parent.relativePath' > points at wrong local POM pom.xml /xwiki-core-rest line 1 Maven Problem
The code from SVN trunks is not maintained any more after we moved it to GitHub. There are lots of Git tutorials on the web so it shouldn't be that difficult to clone xwiki-platform sources and play with them. If you really don't want to learn Git then the only option is to use a tag from SVN, like http://svn.xwiki.org/svnroot/xwiki/platform/core/tags/xwiki-core-3.0/xwiki-rest/ (this will work only if you use a version of XWiki Enterprise <= 3.0, because otherwise older version jars are not necessarily compatible with the newest ones, >3.0). > > > Its very urgent as I am unable to build the project in eclipse. Please help > me to solve this problem. Also please share some restful service > implementation guide and how to deploy/test new xwiki restful service. You should probably start with http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI Hope this helps, Marius > > Thanks > Karamjit. > > On Thu, Jul 21, 2011 at 10:14 PM, Eduard Moraru<[email protected]>wrote: > >> Hi Karamjit, >> >> Here's a pretty complete tutorial made by Sergiu for GIT made specially >> with >> XWiki in mind: >> >> http://incubator.myxwiki.org/xwiki/bin/view/Main/UsingGitHub >> >> Good luck, >> Eduard >> >> On Thu, Jul 21, 2011 at 7:41 PM, Karamjit Singh<[email protected] >>> wrote: >> >>> Hi Marius >>> >>> Thanks for your quick response. I don't have experience on GIT. Before >>> downloading the code from SVN, I tried GIT first using below command >>> git clone git://urlofcode , This command just created the skeleton and >> did >>> not download the source code. Could you please share some more >> information >>> like how to download code from GIT and building the code. >>> >>> Thanks >>> Karamjit. >>> >>> On Thu, Jul 21, 2011 at 10:01 PM, Marius Dumitru Florea< >>> [email protected]> wrote: >>> >>>> Hi Karamjit, >>>> >>>> You should go through http://dev.xwiki.org/xwiki/bin/view/Community/ >>>> (especially Source Repository, Building and Debugging sections). >>>> >>>> We moved our code to GitHub ( https://github.com/xwiki/ ) and you can >>>> find the REST module at >>>> >>>> >>> >> https://github.com/xwiki/xwiki-platform/tree/master/xwiki-platform-core/xwiki-platform-rest >>>> . >>>> >>>> Hope this helps, >>>> Marius >>>> >>>> On 07/21/2011 07:13 PM, Karamjit Singh wrote: >>>>> Hi Team, >>>>> >>>>> I need to implement restful web service for xwiki user creation and >>>>> aothorization. I have downloaded the code from SVN but unable to >> build >>>> the >>>>> xwiki source code from eclipse. I did not find any document related >> to >>>> this >>>>> in manual. Could you please help me on this and let me know which >>> module >>>> I >>>>> should download for restful web service customization. >>>>> >>>>> Its very urgent as I am stuck here. >>>>> >>>>> Thanks >>>>> Karamjit >>>>> _______________________________________________ >>>>> devs mailing list >>>>> [email protected] >>>>> http://lists.xwiki.org/mailman/listinfo/devs >>>> _______________________________________________ >>>> devs mailing list >>>> [email protected] >>>> http://lists.xwiki.org/mailman/listinfo/devs >>>> >>> _______________________________________________ >>> devs mailing list >>> [email protected] >>> http://lists.xwiki.org/mailman/listinfo/devs >>> >> _______________________________________________ >> devs mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/devs >> > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

