Okay, I downloaded the Netcomponents JAR and stuck that in my lib
directory. I also downloaded jakarta-ant-1.4.1-optional and stuck that
JAR in my lib directory.
I've successfully built a couple of java files into class files, and
wanted to try to ftp them from my Windows machine onto my school UNIX
account. I've never used command-line ftp stuff before (only SSH and
WS_FTP), so I wasn't sure about all the settings.
Anyway, in my simple build file that successfully compiled a couple of
Java files, I added an ftp tag that I found on a webpage, and filled it
in as best I could. It looks like this (except that I took out my
password, of course):
---------------------------
<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:
--------------
BUILD FAILED
c:\antfiles\buildfile.xml:21: Unexpected element "ftp"
--------------
Can you please help me learn how to implement ftp with Ant? Thanks!
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>