How to execute new java module?

LabKey Support Forum (Inactive)
How to execute new java module? rubiaasharaf9222  2013-07-04 04:40
Status: Closed
 
I developed my first java module using create_module in ant build.The module is recognized by the LabKey Server in "Folder setting". But in admin console Build OS,Build Path,Build Time,Build User etc.. are seemed empty. Extracted Path is correct. Module Class is "org.labkey.api.module.SimpleModule". Module Dependencies is "<none>". I am stuck with my requirement ,Some one out there please help me out.

Thanks
 
 
jeckels responded:  2013-07-08 09:27
Hello,

It sounds like your module is being recognized, but not as a Java module. This could be because it hasn't been built, or because it wasn't deployed to the correct location.

Have you built it using the build.xml file that's generated as part of the module template? Is there a .module file for your module in your <LABKEY_ROOT>/build/deploy/modules directory?

Thanks,
Josh