Thanks Stefan for the update!
I'm very glad to know you've gotten all of Ant's tests passed!
Best regards,
Joe
On 9/20/16, 6:46 AM, Stefan Bodewig wrote:
Hi Joe
On 2016-09-08, Joe Wang wrote:
It's great to know you've found the solution! Hopefully this is indeed
the last issue for you with
Hi Joe
On 2016-09-08, Joe Wang wrote:
> It's great to know you've found the solution! Hopefully this is indeed
> the last issue for you with JDK 9 :-)
> I've checked in a fix for the redirect failure [1] into the dev
> repo. It would probably be included in the next week's build
> (b136). Please
Hi Stefan,
It's great to know you've found the solution! Hopefully this is indeed
the last issue for you with JDK 9 :-)
I've checked in a fix for the redirect failure [1] into the dev repo. It
would probably be included in the next week's build (b136). Please let
me know if this doesn't work
On 2016-08-31, Joe Wang wrote:
> On 8/30/16, 9:34 AM, Stefan Bodewig wrote:
>> On 2016-08-29, Joe Wang wrote:
>>> If you are using the built-in extension functions, try turning on the
>>> following feature:
>>> private static final String ENABLE_EXTENSION_FUNCTIONS =
>>> "http://www.oracle.
Hi Stefan,
On 8/30/16, 9:34 AM, Stefan Bodewig wrote:
Hi Joe
On 2016-08-29, Joe Wang wrote:
If you are using the built-in extension functions, try turning on the
following feature:
private static final String ENABLE_EXTENSION_FUNCTIONS =
"http://www.oracle.com/xml/jaxp/properties/enableE
Hi Joe
On 2016-08-29, Joe Wang wrote:
> If you are using the built-in extension functions, try turning on the
> following feature:
> private static final String ENABLE_EXTENSION_FUNCTIONS =
> "http://www.oracle.com/xml/jaxp/properties/enableExtensionFunctions";;
> tf.setFeature(ENABLE_EXT
Hi Stefan,
If you are using the built-in extension functions, try turning on the
following feature:
private static final String ENABLE_EXTENSION_FUNCTIONS =
"http://www.oracle.com/xml/jaxp/properties/enableExtensionFunctions";;
tf.setFeature(ENABLE_EXTENSION_FUNCTIONS, true);
If you a
Hi,
I've been told to ask for advice here.
Over the past few weeks we've adapted the Apache Ant code base to JDK 9
well enough that Ant's own test suite works - almost.
The onyl remaining issue really goes back to Java 1.7 and JAXP 1.4 when
secure processing was introduced. If you are running an