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
34 stars 2 forks source link

Unable to edit doxygen preferences #55

Closed anb0s closed 9 years ago

anb0s commented 9 years ago

Original Savannah ticket 6795 reported by gbrocker on Tue Aug 29 08:34:41 2006.

The main preference page for doxygen tells that "doxygen was not found at the given path", even if the path points to an existing doxygen binary.

anb0s commented 9 years ago

Comment by gbrocker on Sat Sep 02 00:40:08 2006

Fixed broken apttern used to extract doxygen version number from command line output.

anb0s commented 9 years ago

Comment by None on Tue Sep 05 09:33:34 2006

Is eclox completely unusable now or is there a workaround for this bug?

anb0s commented 9 years ago

Comment by gbrocker on Tue Sep 05 12:07:42 2006

> Is eclox completely unusable now > or is there a workaround for this bug?

doxyfile edition and documentation building are still working. The only thing that is broken is the configuration of the path to the doxygen binary.

If the doxygen binary can be found with the PATH in the eclipse process'environment, every thing is ok. If it is not, you will need to make doxygen binary reachable with the PATH (this can be done by updating the default PATH value for example).

This bug will mainly affect windows systems (perhaps OSX too) where doxygen binary's location is not in the default PATH.

The bug has been almost fixed and sources commited. I think I should hurry to provide a new release :)

anb0s commented 9 years ago

Comment by gbrocker on Tue Sep 05 13:34:55 2006

Fix available in eclox 0.5.4

anb0s commented 9 years ago

Closed by gbrocker on Wed Oct 04 15:29:45 2006