I'm have a project that has a few dependencies.  This works great for
the compile phase but for my packaging phase, I've created

an ant task that packages up all my files locally in a zip to be
distributed.    I need to copy my dependencies (jars) from the remote
repository to a local directory so I can include them in my zip.    How
do I do this?  Thanks.

Reply via email to