Hello fellow developers,
The usage of a bunch of command-line tools for checking-out the (XML
of) xwiki pages and checking them in would be really useful.
The xar approach is not really practical: there's no merge, it's
problematic when it gets big, and it still doesn't have a command-line
to integrate within a build-flow.
I am convinced it would be easy, for example, to use the XEclipse code
to make checkout, update, and checkin ant-tasks or command-line tools.
Did anyone try?
thanks in advance
paul
Hi team,
I wrore a report about the different localization strategies we could
have for XWiki comparing:
- a simple tool Jean-Vincent wrote
- an L10N app I started to build
- using launchpad.nethttp://dev.xwiki.org/xwiki/bin/view/Drafts/Selecting+a+tool+for+managing+Lo…
Please review and add requirements if you see requirements that have not been listed. I think we need to look at the applications and evaluate them in more details, especially to see of launchpad.net could work for us.
Let's discuss.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi devs,
We currently have a comments plug-in that is written for a custom
core. This plug-in enables us to have hierarchical comments and several
storage implementations.
The issue I encounter when rewriting it to a plexus component is that I
cannot make it independent from the core. I need both read and write
access to the storage, and I could not find a bridge to it. All I can do
is retrieve data, with org.xwiki.bridge.DocumentAccessBridge and
org.xwiki.bridge.DocumentModelBridge, but not write data.
Does anybody know how can I write a component that needs read/write
access to the storage without using XWiki,XWikiDocument and XWikiContext
classes?
Thanks,
Florin Ciubotaru
Hi Sergiu,
On Nov 6, 2008, at 7:22 AM, sdumitriu (SVN) wrote:
> Author: sdumitriu
> Date: 2008-11-06 07:22:48 +0100 (Thu, 06 Nov 2008)
> New Revision: 13997
>
> Modified:
> platform/pom/trunk/pom.xml
> Log:
> [misc]
> Lock down another maven plugin version
> Declare a default version for the shared test dependency
>
>
> Modified: platform/pom/trunk/pom.xml
> ===================================================================
> --- platform/pom/trunk/pom.xml 2008-11-06 06:08:51 UTC (rev 13996)
> +++ platform/pom/trunk/pom.xml 2008-11-06 06:22:48 UTC (rev 13997)
> @@ -171,6 +171,7 @@
> <dependency>
> <groupId>com.xpn.xwiki.platform.tools</groupId>
> <artifactId>xwiki-verification-resources</artifactId>
> + <version>${platform.tool.verification.version}</
> version>
I don't think this is right. There should be no version specified IMO
since this parent POM can be used by any module and some modules will
want to use a different version.
WDYT?
Thanks
-Vincent
> </dependency>
> </dependencies>
> <configuration>
> @@ -271,6 +272,12 @@
> </plugin>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> + <artifactId>maven-plugin-plugin</artifactId>
> + <!-- Lock down plugin version for build reproducibility -->
> + <version>2.3</version>
> + </plugin>
> + <plugin>
> + <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-site-plugin</artifactId>
> <!-- Lock down plugin version for build reproducibility -->
> <version>2.0-beta-6</version>
> @@ -396,6 +403,7 @@
> <properties>
> <!-- Only disable checkstyle in the clover profile. by default
> it's on. -->
> <xwiki.checkstyle.skip>false</xwiki.checkstyle.skip>
> + <platform.tool.verification.version>1.12-SNAPSHOT</
> platform.tool.verification.version>
> </properties>
> <profiles>
> <profile>
Hi,
we wish to use xwiki in a large project and find it difficult to see if the
component architeture suits us.
We need to hook into the login process (effectively logging users in through
our own authentication process). Can this be done using a 'plugin' or
'component' for xwiki?
Also: we need to intercept the page creation process and update our local
indexes with certain things when a user saves a page. Can this be done
throuh a plugin/component?
How would one go on about setting an eclipse project up, where a component
can be developed and debugged? Do I need to check out the entire Wiki into
the Eclipse workspace?
--
View this message in context: http://n2.nabble.com/XWiki-usable-for-this-%2B-how-to-go-on-about-component…
Sent from the XWiki- Dev mailing list archive at Nabble.com.