Community
Participate
Working Groups
Created attachment 179034 [details] the log (1284645189582.log) I tried re-installing the latest version of Buckminster on build.eclipse.org. It failed when trying to install the SVN connector: $ director/director -r http://download.cloudsmith.com/buckminster/external-3.6/ -d /opt/public/modeling/mdt/modisco/buckminster/install -p Buckminster -i org.eclipse.buckminster.subclipse.headless.feature.feature.group Installing org.eclipse.buckminster.subclipse.headless.feature.feature.group 1.1.0.r11564. Installation failed. An error occurred while collecting items to be installed session context was:(profile=Buckminster, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Problems downloading artifact: osgi.bundle,org.tmatesoft.svnkit,1.3.3.6648. Unpacking fails because intermediate file is empty: /tmp/work4554294219103395515/p2.optimizers.incoming743409270322472227.jar Application failed, log file location: /opt/public/modeling/mdt/modisco/buckminster/director/configuration/1284645189582.log
I don't know what changed, but today the same command worked.
Nothing changed at our end. The problem is that SVNkit contains Java 1.6 specific classes. Consequently, you need a Java 1.6 runtime in order to install. Could it be that you made an attempt first with a 1.5 runtime and now with 1.6?
Yes, I picked a Java 6 SDK the second time. That explains it!