Issue
When I export my project to a zip, and then try to import it on another computer I always get this error:
Created dir: C:\Users\martins0011\Documents\NetBeansProjects\Movicol\build\web\WEB-INF\classes
Created dir: C:\Users\martins0011\Documents\NetBeansProjects\Movicol\build\web\META-INF
Copying 1 file to C:\Users\martins0011\Documents\NetBeansProjects\Movicol\build\web\META-INF
Copying 63 files to C:\Users\martins0011\Documents\NetBeansProjects\Movicol\build\web
C:\Users\martins0011\Documents\NetBeansProjects\Movicol\nbproject\build-impl.xml:846: C:\Users\martins0011\Documents\NetBeansProjects\Movicol\web\WEB-INF does not exist.
BUILD FAILED (total time: 0 seconds)
What causes this error?
Solution
I fixed it creating the folder WEB-INF manually on the directory of the project... weird bug, but solved, I can run it now! thanks alot anyway Eric!
Answered By - TiagoM
Answer Checked By - Marilyn (JavaFixing Volunteer)