Added support for running a function before the draw() function of a widget, for example when a widget needs to fetch additional user informations that aren't provided by the metadatas
#!/bin/sh
DIR=$(dirname $0)
sh ${DIR}/../res/ant/bin/ant -f ${DIR}/client.xml $@