You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by kiwiwings <ki...@apache.org> on 2015/08/03 11:50:39 UTC

failing gump build and xmlinputfactory

Hi,

our gump build is still failing [1] and I've tried to work around the
missing woodstox
reference in TestPPTX2PNG and PresetGeometries.

I don't understand why the fallback value is pointing to WstxInputFactory -
this should be the internal jdk class. the gump build is running under jdk8,
maybe I grabbed the wrong sources, but the code seemed to be similar to jdk7
and there the fallback value is a constant pointing to the internal xml
factory.

Do you have any glue?

Next step would be to contact the xerces guys.

Andi

[1]
http://vmgump.apache.org/gump/public/poi/poi/gump_work/build_poi_poi.html



--
View this message in context: http://apache-poi.1045710.n5.nabble.com/failing-gump-build-and-xmlinputfactory-tp5719601.html
Sent from the POI - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: failing gump build and xmlinputfactory

Posted by Dominik Stadler <do...@gmx.at>.
Yes, I also think there is some problem with the setup of the gimp-build
machine, either a stray jar file is loaded (seems to be not the case
according to build logs) or some property file was put in pthe home-dir of
the build-user which affects this. The JDK code allows a few places/config
files that could cause this. Maybe some other build managed to leave this
file behind.

BTW, I would remove the tinkering with system properties in production code
as it can cause problems for anybody relying on a different JDK or XML
Parser implementation.

Dominik.
Am 03.08.2015 14:14 schrieb "Nick Burch" <ap...@gagravarr.org>:

> On Mon, 3 Aug 2015, kiwiwings wrote:
>
>> our gump build is still failing [1] and I've tried to work around the
>> missing woodstox
>> reference in TestPPTX2PNG and PresetGeometries.
>>
>
> You could try asking builds@ to see if they've any idea / seen it before.
> Since the build is ok on Jenkins (I believe?), it might just be an issue
> with the JVM install on the gump box
>
> Nick
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
> For additional commands, e-mail: dev-help@poi.apache.org
>
>

Re: failing gump build and xmlinputfactory

Posted by Nick Burch <ap...@gagravarr.org>.
On Mon, 3 Aug 2015, kiwiwings wrote:
> our gump build is still failing [1] and I've tried to work around the
> missing woodstox
> reference in TestPPTX2PNG and PresetGeometries.

You could try asking builds@ to see if they've any idea / seen it before. 
Since the build is ok on Jenkins (I believe?), it might just be an issue 
with the JVM install on the gump box

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org