Description
I usually compile it using "ant jar jar-src" and 'build-download' called during 'jar-src' fails since 'jarname' is already defined in 'jar' with
<property name="jarname" value="${final.name}" />
- it tries to download something like velocity-1.5-dev-2.7.5.jar (the first download is antlr and jarname can not be redefined).