LabKey says that Java module "was not compiled in production mode" even after 'ant production' | Jon (LabKey DevOps) | 2016-10-27 12:35 |
Status: Closed | ||
Glad your module is working now. Alternatively, rather than manually setting it, you can also do an "ant clean" and then an "ant production" to get this to work. When you do an "ant build", then "ant production", that reuses development-style artifacts that are already up-to-date, which can create that odd "was not compiled in production mode" message you saw. Regards, Jon |
||