Feature #3162

Mis à jour par Serge Heiden il y a environ 4 ans

Utility to install or update macros from TXM online SVN repository. Placed at the root of the macros files.

Parameters :
* paths = comma separated list of file paths or directory paths content to fetch
** a directory path must end with a "/"
** all the files of a directory are installed or updated
** File example: @table/Table2XMLMacro.groovy@
**
Directory example: @table/@
** Compound list File example: @table/Table2XMLMacro.groovy@,@annotation/@ @table/Table2XMLMacro.groovy@
* svnRepository : the SVN repository base URL
** default value: TXM SVN + "org.txm.groovy.core/src/groovy/org/txm/macro" = "http://forge.cbp.ens-lyon.fr/svn/txm/tmp/org.txm.groovy.core/src/groovy/org/txm/macro"
* debug : more messages
** default : false

Retour