Hi, Meanwhile I use the ExportImportApplication. This application solves my needs.
Stefan Bachert ________________________________ Von: Thomas Mortagne <[email protected]> An: XWiki Users <[email protected]> Gesendet: Dienstag, den 30. März 2010, 13:04:53 Uhr Betreff: Re: [xwiki-users] Export On Mon, Mar 29, 2010 at 12:26, stefan bachert <[email protected]> wrote: > Hi, > > is there a way to limit an export to documents which has been changed since a > certain date? > With other words, is there something like an incremental export? No, not in standard (there is maybe something in code.xwiki.org that i would have missed) but it should not be too difficult to do it with velocity. * get all document with date more recent that some date (see http://platform.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples#HAdvancedQuerydatetime) * use $xwiki.package plugin to export them (see http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/packaging/PackageAPI.java) > > Stefan Bachert > > > __________________________________________________ > Do You Yahoo!? > Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz > gegen Massenmails. > http://mail.yahoo.com > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > -- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
