Which Ant targets need to be executed when changes are made to Java classes in WEB-INF/lps/server? I'm looking for the least time consuming compilation/redeployment?
Just running "ant build" in folder ./WEB-INF/lps/server, and then "cd $LPS_HOME; ant webapp.undeploy" plus "cd $LPS_HOME; ant webapp.deploy" does not load changes to the Java classes, correct?
