Skip to main content

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

Olav,

works great!
Thanks a lot!


Norbert

-----Ursprüngliche Nachricht-----
Von: cdt-dev-admin@xxxxxxxxxxx [mailto:cdt-dev-admin@xxxxxxxxxxx]Im
Auftrag von Zarges, Olav
Gesendet: Donnerstag, 17. Februar 2005 14:01
An: cdt-dev@xxxxxxxxxxx
Betreff: [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
>
>
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top