google-code-export / ooo2gd

Automatically exported from code.google.com/p/ooo2gd
1 stars 1 forks source link

nbproject/build-uno-impl.xml is missing #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I just tried to build this extension, but it seems that
nbproject/build-uno-impl.xml which the build.xml file references is not
checked in.  Therefore the build fails on import.

Original issue reported on code.google.com by Kohei.Yo...@gmail.com on 9 Jan 2010 at 12:48

GoogleCodeExporter commented 9 years ago
It's IDE specific file [.form files also, but big chunks of code in forms are
autogenerated by NetBeans so this is part of sources].
You should be able to compile whole project using libraries from lib directory +
libraries from OpenOffice.org SDK

Original comment by przeme...@gmail.com on 9 Jan 2010 at 12:56

GoogleCodeExporter commented 9 years ago
>You should be able to compile whole project using libraries from lib directory 
+
libraries from OpenOffice.org SDK

Well, that's precisely what I'm trying to do.  But OOo SDK still depends on ant 
for
building JAVA UNO extensions, and ant chokes when the build files build.xml
references it not there, regardless of they are autogenerated by the IDE or not.

Without those files, those who do not use NetBeans will not be able to build 
this
project.

Original comment by Kohei.Yo...@gmail.com on 9 Jan 2010 at 1:00