Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] How to build the 3.4.2 release?

Interesting.  The top level "eclipse" name can be changed.  I am
simply trying to use a bundle pool and group the profiles and bundle
pool as peers in a known location for our users.  I'll experiment with
how things work when the parent folder of the profiles is named
something other than "eclipse".

--Terry

On Wed, Feb 11, 2009 at 7:00 PM, Pascal Rapicault
<Pascal_Rapicault@xxxxxxxxxx> wrote:
> In this case because bundle_pool is under eclipse, the bundles.info which I
> assume is located under profile1 or something like that will end up having
> relative paths.
> Could you tell more about what it is you are trying to do?
>
> Terry Parker ---02/11/2009 03:05:46 PM---Thanks for the information. My
> setup is this:
>
>
> From:
> Terry Parker <tparker@xxxxxxxxxx>
> To:
> P2 developer discussions <p2-dev@xxxxxxxxxxx>
> Cc:
> p2-dev-bounces@xxxxxxxxxxx
> Date:
> 02/11/2009 03:05 PM
> Subject:
> Re: [p2-dev] How to build the 3.4.2 release?
> ________________________________
>
>
> Thanks for the information.
>
> My setup is this:
>
> - ${user}/eclipse
>    -bundle_pool
>    -profile1
>    -profile2
>    -profile3
>
> So it is a peer to my installation folders.  Are you saying that when
> the first profile is installed, it should be created with a
> bundles.info file that uses absolute paths?
>
> --Terry
>
> On Wed, Feb 11, 2009 at 11:57 AM, Pascal Rapicault
> <Pascal_Rapicault@xxxxxxxxxx> wrote:
>> The paths in the bundles.info are relative if p2 realize that your install
>> is self-contained.
>> Are you suer that your bundle pool is not locate under the install folder?
>> You can find all the code in the /cvsroot/rt repo under
>> equinox/p2/bundles.
>> The stream for all the relevant bundles is R3_4_maintenance.
>> You can also load the code using the releng tools and grabbing the map
>> file
>> directly from the download page of a particular download.
>>
>> HTH
>>
>> Terry Parker ---02/11/2009 01:34:12 PM---Whenever I do an installation
>> from
>> within the 3.4.2 RC2 release, the "config.ini" and "bundles.info"
>>
>>
>> From:
>> Terry Parker <tparker@xxxxxxxxxx>
>> To:
>> p2-dev@xxxxxxxxxxx
>> Date:
>> 02/11/2009 01:34 PM
>> Subject:
>> [p2-dev] How to build the 3.4.2 release?
>> ________________________________
>>
>>
>> Whenever I do an installation from within the 3.4.2 RC2 release, the
>> "config.ini" and "bundles.info" files get written out with the
>> relative path to the bundle pool stripped out (I haven't seen any of
>> these issues with the 3.5 release).  I'm looking to deploy an internal
>> Eclipse release of 3.4.2 but I'll need to either fix this or abandon
>> the use of bundle pools.  Can someone direct me on where to find the
>> Release_2_1 stream, so I can start poking around?
>>
>> Thanks,
>> Terry Parker
>> _______________________________________________
>> p2-dev mailing list
>> p2-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/p2-dev
>>
>>
>>
>> _______________________________________________
>> p2-dev mailing list
>> p2-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/p2-dev
>>
>>
> _______________________________________________
> p2-dev mailing list
> p2-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/p2-dev
>
>
>
> _______________________________________________
> p2-dev mailing list
> p2-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/p2-dev
>
>


Back to the top