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

Multiple path/file does not work #47

Closed anb0s closed 9 years ago

anb0s commented 9 years ago

Original Savannah ticket 5981 reported by gbrocker on Tue May 23 12:31:20 2006.

I can't use the multiple path dialogs..

For instance, in the INPUT tag, although it displays my current items, if I try to select a new one by clicking 'Add', whatever I choose will not be added. This happens both for paths, files selected via the browser or if I type the path myself.

Also, when I select a path, it should transform it to absolute, instead of relative, since you never know what will be the current path during doxygen execution (imagine running it outside of eclipse).

anb0s commented 9 years ago

Comment by gbrocker on Tue May 23 15:13:01 2006

Concerning the multiple path dialogs, I works well for me. Could you tell me more about the java machin you are using...

Concerning the path transformation, I thought about a preference that would allow the user to choose if he wants absolute or relative path in his doxyfiles. May be the transformation feature could be propose in the path dialog so the user could choose for each value if the path is relative or absolute.

anb0s commented 9 years ago

Comment by None on Tue May 23 16:23:54 2006

I am using Java VM 1.4.2_10-b03.

anb0s commented 9 years ago

Comment by gbrocker on Wed May 24 14:36:41 2006

As I though, the VM version was not supported by eclox 0.5.1 although I configured the compiler to conform to java 1.4 specifications.

I was using 1.5 only API and the binaries were targeted for java 1.5 and that caused all this mess.

Fixed now and available in the next release (soon available).

anb0s commented 9 years ago

Comment by None on Wed May 24 14:42:03 2006

Thanks a lot!

This is fast becoming something that ought to be included in doxygen's main tree.

anb0s commented 9 years ago

Closed by gbrocker on Mon May 29 16:11:33 2006