-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
run doxygen in an IDE project structure like Eclipse, but place the doxyfile configuration file in a sub-directory of the project (i.e. <project>/doc.
When you set the output path for the doxygen documentation, the path is relative to the current project space in the IDE (i.e. doc). When you attempt to have Hudson link the documentation, the relative path is not found. It seems that the plugin only expects the html documentation folder to exist in the root of the project. The Hudson plugin should be more flexible in where it looks for the generated documentation.
- duplicates
-
JENKINS-6401 Incorrect html output location is generated when the local module directory is not '.'
- Resolved