摘自: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.
本文介绍了如何在Eclipse中为Ant设置FTP任务。针对不同版本的Ant(1.5和1.6),需要下载不同的依赖文件,并将它们放置在特定的插件目录下。之后通过Eclipse的偏好设置添加这些依赖到Ant的类路径中。
1656

被折叠的 条评论
为什么被折叠?



