-
Content Count
9 -
Joined
-
Last visited
-
Days Won
2
Olivier Jourdan last won the day on July 10 2020
Olivier Jourdan had the most liked content!
Community Reputation
3 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Benjamin Rouffet started following Olivier Jourdan
-
A quick update on that issue. I eventually fixed it! For that I create a blank project and dropped lvlib contained in my working project. Here is the "magic", LabVIEW started to throw me dialog box to find VIs it couldn't find at an old expected place (almost the same error reported by VIPM). After resolving these conflicts, the package is building fine. The really strange thing is that conflicts never shown in the working project... Hope this can help.
-
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
-
Hi everyone, I'd like to change the description of the VIs contained in my package during the build process (to add BSD licence text). I created a pre build action and used the path array to add description to VI. It seems that the action vi is not called. What am I doing wrong ? Thank in advance for any help. Note: I'm using VIMP 2020 community edition