Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0 M2
-
None
Description
1. liferay code upgrade tool
2. enter valid maven project location
3. checked "Backup project into folder"
4. change to a folder which not exist, for example D:/QA/nonexistent-folder
5. click "Import Projects" button
error in error log:
Error to backup original project folder.
java.io.FileNotFoundException: D:\QA\oxygen-m2\code-upgrade-test-maven\backup.zip (The system cannot find the path specified)
at com.liferay.ide.core.util.ZipUtil.zip(ZipUtil.java:252)
at com.liferay.ide.core.util.ZipUtil.zip(ZipUtil.java:242)
at com.liferay.ide.project.ui.upgrade.animated.InitConfigureProjectPage.backup(InitConfigureProjectPage.java:333)
at com.liferay.ide.project.ui.upgrade.animated.InitConfigureProjectPage.access$20(InitConfigureProjectPage.java:312)
at com.liferay.ide.project.ui.upgrade.animated.InitConfigureProjectPage$16.run(InitConfigureProjectPage.java:1092)