Netbeans build-impl.xml messed up
java, netbeans, xml
Solution
I deleted `build-impl.xml` and then restarted Netbeans. Netbeans regenerated all the build files, and it was able to run.
Problem
My build-impl.xml file was messed up due to merge conflicts. I fixed the conflicts, but when I try an `ant run`, it throws `Target "-do-jar-delete-manifest" does not exist in the project "PROJ". It is used from target "-do-jar-without-libraries".` This is a Java FX project and we are using Java 8. I would like to fix this by just creating a new build-impl.xml file. How can I do this in Netbeans? Thanks!