Page MenuHomePhabricator

[Dasboard] BlueBerry Package Tests failing due to doxygen tag mismatch error
Closed, ResolvedPublic

Description

Output from the mitkPluginGeneratorPackageTest on mbi046

Error FODC0002 in file:///localdata/data/dartclient/MITK-Superbuild-Release-nightly/MITK-build/GP-bin/GP-build/Plugins/org.test.plugin/documentation/UserManual/html/index.qhp, at line 11, column 14: Opening and ending tag mismatch.
make[2]: * [Plugins/org.test.plugin/resources/org_test_plugin.qch] Error 2
make[1]:
* [Plugins/org.test.plugin/CMakeFiles/org_test_plugin.dir/all] Error 2
make: *** [all] Error 2

same (or similar) error occurs also for PluginGeneratorBuildTest and ProjectTemplate(Build|Package)Test

Affected Build: http://cdash.mitk.org/viewTest.php?onlyfailed&buildid=507044

The doxygen version is the 1.8.8 ( built with clang from the source: Release_1.8.8 tag )

Event Timeline

The opening/ending tag mismatch is most likely caused by an erroneous extra </section>, I have however no idea why this sometimes happens.

For future reference, this [1] seems to be a script to remove that tag.

[1] https://gitorious.org/vc/vc/commit/6e431f8

Okay, after some epxerimentation it seems the offending line is:

\page org_test_plugin Test Plugin

if this line is present the above error occurs. Replacing this line with any of these alternatives does no longer produce the error:

\page org_test_plugin test Plugin

\page org_test_plugin Plugin Test

\page org_test_plugin TestPlugin

\page org_test_plugin Test Plugin x

\page org_test_plugin Test

\page org_test_plugin Test Plugi

\page org_test_plugin The Test Plugin

User goch has pushed new remote branch:

bug-18262-doxygen-causes-generator-tests-to-fail

[092ea7]: Merge branch 'bug-18262-doxygen-causes-generator-tests-to-fail'

Merged commits:

2014-10-15 15:05:14 Caspar Goch [ffb356]
Modify default doxygen manual

After the merge, 2 tests pass now, in the remaining two, the error is the following

mitkProjectTemplateBuildTest-Release, mitkProjectTemplatePackageTest:

MITK-build/PT-bin/AwesomeProject-build/Plugins/my.awesomeproject.exampleplugin/documentation/UserManual/html/index.qhp, at line 11, column 14: Opening and ending tag mismatch

Dashboard test log

http://cdash.mitk.org/testDetails.php?test=9537151&build=508633

Probably the same and I missed some other file where to do the same changes. I will take a look.

User goch has pushed new remote branch:

bug-18262-igt-examples-tag-error

[592632]: Merge branch 'bug-18262-igt-examples-tag-error'

Merged commits:

2014-10-22 15:52:45 Caspar Goch [9ea69a]
Fixed tag