Re: storing optional (ftp) task jar dependency under my project instead of under /ant/lib

2005-07-12 Thread Asle Pedersen
mmons-net-1.1.0.jar from the projects lib directory into $HOME\.ant\lib. That way it would be fairly straightforward to use. /A On 7/12/05, Peter Reilly <[EMAIL PROTECTED]> wrote: > Asle Pedersen wrote: > > >I prefer alt.3 and try using taskdefs before without success. I did &

Re: storing optional (ftp) task jar dependency under my project instead of under /ant/lib

2005-07-12 Thread Asle Pedersen
> > location="/path/to/ant-commons-net.jar"/> > > > > > Regards > Ivan > > --- Asle Pedersen <[EMAIL PROTECTED]> wrote: > > > Is it possible to "embed" the ant ftp task in a > > project. I would like > >

storing optional (ftp) task jar dependency under my project instead of under /ant/lib

2005-07-12 Thread Asle Pedersen
Is it possible to "embed" the ant ftp task in a project. I would like to just depend on a standard ant-installation to use the ftp task and have the commons-net-1.1.0.jar in my project instead of under /ant/lib which is suggested by the documentation. I have tried different methods to do this but n