Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Delta pack bundles not resolving
Delta pack bundles not resolving [message #542061] Wed, 23 June 2010 16:41 Go to next message
Geejay is currently offline GeejayFriend
Messages: 160
Registered: February 2010
Senior Member
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 14:00 Go to previous message
Antonel Ernest Pazargic is currently offline Antonel Ernest PazargicFriend
Messages: 69
Registered: July 2009
Member
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
Previous Topic:Content of http://download.eclipse.org/eclipse/updates/3.6 ?
Next Topic:Is it possible to mirror a deltapack and refer to it (as update site) in a *.target definition?
Goto Forum:
  


Current Time: Tue Apr 23 17:25:13 GMT 2024

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

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

Back to the top