}
// Upload Jtr files if we have any.
CDeployResults jtrDeployResults = null;
if (m_transformationJtrs.size() > 0) {
CJtrFiles jtrFilesToUpload = new CJtrFiles();
jtrFilesToUpload.setJtrFiles(m_transformationJtrs
.toArray(new CJtrFile[m_transformationJtrs.size()]));
DeployLog.LOG.info("Now sending JTR files to the server");
jtrDeployResults = deployer.uploadJtrFiles(user, password, jtrFilesToUpload);
DeployLog.LOG.info("The server has acknowledged that it receieved the JTR files");
if (Thread.currentThread().isInterrupted()) {