Skip to content

The Antidoc.llb on Version 3.0.0.96 does not include the Param--lvproj.vi thus crashing

Environnement

  • Project version used: 3.0.0.96
  • OS: Windows Server 2022
  • LabVIEW version: 2022

Summary

When i installed the last version via VIPM, our CI/CD pipelines started crashing because apparently the Param--lvproj.vi is missing. I have checked the Antidoc.llb and in fact it is missing. I have checked that all required VIPM packages are installed.

Steps to reproduce

Install the following VIPM Packages:

  • Antidoc 3.1.0.830
  • Antidoc Add-on LabVIEW project 3.0.0.274
  • Antidoc Add-on LabVIEW toolkit 3.0.0.77
  • Antidoc CLI 3.0.0.96
  • G CLI 3.0.1.98

Run this command

start /B /W "" "g-cli" --lv-ver 2022 antidoc -- -addon lvproj -pp "path\to\your\projec.lvproj" -t "Document Name" -out "path\to\output\directory" -a "Author name" -e "mail@mymail.com" -commit "f2a22c404b7" -commitdate "2025-10-17T15:03:34Z" -tag "install/1.0.f2a22c404b7" -render html

Example code

What is the current bug behavior?

i get the following error:

33,3%: Build documentation
66,7%: Generating adoc files...
==============
Error At Exit:
Error 7 occurred at Open VI Reference in Call Addon Specific Params.vi->antidoc.vi

Possible reason(s):

LabVIEW: File not found. The file might be in a different location or deleted. Use the command prompt or the file explorer to verify that the path is correct.
=========================
Nonexistent GPIB interface.

VI Path: C:\Program Files (x86)\National Instruments\LabVIEW 2022\vi.lib\G CLI Tools\antidoc.llb\Param--lvproj.vi

What is the expected correct behavior?

the documentation compiles until the end and produces an HTML.

Relevant logs and/or screenshots

Possible fixes

Add the missing Param--lvproj.vi to the Antidoc.llb. Previous versions have them but they do not support direct rendering of HTML, thus needing extra steps to conver the .adoc to HTML.

Extra note

Using the GUI works, but it is useless for CI/CD pipelines.