users@jaxb.java.net

Re: Problem with Ant task

From: Filip Rindler <filip.rindler_at_gmx.de>
Date: Tue, 24 Jun 2003 11:08:19 +0200

Thanks for your help,

in the first time I used the Ant version bundled with the Eclipse IDE, after
using the 'real' ant, everything worked fine.

Filip Rindler

----- Original Message -----
From: "Kohsuke Kawaguchi" <Kohsuke.Kawaguchi_at_Sun.COM>
To: <JAXB-INTEREST_at_JAVA.SUN.COM>
Sent: Monday, June 23, 2003 10:30 PM
Subject: Re: Problem with Ant task


> Something is wrong with Xerces. You can do one of the followings:
>
> - add "-nv" option to the invocation of XJC. (<arg value='-nv'/>) In
> this way, XJC won't use Xerces so there won't be a problem.
>
> - if you can, overwrite xercesImpl.jar in your ant with the one in JWSDP.
>
> - try to add xercesImpl.jar in the classpath of <taskdef>, or if it's
> already in, see if excluding it will solve the problem.
>
> --
> Kohsuke Kawaguchi <kohsuke.kawaguchi_at_sun.com>
>