How does one include a custom Java-based module (in particular 'hipcdb')?

LabKey Support Forum (Inactive)
How does one include a custom Java-based module (in particular 'hipcdb')? Leo Dashevskiy  2013-12-06 13:43
Status: Closed
 
Thanks.
-Leo
 
 
jeckels responded:  2013-12-06 14:54
Hi Leo,

The "hipcdb" module was deleted back in October, with revision 28755. It was replaced by the "immport" module (introduced in revision 28746), which is under the "customModules" subdirectory.

If you're doing a regular build from source, it should be included in your development server. You can edit ./server/standard.modules to control which modules get included automatically in a build. By default, it should be including everything under the customModules directory, including immport.

Thanks,
Josh
 
Leo Dashevskiy responded:  2013-12-06 14:58
Found it, thanks, Josh!