Skip to main content

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

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


Back to the top