cross platform - How to configure Arch Linux to set executable bits during Tycho build for Eclipse RCP -


in relation my other question concerning cross-platform tycho builds of eclipse rcp-based application, have managed build produce desired results (products including os-specific executable launchers executable bits set) on virtual machine running xubuntu.

i have switched xubuntu arch linux running on virtualbox machine. build works fine, , products built expected, executable bits aren't set anymore.

how can configure archlinux work correctly?

edit: yes, sudo.

this seems caused bug similar eclipse bug #368089 systems locale not english utf-8. in case de_de.utf-8.

to fix this, switch locale before build follows.

export lang=en_us.utf-8 

thanks jan sievers , great tycho user list (an immensely helpful resource working tycho) providing quick solution.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -