Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Fwd: Error when mirroring GEF 3.5.2 p2 repository
Fwd: Error when mirroring GEF 3.5.2 p2 repository [message #525017] Mon, 05 April 2010 06:36
Roland Tepp is currently offline Roland TeppFriend
Messages: 336
Registered: July 2009
Senior Member
Hi, I opriginally sent this question to Equinox (since it pretains to p2
repository mirroring), but got no answer, so I assume GEF would be
better place to ask this...

-------- Algne kiri --------
Teema: Error when mirroring GEF 3.5.2 p2 repository
Kuupäev: Wed, 24 Mar 2010 18:36:00 +0200
Kellelt: Roland Tepp <roland@videobet.com>
Organisatsioon: Videobet
Uudistegrupid: eclipse.technology.equinox

Hi,

I am trying to automate assembly of a target platform for our build
system and I've decided to use p2 mirroring for that.

For various different reasons, I've decided to assemble the target
platform from previously downloaded p2 repository archives stored locally.

I have an ant file with a target like this:

<target name="build-eclipse-p2" description="Builds target platform">
<p2.mirror verbose="true" destination="${basedir}/eclipse"
source="${basedir}/org.eclipse.rcp.source-p2repo-3.5.2.zip" />
<p2.mirror verbose="true" destination="${basedir}/eclipse"
source="${basedir}/equinox-SDK-3.5.2.zip" />
<p2.mirror verbose="true" destination="${basedir}/eclipse"
source="${basedir}/org.eclipse.ecf.sdk_3.2.0.v20100219-1253.zip " />
<p2.mirror verbose="true" destination="${basedir}/eclipse"
source="${basedir}/GEF-Update-3.5.2.zip" />
</target>

The problem I'm seeing is that at the end of this target execution I see
following error message:

>>>>>>>>>>>>
[p2.mirror] Mirroring:
osgi.bundle,org.eclipse.gef,3.5.1.v20090910-2020 (Descriptor: canonical:
osgi.bundle,org.eclipse.gef,3.5.1.v20090910-2020)
[p2.mirror] Messages while mirroring artifact descriptors.
[p2.mirror] Artifact not found:
osgi.bundle,org.eclipse.gef,3.5.1.v20090910-2020.
[p2.mirror]
jar:file:/D:/workspaces/vbsvn-Trunk/target-platform/GEF-Upda te-3.5.2.zip!/plugins/org.eclipse.gef_3.5.1.v20090910-2020.j ar

BUILD FAILED
D:\workspaces\vbsvn-Trunk\target-platform\build.xml:86: Messages while
mirroring artifact descriptors.
Artifact not found:
osgi.bundle,org.eclipse.gef,3.5.1.v20090910-2020.Messages while
mirroring artifact descriptors.
Artifact not found: osgi.bundle,org.eclipse.gef,3.5.1.v20090910-2020.
<<<<<<<<<<<<

I have tried putting several sources into one single p2.mirror task, but
that one fails even earlier:

>>>>>>>>>>>>
[p2.mirror] Messages while mirroring artifact descriptors.
[p2.mirror] Artifact not found: canonical:
osgi.bundle,org.eclipse.gef.examples.flow.source,3.5.0.v2009 0422-2346.

BUILD FAILED
D:\workspaces\vbsvn-Trunk\target-platform\build.xml:83: Messages while
mirroring artifact descriptors.
Artifact not found: canonical:
osgi.bundle,org.eclipse.gef.examples.flow.source,3.5.0.v2009 0422-2346.Messages

while mirroring artifact descriptors.
Artifact not found: canonical:
osgi.bundle,org.eclipse.gef.examples.flow.source,3.5.0.v2009 0422-2346.
<<<<<<<<<<<<

--
Roland Tepp
Previous Topic:Wrong z-order in outline
Next Topic:Icon label parallel to connection
Goto Forum:
  


Current Time: Wed Apr 24 15:58:14 GMT 2024

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

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

Back to the top