On 17/06/14 09:37, Amenel VOGLOZIN wrote:
> 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.
> 

I have made recently some changes in the plugin to make it working with
NetBeans 8 and AOO 4.x. The problem you described is solved with my
changes. You can find a test plugin under
http://people.apache.org/~jsc/aoo_plugin/org-openoffice-extensions-4.0.6.nbm

Juergen

---------------------------------------------------------------------
To unsubscribe, e-mail: api-unsubscr...@openoffice.apache.org
For additional commands, e-mail: api-h...@openoffice.apache.org

Reply via email to