Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] .target <location> no longer working without <unit>s?

http://wiki.eclipse.org/Tycho/Release_Notes/0.13 

"For target definition files, only the resolved content of the target definition is added to the target platform (see the "Content" tab of the corresponding editor in Eclipse)."

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Eric Jain
Sent: Montag, 26. September 2011 01:24
To: tycho-user
Subject: Re: [tycho-user] .target <location> no longer working without <unit>s?

Correction: Creating a <unit> for each bundle does seem to work.

For some reason I also had to replace "file:///var/p2" with
"file:/var/p2/" to get the build to work on win32...


On Sun, Sep 25, 2011 at 13:55, Eric Jain <eric.jain@xxxxxxxxx> wrote:
> For Tycho 0.10.0 I would use the FeaturesAndBundlesPublisher to
> convert a bunch of bundles into a p2 repo that could be referenced
> like so from a .target definition:
>
>  <location includeAllPlatforms="false" includeMode="planner"
> type="InstallableUnit">
>    <repository location="file:///var/p2"/>
>  </location>
>
> But after upgrading Tycho to 0.13.0 none of these bundles are found.
> Bundles are still found in other locations that have an explicit list
> of <unit>s that refer to features in a p2 repo.
>
> So do I need to create a dummy feature for each 3rd party bundle I want to use?
>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top