Problem running ant ftp-task [message #313102] |
Thu, 01 March 2007 06:15 |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.04876 seconds