Module-Scoped Dependencies via module.properties

LabKey Support Forum (Inactive)
Module-Scoped Dependencies via module.properties Will Holtz  2014-12-18 16:18
Status: Closed
 
Hi Ben,

Using a URL in view.xml file behaves very similarly to a URL in module.xml - a null pointer exception near the path normalization code.

Using a URL in lib.xml where the URL is in a script tag resulted in my Ant build failing.

Using a URL in lib.xml where the URL is in a dependency tag resulted in the following console message:
 "ERROR ClientDependency 2014-12-18 16:10:40,678 http-bio-8080-exec-8 : Invalid client library XML file: MyModule/MyLib.lib.xml. null"
But not a null pointer exception.

-Will