Community
Participate
Working Groups
Build Identifier: 20090920-1017 My product need to automatically update on application startup...but there is a strange problem! If I point the update to a local repository, it's all right. If I point the update to a web repository, the update is not completed. The new features are downloaded, but not installed. In particular, the file \configuration\org.eclipse.equinox.simpleconfigurator\bundles.info is not updated. The old feature files are not deleted. I logged my code, all the code seems to be executed in the same way, but at the end the method: IStatus status = engine.perform(....) return an IStatus.ERROR. I am using Galileo (build 20090920-1017) and Vista. Thank you in advance for any hint! Reproducible: Always Steps to Reproduce: 1. export a product with auto-update at startup (e.g. take http://github.com/ralfebert/org.eclipse.equinox.p2.autoupdate) 2. use a local repo 3. export again and use a web repo (identical to the local one)
I have not been able to reproduce this. May you had issue with a proxy.