Comment by andrejoh
...@gmail.com:
I would recommend downloading these libraries into a directory you know
won't get deleted and then create and ant build file with the following
target (modify the source dir as appropriate):
<target name="copy.libs" description="Copys libs to temp folder">
<echo message="Copying files to ${java.io.tmpdir}"/>
<copy todir="${java.io.tmpdir}">
<fileset dir="manual-ivyroundup-libs"/>
</copy>
</target>
For more information:
http://code.google.com/p/ivyroundup/wiki/ManuallyDownloadedSoftware