开发者

How do I set permissions on files in an unpacked Eclipse Plugin (not a jar)

I have created an Eclipse feature set, composed of various plugins. One of these plugins contains an executable file that gets called from the plugin. The feature.xml file sets unpack="true" for this plugin, so it is installed as a directory rather than a jar.

But when Eclipse tries to launch the executable, it throws a "permission denied" error. Running chmod on the exectuable fixes this ... but I need this to happen automatically when people install the Eclipse plugin.

I've ensured that the executable file has the correct permissions before I build the plugin.

I'm thinking maybe ther开发者_运维百科e's a way to add installation tasks to a feature.xml, perhaps?


Figured it out, p2 TouchPoint instructions enable the execution of commands during the installation of a plugin.

http://wiki.eclipse.org/Equinox/p2/Engine/Touchpoint_Instructions_35

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜