I would like to try that actually, but I downloaded the source for 2.1.8 and
upon calling: ant clean dist (I'm using ant version 1.6.5) I get the
following error:
txwc:
[txwc] Compiling:
file:/C:/jaxb2src/jaxb-2.1.8/runtime/src/com/sun/xml/bind
/v2/schemagen/xmlschema/xmlschema-for-jaxb.rng
[txwc] Compilation complete.
codegen:
compile:
[mkdir] Created dir: C:\jaxb2src\jaxb-2.1.8\runtime\build\classes
[javac] Compiling 404 source files to
C:\jaxb2src\jaxb-2.1.8\runtime\build\c
lasses
[javac]
C:\jaxb2src\jaxb-2.1.8\runtime\src\com\sun\xml\bind\v2\model\impl\Re
ferencePropertyInfoImpl.java:294: cannot find symbol
[javac] symbol : method required()
[javac] location: @interface javax.xml.bind.annotation.XmlElementRef
[javac] return ref.required();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
Any idea anyone?
Thanks
Jose
On Tue, Mar 3, 2009 at 11:14 AM, Aleksei Valikov <valikov_at_gmx.net> wrote:
> Hi,
>
> > This doesn't clarify the no-debug-flag question for 2.1.8, though.
>
> I've just checked the build scripts for the current trunk, it seems to
> use compilde.debug property to set the debugging in java. This setting
> is set to "on". Should it maybe be set to "true"?
>
> In any case recompiling with debug turned on must not be a problem.
>
> Bye.
> /lexi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>