Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Problem running ant ftp-task
Problem running ant ftp-task [message #313102] Thu, 01 March 2007 06:15
Eclipse UserFriend
Originally posted by: eiben.weite-welt.com

Hi,


I'm having a little problem running the ftp-task of ant within eclipse.
I added

<ftp password="xxx" server="webserver.acme.com" userid="yyy"
action="send" remotedir="~eiben/JavaStore" depends="yes">
<fileset file="${deploy.dir}/${earjar}" />
</ftp>

to my build-file, but when I try to execute the target I get

BUILD FAILED
java.lang.NoClassDefFoundError: org/apache/commons/net/ftp/FTPClient

I already checked the classpath of the ant-runtime, and the oro and the
commons-net jars are included in the path ... so what could be wrong? I
also check, that these files are located within the lib folder of the
ant plugin.

BTW: I'm using Eclipse 3.2.1 (with the included ant 1.6.5) running on
Windows XP.

-=-=-
.... Black holes suck.
Previous Topic:Icon for own filetype using XML content type Extension Point
Next Topic:[CommonNavigator] Updating selection
Goto Forum:
  


Current Time: Tue Jul 22 12:55:41 EDT 2025

Powered by FUDForum. Page generated in 0.04876 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top