| | |
| | | application.notifyListeners(application.getFormattedWarning( |
| | | INFO_FILE_DOES_NOT_EXIST.get(file))); |
| | | } |
| | | logger.debug(LocalizableMessage.raw("file '" + file + "' does not exist")); |
| | | logger.info(LocalizableMessage.raw("file '" + file + "' does not exist")); |
| | | } |
| | | } |
| | | |
| | |
| | | objectFile.getAbsolutePath(), |
| | | destination.getAbsolutePath()))); |
| | | } |
| | | logger.debug(LocalizableMessage.raw("copying file '" + |
| | | logger.info(LocalizableMessage.raw("copying file '" + |
| | | objectFile.getAbsolutePath() + "' to '" + |
| | | destination.getAbsolutePath() + "'")); |
| | | FileInputStream fis = null; |
| | |
| | | errMsg, null); |
| | | } |
| | | } else { |
| | | logger.debug(LocalizableMessage.raw("Ignoring file '" + |
| | | logger.info(LocalizableMessage.raw("Ignoring file '" + |
| | | objectFile.getAbsolutePath() + "' since '" + |
| | | destination.getAbsolutePath() + "' already exists")); |
| | | if ((application != null) && application.isVerbose()) { |
| | |
| | | file.getAbsolutePath()))); |
| | | } |
| | | } |
| | | logger.debug(LocalizableMessage.raw("deleting " + |
| | | logger.info(LocalizableMessage.raw("deleting " + |
| | | (isFile ? " file " : " directory ") + |
| | | file.getAbsolutePath())); |
| | | |