eclipse plug-in is very easy to create, why not create one for yourself?
use ant (i remenber there is a build in task putting files to ftp server )
or find a open source ftp client software, and wrap it.
"ShadowMan" <shadow@shadow.xxx> ????????????
:bl99ls$35n6@intra09.infocamere.it...
> Hi all
[quoted text clipped - 7 lines]
> --
> ShadowMan
ShadowMan - 29 Sep 2003 15:56 GMT
> eclipse plug-in is very easy to create, why not create one for yourself?
> use ant (i remenber there is a build in task putting files to ftp server )
[quoted text clipped - 8 lines]
> >
> > thanks
I'm a newbie of Eclipse...I'm using JBuilder at moment and I found a plugin
that can run external tool (like ncftp) over selected file. Such a plugin
can achieve what I need, but I can't find ones...
I tried to create a new plugin with the plugin-wizard but I stopped because
I don't know plugin developement architecture
thanks

Signature
ShadowMan
nielinjie - 29 Sep 2003 18:23 GMT
just read the doc with eclipse. it is so clear.
"ShadowMan" <shadow@shadow.xxx> ????????????
:bl9i2l$35n8@intra09.infocamere.it...
> > eclipse plug-in is very easy to create, why not create one for yourself?
[quoted text clipped - 18 lines]
> --
> ShadowMan
> Hi all
> I would like to compile java class locally and transfer it automatically to
[quoted text clipped - 3 lines]
>
> thanks
you could try writting and and build script. Ant supports ftp tasks
already, and eclipse and Ant are very well integrated.
you can find more information about ant at
http://ant.apache.org
Tim
ShadowMan - 30 Sep 2003 09:40 GMT
> > Hi all
> > I would like to compile java class locally and transfer it automatically to
[quoted text clipped - 10 lines]
>
> http://ant.apache.org
Well I'm following your suggestions, but whe I run build.xml inside Eclipse
(2.1.1) I get an error like this
[ftp] BUILD FAILED: file:C:/projects/myproject/ant/build.xml:33: Could not
create task or type of type: ftp.
How can I configure ant to use ftp task?
thanks

Signature
ShadowMan