| [news.eclipse.platform] Re: External Plug-in Modification |
The reason I'm looking into this is that our eclipse installation has an ftp client and my target has changed port numbers. I've found the file FTP.java down in a source tree under org.apache.ant_1.5.3 . This file defines the standard port of 21 for the ftp port. I simply desire to change this port number and re-build, create the .jar and put it into my plugins directory under my eclipse installation so that my client will have a different port number. I'm having trouble building this source though.
Why not just set the port in the ant task?
First off, can this be done with external plugins that come with the installation. I figured that if the source comes with it, then it can be built, but I noticed a line in the PDE guide under the Fragments section that says:
"Since external plug-ins cannot be changed inside the workbench, the environment inherently supports the fact that the fragment should be developed without modifying its target plug-in. "
When I import the plugin by Import->External Plug-ins and Fragments
And then select the ant plugin with added required plugins and choose extract source (because the source in zipped) It build with a ton of errors.
Later, PW