Hi JKI Team,
I'm facing an issue building a package since I've changed the dependent package's destination path.
For the record, this impacts Antidoc open source project
Let me explain.
Antidoc package (called A) relies on the Asciidoc Toolkit package (called B).
Library of B was formerly installed in ../B/Sources/B.lvlib. I modified the vipb to have the library installed in ../B/B.lvlib
I made the same modification for A. As it worked fine for B, I now have an error for A. VIPM is expecting to find some VIs in ../B/Sources folder that not exists anymore.
I c