Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Problem P2 jar resolvenebt with 0.13.0

No I do not use .target file. At this time there is only one tycho project so it is no problem at this to define it at one location. If I use .target file I think it is hard to ensure that the continuous integration build is not broken if somebody checks in the .target file for a developer local machine.
Is there a possiblity that it will work when I use a .target file? I think I have to click on button "share" in eclipse target platform definition?
 

-----Ursprüngliche Nachricht-----
Von: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] Im Auftrag von Igor Fedorenko
Gesendet: Mittwoch, 12. Oktober 2011 16:01
An: Tycho user list
Betreff: Re: [tycho-user] Problem P2 jar resolvenebt with 0.13.0

Are you using .target file to define build target platform?

Also, using settings.xml to define repositories makes builds harder to reproduce on other systems (i.e. all systems must be manually configured to have the same/similar settings.xml) and is generally a bad idea.

--
Regards,
Igor

On 11-10-12 9:36 AM, Oliver Pfau wrote:
> Hi,
> updated my build from tycho 0.12.0 to 0.13.0.
> in maven setting.xml there are some repository location defined 
> (eclipse, spring and my local p2 repository (there resources inside 
> for which I have not found a repository)).
> Unfortunately the jars from the p2 repositories are no more resolved 
> so the build fails.
> In the tycho log output the repositories are added, but content is not 
> resolved. With 0.12.0 it works. Any idea?
> Regards
> Oliver
>
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top