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


On 23/11/11 05:41, Kohei Yoshida wrote:
Hi there,

So, not having been able to build master on Windows for almost 2
months, I've decided to give it another go.  But it fails in scripting
this time, and I have no clue.

The build log is attached.  Hopefully this will ring a bell for someone...

you have exactly the same problem as Noel Grandin:

the makefile adds ScriptingFramework.jar to the classpath:

$(eval $(call gb_Jar_add_jars,ScriptProviderForBeanShell,\
      $(OUTDIR)/bin/juh.jar \
      $(OUTDIR)/bin/jurt.jar \
      $(OUTDIR)/bin/ridl.jar \
      $(OUTDIR)/bin/unoil.jar \
      $(OUTDIR)/bin/ScriptFramework.jar \
))

but it does not appear in the command:

R=c:/libo && O=$R/core-master/solver/wntmsci12.pro && W=$R/core-master/workdir/wntmsci12.pro && 
S=$R/core-master &&  mkdir -p $W/JavaClassSet/Jar/ScriptProviderForBeanShell/ && 
RESPONSEFILE=C:/cygwin/tmp/gbuild.VIrScQ && C:/PROGRA~1/Java/JDK16~1.0_1/bin/javac.exe  -cp 
"C:/PROGRA~1/Java/JDK16~1.0_1/jre/lib/rt.jar;.;$O/bin/juh.jar;$O/bin/jurt.jar;$O/bin/ridl.jar;$O/bin/unoil.jar;$O/bin/bsh.jar;$W/JavaClassSet/Jar/ScriptProviderForBeanShell"
 -d $W/JavaClassSet/Jar/ScriptProviderForBeanShell @$RESPONSEFILE && rm -f $RESPONSEFILE && touch 
$W/JavaClassSet/Jar/ScriptProviderForBeanShell/done

i still have no idea what causes this, but it seems to happen only on
windows; if i understood Noel correctly it does not happen every time,
and when he added some debug output it seemed to work always...

regards,
 michael


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.