maybeec / oomph-task-unzip

Oomph Task for unzipping archives
Eclipse Public License 1.0
1 stars 3 forks source link

FileNotFoundException #11

Closed themetalone closed 7 years ago

themetalone commented 7 years ago

Starting Unzip process Archive: C:\Users\sholzer\test\temp\elasticsearch-2.3.0.zip Destination: C:\Users\sholzer\test\software Unarchiving Extracting elasticsearch-2.3.0/README.textile com.github.maybeec.oomph.task.unzip.core.exceptions.UnzipTaskException: java.io.FileNotFoundException: C:\Users\sholzer\test\software\elasticsearch-2.3.0\README.textile (The system cannot find the path specified) at com.github.maybeec.oomph.task.unzip.core.impl.UnzipUtilImpl.unzip(UnzipUtilImpl.java:86)

At this time the folder elasticsearch-2.3.0 isn't created. I think this may be the problem

themetalone commented 7 years ago

This bug should be fixed after last commit. I'm testing the fix a bit before closing this bug