Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Eclipse bundles no more found

we need more specific info -- Full debug build log and sample project to reproduce the issue.

Regards
Jan


-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Oliver Pfau
Sent: Montag, 6. Februar 2012 14:37
To: Tycho user list (tycho-user@xxxxxxxxxxx)
Subject: [tycho-user] Eclipse bundles no more found

Hi,

my build used Tycho in version 0.14.0-SNAPSHOT (build server war and eclipse rcp client). Now the eclipse bundles are no more found. Few days ago all worked. Eclipse bundles are defined as repository in pom:

<repository>
	<releases>
		<enabled>true</enabled>
		<updatePolicy>interval:60</updatePolicy>
	</releases>
	<snapshots>
		<enabled>false</enabled>
	</snapshots>
		<id>eclipse-indigo</id>
		<layout>p2</layout>
		<name>Eclipse repository</name>
		<url>http://download.eclipse.org/releases/indigo</url>
</repository>

Build was running with 0.12.0 but not with 0.13.0. Now no more with 0.14.0-SNAPSHOT.
Any ideas?

Regards
Oliver
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top