Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » 'Cloud' example build on 3.5RC2
'Cloud' example build on 3.5RC2 [message #597944] Thu, 28 May 2009 14:21
michael.sacarny is currently offline michael.sacarnyFriend
Messages: 103
Registered: July 2009
Location: USA
Senior Member
I built the cloud example
( http://aniefer.blogspot.com/2009/03/building-p2-rcp-products -in-eclipse.html)
on SDK/Delta 3.5RC2 to help plan the conversion of our 3.4.1 RCP Product
scripts to simpler, 3.5 scripts. JAVA_HOME =<path to jdk1.6.0_07>) Here is
what I had to modify for a good build:
a) Add org.eclipse.equinox.p2.repository to Product, Dependencies, to
satisfy requirements.
b) Update product build.properties: JavaSE-1.6=${java.home}/lib/rt.jar

Once I did that, buildProduct.xml built the Product, however there were
troubling console entries:

mirrorArchive:
[p2.mirror] Problems resolving provisioning plan.
[p2.mirror] Unable to satisfy dependency from
org.eclipse.equinox.executable.feature.group
3.3.200.v20090521-1800-7M-Fm-FI3UouOe61h3BYGC to
org.eclipse.equinox.launcher.gtk.solaris.sparc [1.0.200.v20090519].
[p2.mirror] Unable to satisfy dependency from
org.eclipse.equinox.executable.feature.group
3.3.200.v20090521-1800-7M-Fm-FI3UouOe61h3BYGC to
org.eclipse.equinox.launcher.gtk.solaris.x86 [1.0.200.v20090519].
[p2.mirror] Unable to satisfy dependency from
org.eclipse.equinox.executable.feature.group
3.3.200.v20090521-1800-7M-Fm-FI3UouOe61h3BYGC to
org.eclipse.equinox.launcher.motif.solaris.sparc [1.0.200.HEAD].
:
:

and this:

runDirector:
[echo] This application is deprecated. Please use the
org.eclipse.equinox.p2.director application.
[echo] Installing
org.eclipse.equinox.p2.examples.rcp.cloud.product 1.0.0.200905281004.

Question 1: What is the significance of the provisioning plan errors? Any
workaround?
Question 2: What is the significance of runDirector using the deprecated
application. Is it safe to use the deprecated application going forward?

Thanks,
MSacarny
Previous Topic:NewSearchUI EmptySearchView
Next Topic:'Cloud' PDE style on our product in 3.5RC2
Goto Forum:
  


Current Time: Thu Mar 28 14:39:16 GMT 2024

Powered by FUDForum. Page generated in 0.02779 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top