Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] AW: FTP-transfer after building .exe

Hi Olav,

cooool stuff, it almost works :-)

============================
Buildfile: D:\Projekt\RTP\Work\MyGnu\Beamfile.xml
init_1:
init_2:
init_3:
init_4:
init:
ftpupload:
     [echo] --- using setting ---
     [echo] filepath  : Debug
     [echo] filename  : MyGnu.exe
     [echo] local  ip : 127.0.0.1
     [echo] remote ip : nm_imc2
     [echo] username  : rtp
     [echo] password  : rtp
BUILD FAILED: java.lang.NoClassDefFoundError: org/apache/commons/net/ftp/FTPClient
Total time: 391 milliseconds
================================

So, where do I get the apache FTPClient class? Is there a plugin missing?

Bye,


Norbert


Back to the top