mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
imprving unarchiver logging
This commit is contained in:
parent
2a3eb3919e
commit
41dd5ff1ea
@ -43,11 +43,12 @@ public class AmpUnArchiver extends AbstractZipUnArchiver {
|
|||||||
*/
|
*/
|
||||||
ModuleManagementTool mmt = new ModuleManagementTool();
|
ModuleManagementTool mmt = new ModuleManagementTool();
|
||||||
mmt.setVerbose(false);
|
mmt.setVerbose(false);
|
||||||
|
|
||||||
if(getDestFile() != null)
|
if(getDestFile() != null)
|
||||||
getLogger().info("getDestFile ():" + getDestFile());
|
getLogger().info("Installing into destination file: " + getDestFile());
|
||||||
|
|
||||||
if(getDestDirectory()!= null)
|
if(getDestDirectory()!= null)
|
||||||
getLogger().info("getDestDirectory ():" + getDestDirectory());
|
getLogger().info("Installing into destination folder: " + getDestDirectory());
|
||||||
|
|
||||||
File destLocation = (getDestFile() == null || !getDestFile().exists() ) ? getDestDirectory() : getDestFile();
|
File destLocation = (getDestFile() == null || !getDestFile().exists() ) ? getDestDirectory() : getDestFile();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user