Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] adding build plugin to headless eclipse (2)

On 15/12/2015 14:54, Dieter Cailliau wrote:
> I guess the problem is that this DS annotation builder is simply not
> headless, as it depends on eclipse.ui. Can i work arround this? Can i
> install the whole eclipse.iu into headless buckminster?
> 
> ./director -r $urlwuetherich -d $dest -p Buckminster -i
> com.wuetherich.osgi.ds.annotations.feature.feature.group
> Installing com.wuetherich.osgi.ds.annotations.feature.feature.group
> 1.1.5.201411080545.
> Installation failed.
> Cannot complete the install because one or more required items could
> not be found.
>  Software being installed: com.wuetherich.osgi.ds.annotations.feature
> 1.1.5.201411080545
> (com.wuetherich.osgi.ds.annotations.feature.feature.group
> 1.1.5.201411080545)
>  Missing requirement: com.wuetherich.osgi.ds.annotations.feature
> 1.1.5.201411080545
> (com.wuetherich.osgi.ds.annotations.feature.feature.group
> 1.1.5.201411080545) requires 'org.eclipse.ui 3.6.0' but it could not
> be found
> Application failed, log file location:
> /tmp/9973/director/configuration/1450187608918.log
> 

Hi

I tried something similar in the past in order to install the Xtend
builder in buckminster.  Also in that case that builder depends on UI,
so I had to give up: even if you install eclipse.ui features in
buckminster you'll get errors about missing Display...

cheers
	Lorenzo

-- 
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it
Xtext Book:
http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book



Back to the top