-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I tried to setup Luna as follows:
::eclipse { "eclipse":
downloadurl => 'http://ftp.fau.de/eclipse/technology/epp/downloads/release/luna/SR2/eclipse-java-luna-SR2-linux-gtk-x86_64.tar.gz',
downloadfile => 'eclipse-java-luna-SR2-linux-gtk-x86_64.tar.gz',
pluginrepositories => ['http://download.eclipse.org/releases/luna/'],
require => [Package["gnome-app-install"], Class["Java"]],
}
Installation fails with
==> default: Error: /usr/lib/eclipse/eclipse -nosplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/luna/, -destination /usr/lib/eclipse -installIU returned 13 instead of one of [0]
I seems that -installIU is missing a parameter. Any hints?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels