Closed GoogleCodeExporter closed 8 years ago
Hi!
thanks for reporting this. Actually I would assume you'd run into trouble
running kettle if you have multiple saxon jars, is that not the case?
Also, I think I tried with saxon9 (as opposed to the saxon8 that ships with
kettle) and I seem to recall that not working since it accepts different
arguments on the command line, is that correct? Or is it working for you?
thanks in advance, and kind regards,
Roland
Original comment by roland.bouman
on 10 Feb 2011 at 4:43
It works fine now. It's not that I have multiple saxon jars, but multiple
different jars that start with the letters saxon. They are saxon9.jar(4.8mb)
and saxon9-dom.jar(126k)
The error was multiple files matching and being passed through. The set
values step expects 1 row.
I'm building from trunk and have not added/modified/removed any jars from
the libext folder, so I would think they have moved to saxon9 and included
the saxon9-dom jar as well.
BTW, Thanks for the amazing documentation tool!
Brandon.
Original comment by mane...@amerch.com
on 10 Feb 2011 at 5:06
Brandon,
thanks for your clarification, and sorry for misunderstanding you. Yes I agree,
I should modify the regex to exclude at least all known saxon libs that might
be in there that are not the xslt processor.
(thanks for using kettle-cookbook and contributing issue reports - it is much
appreciated :)
Original comment by roland.bouman
on 10 Feb 2011 at 5:29
Unfortunately I cannot use the proposed fix since kettle 3.2 does not support a
"exclude wildcard" feature.
The fix is in r71 and consists of making a top-level parameter of the saxon
location, with a default of ./libext/saxon8.jar. This should also fix issue 36
Original comment by roland.bouman
on 3 Apr 2011 at 9:39
Original issue reported on code.google.com by
mane...@amerch.com
on 10 Feb 2011 at 4:31