Menu

#15 Override of properties

open
nobody
ant task (5)
5
2009-06-12
2009-06-12
Nicolas
No

Hi

If you run the following script:

<doxygen:doxygen configFilename="Doxyfile">
<property name="INPUT" value="${source_directory}"/>
</doxygen:doxygen>

you get the following log:

[doxygen:doxygen] Updated Doxygen config file: [C:\Users\user1\AppData\Local\Temp\doxygen40851.cfg]
[doxygen:doxygen] Exec: doxygen C:\Users\user1\AppData\Local\Temp\Doxfile

The temporary configuration file has been correctly updated, however it is the original file which is used by Doxygen.

I edited DoxygenTask.java, change line 169 like this: proc.executeDoxygenConfig(CONFIG_FILE); and reexported the .jar. It seems to fix the issue.

Cheers,

Nicolas

Discussion


Log in to post a comment.