> --------------------------- > <ftp server="jungle.owlnet.rice.edu" > userid="sirstevo" > password="*************"> > <fileset dir="classes"/> > </ftp> > > > </project> > ----------------------------- > > I got the following error message from ANT, b/c I obviously > don't know how > to use the ftp task:
<snip> It looks like you've got the ftp task directly within the project - it needs to be within a <target> element. Jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
