> -Original Message-
> From: KARR, DAVID
> Sent: Friday, January 16, 2015 9:44 AM
> To: user@ant.apache.org
> Subject: Error about "Provider xx not a subtype" from using Ant XJC task
>
> I'm using the Ant XJC task, and attempting to load two JAXB extensions.
> One is a local copy of the "e
On 2015-01-15, Gan Dong wrote:
> Recently, I came across a problem in Ant and the solution seems to
> write a custom LocalProperties implementation to fix the issue. But I
> found that this class has a sole privet constructor which prevents me
> from sub-classing it:
> 55 /**
> 56 * Cons