[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Re: External Plug-in Modification
|
- From: Paul Webster <pwebster@xxxxxxxxxx>
- Date: Wed, 27 Sep 2006 20:36:11 -0400
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- User-agent: Thunderbird 1.5.0.7 (X11/20060913)
Bob wrote:
[... procedure snip ...]
Right ... that's what you would have to do to get it working
If you are tiring of this, maybe you could at least point me to a website
that has this procedure detailed. I have looked but there are so many hits
for these keywords it's hard to parse through it all. So far I've found
nothing.
I'm not tired of it, I'm sorry I can't be of more help ... you've hit
the crux of trying to replace a class in a contributed plugin ... how do
you build the .class file (swapping it into the jar is just mechanical).
But like Dave suggested, why not pass the port into the FTP task in the
ant script itself?
It's as simple as adding port="2121" to the <ftp/> task in the build script.
Later,
PW