Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Materialzing target platform with sources
Materialzing target platform with sources [message #555299] Thu, 26 August 2010 09:20 Go to next message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 1823
Registered: July 2009
Senior Member
Hi,

I'ld like to materialze my development target platform using buckminster.
Is there a way to tell huckminster to download the sources?

Thanks,
Sven

--
--
Need professional support for Xtext or other Eclipse Modeling technologies?
Go to: http://xtext.itemis.com
Twitter : @svenefftinge
Blog : http://blog.efftinge.de
Re: Materialzing target platform with sources [message #555304 is a reply to message #555299] Thu, 26 August 2010 09:28 Go to previous messageGo to next message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 1823
Registered: July 2009
Senior Member
I just found the 'source' flag in the providers.
Let's see if they do what I want :-)

Am 8/26/10 11:20 AM, schrieb Sven Efftinge:
> Hi,
>
> I'ld like to materialze my development target platform using buckminster.
> Is there a way to tell huckminster to download the sources?
>
> Thanks,
> Sven
>


--
--
Need professional support for Xtext or other Eclipse Modeling technologies?
Go to: http://xtext.itemis.com
Twitter : @svenefftinge
Blog : http://blog.efftinge.de
Re: Materialzing target platform with sources [message #555305 is a reply to message #555299] Thu, 26 August 2010 09:29 Go to previous messageGo to next message
Johannes Utzig is currently offline Johannes UtzigFriend
Messages: 329
Registered: July 2009
Senior Member
Hi Sven,

I usually use SDK features to build my development target platform so
they already contain the source bundles. If none are available there's
usually a specific source feature that can be included.

Best regards,
Johannes
Re: Materialzing target platform with sources [message #555312 is a reply to message #555304] Thu, 26 August 2010 09:46 Go to previous messageGo to next message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 1823
Registered: July 2009
Senior Member
Am 8/26/10 11:28 AM, schrieb Sven Efftinge:
> I just found the 'source' flag in the providers.
> Let's see if they do what I want :-)

No, it doesn't.

>
> Am 8/26/10 11:20 AM, schrieb Sven Efftinge:
>> Hi,
>>
>> I'ld like to materialze my development target platform using buckminster.
>> Is there a way to tell huckminster to download the sources?
>>
>> Thanks,
>> Sven
>>
>
>


--
--
Need professional support for Xtext or other Eclipse Modeling technologies?
Go to: http://xtext.itemis.com
Twitter : @svenefftinge
Blog : http://blog.efftinge.de
Re: Materialzing target platform with sources [message #555322 is a reply to message #555305] Thu, 26 August 2010 09:50 Go to previous messageGo to next message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 1823
Registered: July 2009
Senior Member
I'd like to use the same configuration locally and for the automatic
builds. There's not always a feature dependency (also not always a feature).
It would be ok, if the automatic build materializes the sources,
although they are not needed, but don't want to duplicate the dependency
information or add and maintain references to source bundles somewhere
explicitly.

Sven

Am 8/26/10 11:29 AM, schrieb Johannes Utzig:
> Hi Sven,
>
> I usually use SDK features to build my development target platform so
> they already contain the source bundles. If none are available there's
> usually a specific source feature that can be included.
>
> Best regards,
> Johannes


--
--
Need professional support for Xtext or other Eclipse Modeling technologies?
Go to: http://xtext.itemis.com
Twitter : @svenefftinge
Blog : http://blog.efftinge.de
Re: Materialzing target platform with sources [message #555336 is a reply to message #555322] Thu, 26 August 2010 11:08 Go to previous messageGo to next message
Johannes Utzig is currently offline Johannes UtzigFriend
Messages: 329
Registered: July 2009
Senior Member
Hi Sven,

Am 26.08.2010 11:50, schrieb Sven Efftinge:
> I'd like to use the same configuration locally and for the automatic
> builds. There's not always a feature dependency (also not always a feature).
> It would be ok, if the automatic build materializes the sources,
> although they are not needed, but don't want to duplicate the dependency
> information or add and maintain references to source bundles somewhere
> explicitly.
>

Yeah, the 'source' flag in the provider is not what you want. It just
indicates if the provider is capabable of providing sources or binaries,
whereas the eclipse source bundles are more of a special kind of a
binary artifact.

I totally understand why you want to avoid managing these source
dependency manually, unfortunately I am not aware of a way to do that
automatically.

Best regards,
Johannes
Re: Materialzing target platform with sources [message #555344 is a reply to message #555299] Thu, 26 August 2010 11:39 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
On 08/26/2010 11:20 AM, Sven Efftinge wrote:
> Hi,
>
> I'ld like to materialze my development target platform using buckminster.
> Is there a way to tell huckminster to download the sources?
>
Yes, that will happen automatically if the property

buckminster.include.sources=true

is available when you do the import.

More info here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=312582

Regards,
Thomas Hallgren
Re: Materialzing target platform with sources [message #555348 is a reply to message #555344] Thu, 26 August 2010 11:58 Go to previous messageGo to next message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 1823
Registered: July 2009
Senior Member
Great, that sounds promising :-)

Thanks,
Sven

Am 8/26/10 1:39 PM, schrieb Thomas Hallgren:
> On 08/26/2010 11:20 AM, Sven Efftinge wrote:
>> Hi,
>>
>> I'ld like to materialze my development target platform using buckminster.
>> Is there a way to tell huckminster to download the sources?
>>
> Yes, that will happen automatically if the property
>
> buckminster.include.sources=true
>
> is available when you do the import.
>
> More info here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=312582
>
> Regards,
> Thomas Hallgren


--
--
Need professional support for Xtext or other Eclipse Modeling technologies?
Go to: http://xtext.itemis.com
Twitter : @svenefftinge
Blog : http://blog.efftinge.de
Re: Materialzing target platform with sources [message #555578 is a reply to message #555344] Fri, 27 August 2010 08:59 Go to previous message
Johannes Utzig is currently offline Johannes UtzigFriend
Messages: 329
Registered: July 2009
Senior Member
Am 26.08.2010 13:39, schrieb Thomas Hallgren:
>>
> Yes, that will happen automatically if the property
>
> buckminster.include.sources=true
>
> is available when you do the import.
>
> More info here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=312582
>


I just tried this and it works great, but it's
buckminster.download.source=true as mentioned in the bug instead of
buckminster.include.sources=true.

Best regards,
Johannes
Previous Topic:Headless install issue - Cannot satisfy dependency
Next Topic:Export bundles from Eclipse target
Goto Forum:
  


Current Time: Thu Apr 18 04:29:20 GMT 2024

Powered by FUDForum. Page generated in 0.05899 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top