Jump to content

Text file path in lvlib doesn't survive build


todd

Recommended Posts

I'm packaging an lvlib that includes a text file. The text file ends up in the correct folder alongside the VIs, but the path shown in the lvlib xml is the pre-build path. How do I fix this?

<?xml version='1.0' encoding='UTF-8'?>
<Library LVVersion="12008004">
<Property Name="NI.Lib.Icon" Type="Bin">removed</Property>
<Property Name="NI.Lib.SourceVersion" Type="Int">302022660</Property>
<Property Name="NI.Lib.Version" Type="Str">1.0.0.0</Property>
<Property Name="NI.LV.All.SourceOnly" Type="Bool">false</Property>
<Item Name="libName" Type="Folder">
	<Item Name="dirName" Type="Folder">
		<Item Name="About libName.txt" Type="Document" URL="../../../../../../../../../../../../../lv/dev/projDir/.productDir/libName/dirName/About libName.txt"/>
		<Item Name="company_lib_one.vi" Type="VI" URL="..//company_lib_one.vi"/>
		<Item Name="company_lib_two.vi" Type="VI" URL="..//company_lib_two.vi"/>
	</Item>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.