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


On Thu, Feb 16, 2012 at 03:29:59PM +0100, Matúš Kukan wrote:
On 16 February 2012 13:29, David Tardon <dtardon@redhat.com> wrote:
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 \
))

Ok, so they were present but in wrong form, there was:
...
com/sun/star/uno/UnoRuntime.class
c:/git/libo/workdir/wntmsci12.pro/CustomTarget/ridljar/javamaker/class/com/sun/star/beans/Ambiguous.class
...

-       $(foreach root,$(PACKAGEDIRS),&& $(gb_Jar_JARCOMMAND) uf $(2)
-C $(dir $(root)) $(notdir $(root))) \
+       $(foreach root,$(PACKAGEDIRS),&& cd $(dir $(root)) &&
$(gb_Jar_JARCOMMAND) uf $(2) $(notdir $(root))) \

helps solve the problem.
jar command on Windows seems to behave differently when using -C

Ah, presumably that is why the "base" jar cfm command does not use -C
either. Thank you for your help!

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.