IDEMPIERE-3824 Implement apply packin from folder from command line
This commit is contained in:
parent
02009bc22d
commit
d7065224fa
|
@ -170,7 +170,7 @@ public class PackInApplicationActivator extends AbstractActivator {
|
||||||
if (!packIn(zipFile)) {
|
if (!packIn(zipFile)) {
|
||||||
// stop processing further packages if one fail
|
// stop processing further packages if one fail
|
||||||
String msg = "Failed application of " + zipFile;
|
String msg = "Failed application of " + zipFile;
|
||||||
addLog(Level.SEVERE, msg);
|
addLog(Level.WARNING, msg);
|
||||||
if (getProcessInfo() != null) {
|
if (getProcessInfo() != null) {
|
||||||
getProcessInfo().setError(true);
|
getProcessInfo().setError(true);
|
||||||
getProcessInfo().setSummary("@Error@: " + msg);
|
getProcessInfo().setSummary("@Error@: " + msg);
|
||||||
|
|
Loading…
Reference in New Issue