您的位置:首页 > 编程语言 > Java开发

Getting FTP to Work with Ant in Eclipse[转]

2009-12-17 23:19 525 查看
摘自:http://devnulled.com/content/2004/11/getting-ftp-to-work-with-ant-in-eclipse/

I never seem to remember what I need to install to get the optional
<ftp>
task in Ant
working when it’s time to blow away Eclipse and start a fresh install. Here is the basic information you need to get it working:

For Ant 1.5, you will need to download NetComponents.jar.

For Ant 1.6 (Ant 1.6.2 is current in the Eclipse 3.1 Milestone as of this writing), you will needcommons-net.jar and the Jakarta ORO JAR file.

Grab the applicable files above and put them in your
$ECLIPSEHOME/plugins/org.apache.ant_$CURRENTVERSION/lib
folder. You’ll then need to add the file(s) you copied to this directory to the Ant classpath which you can do by going to Window > Preferences, traverse down the tree on the left to Ant > Runtime, and use the dialog box which appears to add them. I usually use the “Add External JAR’s” option myself. Click “OK” when done,and then you should be good to go. You may however need to restart Eclipse.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: