Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] The Helios M1 repo, 3.6 repo, and repo2runnable

> The reason that I bring this up
> in on the cross projects list is to see if we can make sure the Helios
> M2 repo is correct, and for that I would imagine we need some help
> from the p2 guys.

1. 
I have only half read the subsequent responses of this issue, 
but is there really anything incorrect with the Helios M1 repository? 
By which I mean the one at /releases/helios

I get the impression it was only the platform's I-build repo that was not 
as you expected, but wanted to make sure I had (half) read the responses 
correctly. 

2. 
I also feel a need to warn you, at the last Planning Council meeting I 
asked the group
if we should keep the Simultaneous Release repos goal "for end users only" 
or try to 
expand the goal and attempt to prepare them for use by committers and 
adopters to build against. 
The later taking more work, of course. And there was complete silence. No 
one in PC 
expressed a desire or need to do that. So ... the warning is ... if you 
try to use /releases/helios 
repo to build against, you will likely always be finding problems where it 
doesn't quite work as 
you might need (for example, some projects do not put "SDK" packages 
there, just minimal runtimes). 

It's great if you want to push the limits, but you may get to a point 
where a project is unwilling 
to make an enhancement for this type of use. I'm not being argumentative 
or promoting one solution or 
another ... just passing on info that I know. Hope it helps. 










From:
Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx>
To:
P2 developer discussions <p2-dev@xxxxxxxxxxx>, Cross project issues 
<cross-project-issues-dev@xxxxxxxxxxx>, "Eclipse platform release 
engineering list." <platform-releng-dev@xxxxxxxxxxx>
Date:
09/11/2009 03:56 PM
Subject:
[cross-project-issues-dev] The Helios M1 repo, 3.6 repo,        and 
repo2runnable
Sent by:
cross-project-issues-dev-bounces@xxxxxxxxxxx



I'm using the PDE build task repo2runnable to create the repo for my e4 
builds:
                 <target name="postSetup">
                                 <antcall target="getBaseComponents" />
                                 <p2.repo2runnable 
destination="${transformedRepoLocation}">
                                                 <source>
 <repository
location="http://download.eclipse.org/eclipse/updates/3.6-I-builds"; />
 <repository location="http://download.eclipse.org/releases/helios"; />
                                                 </source>
                                 </p2.repo2runnable>
                 </target>

While processing the 2 repos, I get an error followed by a build failure.

I'm guessing there's some problem with the helios M1 repo
(org.aspectj.weaver) and the 3.6 I build repo
(org.eclipse.swt.tools,com.ibm.icu.base) that is preventing the
repo2runnable task from completing.  The reason that I bring this up
in on the cross projects list is to see if we can make sure the Helios
M2 repo is correct, and for that I would imagine we need some help
from the p2 guys.

First the error output to the console:

 [Fatal Error] :6362:127: Premature end of file.

Then, from adding verbose to the ant build I get number of exceptions
about "Error occurred while transforming repository" followed by some
p2 output:

Contains: session context
was:(profile=1252694049920-0.030511035921813257,
phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect,
operand=, action=).
Contains: No repository found containing:
osgi.bundle,org.aspectj.weaver,1.6.5.20090618034232
Contains: No repository found containing:
org.eclipse.update.feature,master-jetty,1.0.0.v20090305-786BgAkF77g7UG828T55
Contains: No repository found containing:
osgi.bundle,com.ibm.icu.base,4.0.1.v20090822
Contains: No repository found containing:
org.eclipse.update.feature,master-jetty,1.0.0.v20090305-786BgAkF77g7UEE28T55
Contains: No repository found containing:
osgi.bundle,com.ibm.icu.base.source,4.0.1.v20090822
Contains: No repository found containing:
org.eclipse.update.feature,master-jetty,1.0.0.v20090305-786BgAkF77g7UFB28T55
Contains: No repository found containing:
osgi.bundle,org.aspectj.runtime,1.6.5.20090618034232
Contains: No repository found containing:
org.eclipse.update.feature,master-jetty,1.0.0.v20090305-786BgAkF77g7VDF28T55
Contains: No repository found containing:
org.eclipse.update.feature,master-ecf,1.0.0.v20090316-7i773FHlEcfKexT0Jz-IkF
Contains: No repository found containing:
osgi.bundle,org.eclipse.swt.tools,3.6.0.v3608
Contains: No repository found containing:
org.eclipse.update.feature,master-equinox-weaving,1.0.0.v20090817-37B797733L3F5J39B797
Contains: No repository found containing:
org.eclipse.update.feature,com.ibm.icu.base,1.1.0.v20090119-79-18s733L3J77


Later,
Paul

-- 
Paul Webster
Hi floor.  Make me a sammich! - GIR
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev





Back to the top