Re: [Libreoffice] [PATCH] If there's no java, don't do the java stuff

2012-01-11 Thread David Tardon
On Mon, Jan 09, 2012 at 01:04:20PM +0100, Christophe Strobbe wrote: > Hi Korrawit, > > At 18:24 8-1-2012, Korrawit Pruegsanusak wrote: > >Hello all, > > > >This attached patch fixes build on windows / cygwin. > > > >I'm building --without-java, and it breaks because not found > >"java_uno_accessbr

Re: [Libreoffice] [PATCH] If there's no java, don't do the java stuff

2012-01-11 Thread Korrawit Pruegsanusak
H On Mon, Jan 9, 2012 at 19:04, Christophe Strobbe wrote: > I noticed on the mailing list that David Tardon has already pushed your > patch, but I'm still curious to know: did you have the Java Access Bridge > [1] installed when you tested this patch (I assume you didn't have it > because the bui

Re: [Libreoffice] [PATCH] If there's no java, don't do the java stuff

2012-01-09 Thread Michael Stahl
On 09/01/12 13:04, Christophe Strobbe wrote: > So java_uno_accessbridge is only added when "SOLAR_JAVA" is set to > "TRUE", which AFAICT is something that happens at compile time. > I assume this patch is part of the work to (locate and) reduce Java > dependencies in order to (1) make it easier f

Re: [Libreoffice] [PATCH] If there's no java, don't do the java stuff

2012-01-09 Thread Christophe Strobbe
Hi Korrawit, At 18:24 8-1-2012, Korrawit Pruegsanusak wrote: Hello all, This attached patch fixes build on windows / cygwin. I'm building --without-java, and it breaks because not found "java_uno_accessbridge", which seems java-related. I noticed on the mailing list that David Tardon has alr

[Libreoffice] [PATCH] If there's no java, don't do the java stuff

2012-01-08 Thread Korrawit Pruegsanusak
Hello all, This attached patch fixes build on windows / cygwin. I'm building --without-java, and it breaks because not found "java_uno_accessbridge", which seems java-related. So, I add a check whether we have "SOLAR_JAVA" before doing this thing. My incremental build went fine after this patch,