Hi All, The current curriki xar package has bugs in the sense lot of documents are missing in the package.xml. For example: document Admin.ApplicationPageList document Admin.ContentPageList
I don't know all that are missing, but every time I try to import I encounter one new document. Then I add the entry in package.xml build the xar again and then again try to import. This would become a long iterative process. Further I see in the com.xpn.xwiki.plugin.packaging.Package file method:Import you test for the existence of these files and then if file is missing you raise the exception. Won't it be nice if we check for the existence of all the files at once and then raise one exception with complete set of missing files to speed up the debugging process. So two things need to be done: 1. add the missing files in the package.xml 2. change the process of raising exception for the missing files. I would be doing these at my end, and if you want me I can checkin these changes in the svn, but I would need the checkin rights else someone please do the needful at central place too. Thanks Sachin -- View this message in context: http://www.nabble.com/Bug-in-curriki-xar-package-tp15188075p15188075.html Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

