creating files from javascript interface | jeckels | 2013-08-23 09:13 |
Status: Closed | ||
Hi Bront, If the build is working, the assembled .module should be copied into <LABKEY_ROOT>/build/deploy/modules. Do you see one there? From your description, it sounds like either the build isn't compiling your Java classes, or the .module isn't ending up in a place where the server can find it at startup. Can you post the output from doing an "ant clean" and then an "ant build" for your module? That may help track down problems if the Java classes aren't being built correctly. Thanks, Josh |
||