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?

But there is a workaround: http://stackoverflow.com/a/11567062/1523648

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


Back to the top