[build JCS] JunitTest/comphelper_complex
[build JCS] JunitTest/forms_unoapi_3
[build JCS] JunitTest/forms_unoapi_4
[build JCS] JunitTest/forms_complex
[build JCS] JunitTest/framework_complex
error: illegal argument for --class-path: Illegal char <:> at index 4:
file:///D:/Build_sep18/core/instdir/program/classes/juh.jar
make[1]: *** [D:/Build_Sep18/core/solenv/gbuild/JavaClassSet.mk:53:
D:/Build_sep18/core/workdir/JavaClassSet/JunitTest/comphelper_complex/done]
Error 2
make[1]: *** Waiting for unfinished jobs....
error: illegal argument for --class-path: Illegal char <:> at index 4:
file:///D:/Build_sep18/core/instdir/program/classes/juh.jar
make[1]: *** [D:/Build_Sep18/core/solenv/gbuild/JavaClassSet.mk:53:
D:/Build_sep18/core/workdir/JavaClassSet/JunitTest/forms_complex/done]
Error 2
make: *** [Makefile:286: build] Error 2
diff --git a/solenv/gbuild/Jar.mk b/solenv/gbuild/Jar.mk
index 151fb990a0a6..87f76d8a75a4 100644
--- a/solenv/gbuild/Jar.mk
+++ b/solenv/gbuild/Jar.mk
@@ -196,7 +196,7 @@ endef
define gb_Jar_use_system_jar
$(call gb_JavaClassSet_use_system_jar,$(call gb_Jar_get_classsetname,$(1)),$(2))
-$(call gb_Jar_add_manifest_classpath,$(1),$(call gb_Helper_make_url,$(2)))
+$(call gb_Jar_add_manifest_classpath,$(1),$(subst C:,,$(2)))
endef
diff --git a/unotest/Jar_test.mk b/unotest/Jar_test.mk
index cc5fde435c7b..dd0420382e28 100644
--- a/unotest/Jar_test.mk
+++ b/unotest/Jar_test.mk
@@ -11,9 +11,9 @@
$(eval $(call gb_Jar_Jar,test))
$(eval $(call gb_Jar_add_manifest_classpath,test,\
- $(call gb_Helper_make_url,$(call gb_Jar_get_target,juh)) \
- $(call gb_Helper_make_url,$(call gb_Jar_get_target,ridl)) \
- $(call gb_Helper_make_url,$(call gb_Jar_get_target,unoil)) \
+ $(subst C:,,$(call gb_Jar_get_target,juh)) \
+ $(subst C:,,$(call gb_Jar_get_target,ridl)) \
+ $(subst C:,,$(call gb_Jar_get_target,unoil)) \
))
$(eval $(call gb_Jar_use_jars,test,\
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.