Delta pack bundles not resolving [message #542061] |
Wed, 23 June 2010 12:41  |
Eclipse User |
|
|
|
I am getting error messages while doing an Update Site Build All such as:
Bundle org.eclipse.swt.win32.win32.x86_64_3.5.1.v3555a failed to resolve.:
I have the Delta Pack installed and it is installed in the target platform.
I am running on Windows 7.
My goal is to put all the bundles in the delta pack into one repository, so
that I can use it in my headless build.
I saw in the forum that if you specify the os, window system etc then the
system will resolve the bundle for you.
That means that for me to build an update site containing all the bundles in
the delta pack, I have to write the os, window system for all bundles.
Has someone done this before?
Is there an easier option?
Why isn't there an existing repository for the delta pack?
Thanks
|
|
|
Re: Delta pack bundles not resolving [message #658232 is a reply to message #542061] |
Mon, 07 March 2011 09:00  |
Eclipse User |
|
|
|
I am trying to create a valid DeltaPack update site using p2.mirror, using
the following ant task (see
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/p2_repositorytasks.htm):
<target name="p2.mirror.deltapack">
<p2.mirror source="${helios.updates}" verbose="true"
log="${basedir}/p2_mirror_delta_pack.log">
<destination location="file://${repository.deltapack.loc}" name="RCP
Delta Pack" />
<iu id="org.eclipse.platform.feature.group"/>
<iu id="org.eclipse.rcp.feature.group"/>
<iu id="org.eclipse.jdt.feature.group"/>
<iu id="org.eclipse.equinox.executable"/>
<slicingOptions includeOptional="false" includeNonGreedy="false"
followStrict="true" followOnlyFilteredRequirements="true" />
</p2.mirror>
</target>
It seems that the the whole DP features & bundles are successfully
downloaded to the local directory, say, ${DELTA_PACK_LOCATION}.
Looking at the downloaded artifacts this looks like a valid p2-like
update-site.
But if I am trying to refer to this location in my *.target (as update
site), the PDE sees an empty content.
Does anyone managed to mirror the DeltPack, and successfully refer to it?
I have tried to use the Equinox/p2/Installer (see here
http://wiki.eclipse.org/Equinox_p2_Installer), but unfortunately it seems
these installers are unavailable.
Is it a URL issue or the p2 installers projects are no more under
development?
Thank you in advance for your help
Jtonic
On Wed, 23 Jun 2010 19:41:31 +0300, geejay <gjmcknight@schlagundrahm.ch>
wrote:
> am getting error messages while doing an Update Site Build All such as:
> Bundle org.eclipse.swt.win32.win32.x86_64_3.5.1.v3555a failed to
> resolve.:
> I have the Delta Pack installed and it is installed in the target
> platform. I am running on Windows 7.
> My goal is to put all the bundles in the delta pack into one
> repository, so that I can use it in my headless build.
> I saw in the forum that if you specify the os, window system etc then
> the system will resolve the bundle for you.
> That means that for me to build an update site containing all the
> bundles in the delta pack, I have to write the os, window system for all
> bundles.
> Has someone done this before?
> Is there an easier option?
> Why isn't there an existing repository for the delta pack?
> Thanks
--
Respect
jtonic
|
|
|
Powered by
FUDForum. Page generated in 0.06151 seconds