I go into Find and Install, Search for new features. I added a remote site
pointing to http://update.eclipse.org/updates/3.1/. I select it. It finds
the 3.1.2 updates I select them and it starts downloading. It downloads
the first three files fine. After the third file it starts on file
org.eclipse.platform.source.linux.gtk.x86_64_3.1.2.jar it immediately pops
a dialog that says "Update operation has failed" and the update ends. I
tried four different mirrors and it dies in the exact same place for all
four. There's nothing in any of the configuration log files. Any ideas on
what's causing the update to fail would be greatly appreciated.
> I go into Find and Install, Search for new features. I added a remote site
> pointing to http://update.eclipse.org/updates/3.1/. I select it. It finds
[quoted text clipped - 5 lines]
> four. There's nothing in any of the configuration log files. Any ideas on
> what's causing the update to fail would be greatly appreciated.
You may get an answer from this news group but may want to try the
correct NG on Eclipse's NNTS at news.gmane.org
newsgroups eclipse.platform or eclipse.newcomer
You will need a password to post to their NNTP. You can get a free one
from: http://www.eclipse.org/newsgroups
Up in the right hand conner "Request a Password".

Signature
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
I find myself doing this in editors, e.g converting
the great escape --> The Great Escape
or
SCID Source Cod in Database --><span class="term">SCID</span>
<b>S</b>ource <b>C</b>ode <b>I</b>n <b>D</b>atabase
I could describe such transforms with small bit of Java that took one
string parm and emitted one string parm. I would be nice If you could
write the method and add it to your editor with just a few keystrokes
and assign it a name or key to invoke.
Has anyone ever come across such as instant-extending editor?
Macro languages are never powerful enough, and you never learn them as
well as you learn Java.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Boris Gorjan - 23 Feb 2006 13:04 GMT
> I find myself doing this in editors, e.g converting
>
[quoted text clipped - 14 lines]
> Macro languages are never powerful enough, and you never learn them as
> well as you learn Java.
jEdit. Macros are written in Java. They're exeecuted using BeanShell. Actually,
with it, you can "evaluate" every bit of code you want.
http://www.jedit.org/