Le mercredi 11 février 2009, Vincent Massol a écrit :
XWiki supports several remote access protocols:
* XMLRPC
* REST
* HTTP uploads
Why don't you use one of these? That would be the simplest.
Why not, but how I do that with Ant ?
Another solution (but quite hacky) would be to use a
groovy script to
look for files in a given directory and "install" them somewhere in
the wiki if found, and use the Scheduler to trigger this groovy script
every few minutes.
I don't need a scheduler, because I know when I send my files. I need an Ant
task (again) to active the groovy xwiki script from my computer.