anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
35 stars 2 forks source link

Bundled doxygen binaries are not working #71

Closed anb0s closed 7 years ago

anb0s commented 9 years ago

Original Savannah ticket 9875 reported by None on Mon Aug 27 09:35:20 2007.

The executable flag is not set on the binaries!

anb0s commented 9 years ago

Comment by gbrocker on Tue Aug 28 18:15:18 2007

No solution found yet. It seems that java does not provide any API to change file permissions. So eclox is not able to add the executable flag on bundled linux doxygen binaries.

Until a solution is found, doxygen bonaries are no longer provided for linux.

anb0s commented 9 years ago

Comment by gbrocker on Tue Apr 22 10:42:15 2008

Perhaps there is a solution !

Under linux, when adding a file with the executable flag to a zip archive (using zip command line), the flag is restored when extracting that file from teh zip archive.

anb0s commented 7 years ago

should be fixed for Linux in 0.11.x