After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679114 - Can't run create docs with specific doclet if the target directory already exists
Can't run create docs with specific doclet if the target directory already ex...
Status: RESOLVED FIXED
Product: valadoc
Classification: Other
Component: libvaladoc
git master
Other Linux
: Normal normal
: ---
Assigned To: valadoc-maint
valadoc-maint
Depends on:
Blocks:
 
 
Reported: 2012-06-29 09:39 UTC by Jens Georg
Modified: 2012-08-07 00:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jens Georg 2012-06-29 09:39:12 UTC
Running
valadoc --force --doclet devhelp -o devhelp tst.vala --package-name tst --package-version 0.1

or

valadoc --force --doclet gtkdoc -o gtkdoc tst.vala --package-name tst --package-version 0.1

Result in the error "failed to load doclet" if the output directory alredy exists.

It works fine when skipping the --doclet arg, though
Comment 1 Florian Brosch 2012-08-07 00:05:21 UTC
Fixed, thanks.