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?

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?
>


Back to the top