users@jaxb.java.net

Re: issue 585 and building jaxb from cvs

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Fri, 12 Jun 2009 16:06:08 +0200

Hi,

> Hi, I'm running into issue 585
> (https://jaxb.dev.java.net/issues/show_bug.cgi?id=585) with 2.1.11 and
> thought I would try to build jaxp from the source tree with the fix.
> I first tried the workspace snapshot zip bundle (linked from
> https://jaxb.dev.java.net/2.2-ea/), but ant-dist fails with
>
> compile:
>    [mkdir] Created dir: /Users/eaubin/Downloads/jaxb-ri/runtime/build/classes
>    [javac] Compiling 404 source files to
> /Users/eaubin/Downloads/jaxb-ri/runtime/build/classes
>    [javac] /Users/eaubin/Downloads/jaxb-ri/runtime/src/com/sun/xml/bind/v2/model/impl/ReferencePropertyInfoImpl.java:294:
> cannot find symbol
>    [javac] symbol  : method required()
>    [javac] location: @interface javax.xml.bind.annotation.XmlElementRef
>    [javac]             return ref.required();
>    [javac]                       ^


You have to place jaxb-api 2.2 in your endorsed libs to compile this.

MfG,
/lexi