From b39f6ca0cf1674a70fe0f1e9e31030e9beacb202 Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Jul 21 2008 03:02:00 +0000 Subject: Yet more debugging. --- diff --git a/eclipse.spec b/eclipse.spec index 47bd924..cb9fffa 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -741,7 +741,7 @@ org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \ mv $installDir/configuration/config.ini{,.bak} cp -p %{SOURCE22} $installDir/configuration/config.ini -chmod u+x $installDir/eclipse +find $RPM_BUILD_ROOT # Debugging? Add -debug and -consolelog # Provision with director @@ -750,6 +750,7 @@ java \ org.eclipse.core.launcher.Main \ -application \ org.eclipse.equinox.p2.director.app.application \ +-debug -consolelog \ -flavor tooling \ -installIU "Fedora Eclipse Platform" \ -version %{version} \ @@ -767,8 +768,7 @@ org.eclipse.equinox.p2.director.app.application \ -Declipse.p2.data.area=$provisionDir/p2 echo "Provisioned stuff:" -ls $RPM_BUILD_ROOT/%{_libdir} -find $provisionDir +find $RPM_BUILD_ROOT exit 1