|
Re: Latest Buckminster3.6 does not download target platform [message #513844 is a reply to message #513823] |
Thu, 11 February 2010 13:32 |
|
On 02/11/2010 01:23 PM, Martin Taal wrote:
> Hi,
> I have downloaded the latest buckminster 3.6 headless an hour ago. This
> version (compared to the one I downloaded a week back) does not seem to
> resolve the dependencies of plugins. Afaics it only downloads
> dependencies defined in a cspex file but not the dependencies defined in
> the MANIFEST.MF (for example none of the org.eclipse.emf.*
> features/plugins are downloaded to the target platform.
>
> Btw, the same issue I can see with the cdo builds which are currently
> being done using buckminster.
>
The target platform is populated. It's just not used for some reason.
> Has something changed in the configuration since a week back?
>
yes. A lot has changed. We're looking into this now. Stay tuned.
- thomas
|
|
|
|
Re: Latest Buckminster3.6 does not download target platform [message #513976 is a reply to message #513948] |
Thu, 11 February 2010 21:09 |
|
Hi Martin,
Do you have an explicit dependency to the org.eclipse.emf feature from one of your own features or cspecs?
Regards,
Thomas Hallgren
On 02/11/2010 07:35 PM, Martin Taal wrote:
> Hi Thomas,
> Maybe this is related.
> The plugins are there but the features are not there for these
> dependencies:
> see here:
> https://build.eclipse.org/hudson/job/emf-teneo-nightly/ws/bu ild/N201002110818/build/tp/features/
>
> there is no org.eclipse.emf feature
> but the emf plugins have been downloaded:
> https://build.eclipse.org/hudson/job/emf-teneo-nightly/ws/bu ild/N201002110818/build/tp/plugins/
>
>
> gr. Martin
>
> Thomas Hallgren wrote:
>> On 02/11/2010 01:23 PM, Martin Taal wrote:
>>> Hi,
>>> I have downloaded the latest buckminster 3.6 headless an hour ago. This
>>> version (compared to the one I downloaded a week back) does not seem to
>>> resolve the dependencies of plugins. Afaics it only downloads
>>> dependencies defined in a cspex file but not the dependencies defined in
>>> the MANIFEST.MF (for example none of the org.eclipse.emf.*
>>> features/plugins are downloaded to the target platform.
>>>
>>> Btw, the same issue I can see with the cdo builds which are currently
>>> being done using buckminster.
>>>
>> The target platform is populated. It's just not used for some reason.
>>
>>> Has something changed in the configuration since a week back?
>>>
>> yes. A lot has changed. We're looking into this now. Stay tuned.
>>
>> - thomas
>
>
|
|
|
Re: Latest Buckminster3.6 does not download target platform [message #513980 is a reply to message #513976] |
Thu, 11 February 2010 21:32 |
Martin Taal Messages: 5468 Registered: July 2009 |
Senior Member |
|
|
Yeah you are right that's it, I refer to the plugins not to the features.
gr. Martin
Thomas Hallgren wrote:
> Hi Martin,
> Do you have an explicit dependency to the org.eclipse.emf feature from
> one of your own features or cspecs?
>
> Regards,
> Thomas Hallgren
>
> On 02/11/2010 07:35 PM, Martin Taal wrote:
>> Hi Thomas,
>> Maybe this is related.
>> The plugins are there but the features are not there for these
>> dependencies:
>> see here:
>> https://build.eclipse.org/hudson/job/emf-teneo-nightly/ws/bu ild/N201002110818/build/tp/features/
>>
>>
>> there is no org.eclipse.emf feature
>> but the emf plugins have been downloaded:
>> https://build.eclipse.org/hudson/job/emf-teneo-nightly/ws/bu ild/N201002110818/build/tp/plugins/
>>
>>
>>
>> gr. Martin
>>
>> Thomas Hallgren wrote:
>>> On 02/11/2010 01:23 PM, Martin Taal wrote:
>>>> Hi,
>>>> I have downloaded the latest buckminster 3.6 headless an hour ago. This
>>>> version (compared to the one I downloaded a week back) does not seem to
>>>> resolve the dependencies of plugins. Afaics it only downloads
>>>> dependencies defined in a cspex file but not the dependencies
>>>> defined in
>>>> the MANIFEST.MF (for example none of the org.eclipse.emf.*
>>>> features/plugins are downloaded to the target platform.
>>>>
>>>> Btw, the same issue I can see with the cdo builds which are currently
>>>> being done using buckminster.
>>>>
>>> The target platform is populated. It's just not used for some reason.
>>>
>>>> Has something changed in the configuration since a week back?
>>>>
>>> yes. A lot has changed. We're looking into this now. Stay tuned.
>>>
>>> - thomas
>>
>>
>
--
With Regards, Martin Taal
Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Cell: +31 (0)6 288 48 943
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@springsite.com - mtaal@elver.org
Web: www.springsite.com - www.elver.org
|
|
|
Re: Latest Buckminster3.6 does not download target platform [message #513982 is a reply to message #513980] |
Thu, 11 February 2010 21:56 |
|
On 02/11/2010 10:32 PM, Martin Taal wrote:
> Yeah you are right that's it, I refer to the plugins not to the features.
>
Ok. One less thing to worry about :-)
Just so you know, I'm working hard on fixing this issue. I'm building CDO on my local machine under the same conditions
that it's built on hudson (well aside from a buggy J9 JVM and ppc64 architecture). I hope I'll be able to reproduce it.
Time will tell.
Regards,
Thomas Hallgren
|
|
|
Re: Latest Buckminster3.6 does not download target platform [message #514271 is a reply to message #513823] |
Sat, 13 February 2010 10:11 |
|
Hi Martin,
After a lot of trial and error, I've found that under some circumstances (that are still not clear to me), the TP
information is not properly saved during import. Something is missing when the build starts. To rectify that, I added a
full TP reset (no download, just an internal reset) when a build is issued using the 'thorough' option. This seems to
work well for the CDO build.
Please change your invocation of the build command to use parameter --thorough and check if that fixes your problem too.
Regards,
Thomas Hallgren
On 02/11/2010 01:23 PM, Martin Taal wrote:
> Hi,
> I have downloaded the latest buckminster 3.6 headless an hour ago. This
> version (compared to the one I downloaded a week back) does not seem to
> resolve the dependencies of plugins. Afaics it only downloads
> dependencies defined in a cspex file but not the dependencies defined in
> the MANIFEST.MF (for example none of the org.eclipse.emf.*
> features/plugins are downloaded to the target platform.
>
> Btw, the same issue I can see with the cdo builds which are currently
> being done using buckminster.
>
> Has something changed in the configuration since a week back?
>
|
|
|
Powered by
FUDForum. Page generated in 0.03642 seconds