Hi, I have setup a NetBeans 7.4 environment for developing an OpenOffice extension using Java. (I couldn't use version 8.0 because of a missing dependency problem that i didn't want to solve.)
The project creation wizard (Apache OpenOffice Add-On) completed just fine, creating as expected a set of folders and files. Right after the wizard completed, I ran "Build" from the context menu and got this error: Target "-do-jar-with-manifest" does not exist in the project "ActivityLogger". It is used from target "jar". The same error shows up when I select "Create OXT". There are indeed some undefined targets in the set of Ant build files: I've identified -do-jar-with-manifest, -do-jar-without-manifest, and -do-jar-with-mainclass. Is there a setup step that I missed? (I followed the instructions at https://wiki.openoffice.org/wiki/OpenOffice_NetBeans_Integration ) Should I have defined these targets? Or is removing these targets innocuous? Thank you.