Community
Participate
Working Groups
I installed 20040407 and all was well. Afterwards I followed the 'Update Site' instructions for upgrading Eclipse with Cheetah. Afterwards I was given many errors and my install no longer works. I will attach my .log file shortly.
Created attachment 9338 [details] Log Failure of Fresh Install errors.
I suspect it rather has to do with the install component.
Is it possible to zip the eclipse\configuration directory and attach it here? Is the log attached the entire log or just a portion of it? If not the entire log, do you see a message "Could not rename temp file" ? I was able to reproduce the problem once, but I cannot consistently reproduce it. When it failed, it was caused by having saved the new config data into platform.xml.tmp and then, when renaming it to platform.xml, the operation failed, apparently caused by some lock being help on that file (just guessing)
Created attachment 9367 [details] configuration directory (zipped) Yes, it was the full log file from a fresh install. I've attached my config directory (zipped). I should be able to reproduce this if need be (I can't NOT reproduce it after all ;)).
Thanks. It looks like there is some regression in the update code, as the url's in the configuration appear as full paths (file:/blah.... instead of just features/org.eclipse.jdt/). I will try to fix this over the weekend.
It looks like this is somehow related to url comparisons, see bug 51165. I will add some workaround code to deal with various file: url formats.
Fixed.