Skip to main content

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

Hi Norbert,

yes, the library commons-net-1.2.2.jar needs to be added on the Classpath-page of the "Edit launch configuration properties"- dialog
--> add external JARs.

You can find it here "http://jakarta.apache.org/site/binindex.cgi";. (I just see, a new version is available).

Best regards
Olav

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