Hi Radu, On Jul 5, 2007, at 9:27 AM, Radu Danciu wrote:
I've been told that the Google Docs functionality should be built as a plugin, yet there is no documentation about building plugins for xwiki. I need to start adding code to the build to test it, but I need to know how I should go about it.
Plugins are located in xwiki-platform/xwiki-plugins. There are several there. So you can simply copy an existing pom.xml file and modify it for your need. That said, as you're not a XWiki committer (yet), I propose that you create your plugin in the XWiki Sandbox at /svnroot/xwiki/xwiki-sandbox/plugins If you're ok I'll send a vote to give you access to the Sandbox so that you can work in there.
Also, what was the decision regarding the migration to JDK 1.5?
We all said we were ok so go for it (the only thing we said we were not sure was for the core but as you're developing a plugin that's fine).
I need to add some libs to the build that require it. The libs are provided by google as source that is supposed to be built, and then the jars imported, which I'm told Maven can handle... how? I'd like it if somebody could take the time guide me through the process.
I can help. Give me the list of JARs you need, their web site and the versions to use and I'll put them in the right Maven repos. Thanks -Vincent