| [news.eclipse.platform] Re: External Plug-in Modification |
Paul,
I've read up on ant, xml, and the workbench. I've played with the "external tools" of eclipse but can't seem to figure out anything but creating my own ant tool. I find no reference to modifying any ant task that exists as the eclipse ant plugin.
How do I get to the ant task that's associated with ftp?
It should be in the org.apache.ant_1.6.5 plugin somewhere. Like I said:
> 2) find the ant jar that contains the Ftp.class file > 3) replace it with your Ftp.class file (magically generated by you) > 4) rejar the plugin, and copy it back into eclipse/plugins directory > (saving the original, of course) > 5) restart eclipse with -clean
Later, PW