Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Resource p2 repository not found with 0.13.0

In Tycho 0.13.0, the target file interpretation changed. Repositories with layout p2 should not be affected.

If you can reproduce the problem in a minimal, standalone project, you may open a bug report. Otherwise you could provide some more details (e.g. a complete build log) to give the people here on the list a chance to help you.

Regards
Tobias

> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
> bounces@xxxxxxxxxxx] On Behalf Of Oliver Pfau
> Sent: Freitag, 28. Oktober 2011 08:22
> To: Tycho user list (tycho-user@xxxxxxxxxxx)
> Subject: [tycho-user] Resource p2 repository not found with 0.13.0
> 
> Hi,
> 
> switched from tycho 0.12.0 (my build works fine with this version) to
> 0.13.0. With 0.13.0 tycho can not find a bundle in my created p2
> repository. I create the p2 repository with the eclipse.exe. It is added
> like this:
> 
> <repository>
> 	<releases>
> 		<enabled>true</enabled>
> 		<updatePolicy>interval:60</updatePolicy>
> 	</releases>
> 	<snapshots>
> 		<enabled>false</enabled>
> 	</snapshots>
> 	<id>local-bundles</id>
> 	<layout>p2</layout>
> 	<name>Locale bundle for tycho</name>
> 	<url>file:///D:/p2testrepo</url>
> </repository>
> 
> A bug or do I have to migrate something?
> 
> Regards,
> Oliver
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top