On Wed, 23 Jan 2002, Stephen Huey <[EMAIL PROTECTED]> wrote: > Is there anything I need in the buildfile besides the following > code: > > <ftp server="jungle.owlnet.rice.edu" > userid="sirstevo" > password="****"> > <fileset dir="build"/> > </ftp>
Maybe a a wild guess: A <target> and a <project>? If you get "Unexpected element" instead of "Couldn't load task", you are most probably not nesting the element above into a target. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
