--- trunk/bin/codeswarm-render.sh 2009/03/08 16:45:42 1043 +++ trunk/bin/codeswarm-render.sh 2009/03/12 19:39:22 1044 @@ -4,9 +4,11 @@ repository=file:///home/dpavlin/.svk/strix4/ limit=1500 +limit=0 +activity=var/codeswarm/activity.xml echo "repository $repository limit $limit" -wget -O var/codeswarm/activity.xml "http://localhost:3000/Frey::SVN/codeswarm_as_markup?repository=$repository&limit=$limit" || exit +wget -nc -O $activity "http://localhost:3000/Frey::SVN/codeswarm_as_markup?repository=$repository&limit=$limit" codeswarm=/rest/cvs/codeswarm/ config=`pwd`/etc/codeswarm.config @@ -14,7 +16,7 @@ rm -fv var/codeswarm/frames/*.png cd $codeswarm || exit -java -Xmx1000m -classpath dist/code_swarm.jar:lib/core.jar:lib/xml.jar:lib/vecmath.jar:. code_swarm $config +java -Xmx1000m -classpath dist/code_swarm.jar:lib/core.jar:lib/xml.jar:lib/vecmath.jar:. code_swarm $config || exit cd -