Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Is there any way to give more than one target platform location?

Sure. But this was only meant as a workaround anyway. The solution is to ask the authors of your reference to either publish their artifacts in p2 repositories or Maven repositories.

Regards
Tobias


> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
> bounces@xxxxxxxxxxx] On Behalf Of Max Rydahl Andersen
> Sent: Montag, 27. August 2012 14:14
> To: Tycho user list
> Subject: Re: [tycho-user] Is there any way to give more than one target
> platform location?
> 
> 
> On 27 Aug 2012, at 09:29, "Oberlies, Tobias" <tobias.oberlies@xxxxxxx>
> wrote:
> 
> > But there is a workaround: http://stackoverflow.com/a/11567062/1523648
> 
> but this require a complete aggregate of the site to be made everytime a
> change occur - even more overhead; and also forces full load of the full
> target platform for those who only needs a subpart...
> 
> 
> 
> > And an additional remark: Don't use "-Dtycho.targetPlatform". This
> option kind of gives location type "directory" support, but it also
> activates a really old (pre-p2) dependency resolution mechanism which has
> been deprecated for a while now and probably no longer work properly.
> Instead, apply the workaround above.
> >
> > Regards
> > Tobias
> >
> >
> >> -----Original Message-----
> >> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
> >> bounces@xxxxxxxxxxx] On Behalf Of Igor Fedorenko
> >> Sent: Mittwoch, 22. August 2012 12:58
> >> To: tycho-user@xxxxxxxxxxx
> >> Subject: Re: [tycho-user] Is there any way to give more than one target
> >> platform location?
> >>
> >> No
> >>
> >> --
> >> Regards,
> >> Igor
> >>
> >> On 12-08-22 5:31 AM, dip v wrote:
> >>> Hi,
> >>>
> >>> I am building eclipse plugin which uses bundles from 2 locations.
> >>> with reference from
> >>> http://wiki.eclipse.org/Tycho/Target_Platform#Target_files, I cant
> have
> >>> .target file with location type directory. so there any other way to
> >>> build eclipse plugin using tycho with more than one
> >>> "-Dtycho.targetPlatform" location.
> >>>
> >>> thnx.
> >>>
> >>>
> >>> _______________________________________________
> >>> 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
> > _______________________________________________
> > 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