Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On Thu, Feb 16, 2012 at 11:38:07AM +0100, Matúš Kukan wrote:
On 16 February 2012 00:52, Matúš Kukan <matus.kukan@gmail.com> wrote:
I had a look but couldn't build jurt:

So, if we don't want to use $(OUTDIR)/class, adding

+$(eval $(call gb_Jar_add_jars,jurt,\
+    $(WORKDIR)/CustomTarget/ridljar/javamaker/class \
+))

in Jar_jurt.mk seems to help. I wonder how this works on other systems.
I guess that should be included from ridljar.jar and I don't know why
it isn't on Windows.

The generated UNO classes must be present in ridl.jar . They are (or
should be) added into the jar by

$(eval $(call gb_Jar_add_packagedirs,ridl,\
    $(WORKDIR)/CustomTarget/ridljar/javamaker/class/com \
))

in ridl/Jar_ridl.mk . Look at the content of the jar, if they are there
or not. Also, did you do a clean build in ridl after adding the missing
gb_Helper_abbreviate_dirs_native?

D.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.