Hi!
Tahnk you very much Jukka and Alessandro!
Jukka, your fix from trunk works fine with JDK 1.6u10 and internal JAXB 2.1.3
also with JAXB 2.1.9 and JDK 1.5
I cheked it with Jackrabbit from 1.5 branch and from trunk.
XML Import/export is great feature of Jackarbbit that makes development a lot
easier for me. :)
Well, one comment for those who wants to use JAXB built into sun's JDK1.6 :
rt.jar must be included in compilation classpath explicitly or undocumented
property " -XDignore.symbol.file=true" must be set to javac.
Otherwise sources can not be compiled due strange javac behavior.
And there is ant task that uses xjc from JDK:
<target name="compile" description="Compile all XSD source files">
<echo message="Compiling the schema..." />
<mkdir dir="${xjc.destdir}" />
<exec executable="xjc">
<arg value="-d"/>
<arg value="${xjc.destdir}"/>
<arg value="-p"/>
<arg value="${xjc.package}"/>
<arg value="${xjc.schema}"/>
</exec>
</target>
On Tuesday 18 November 2008 17:36:31 Jukka Zitting wrote:
> Hi,
>
> On Tue, Nov 18, 2008 at 4:08 PM, Alessandro Bologna
>
> <[EMAIL PROTECTED]> wrote:
> > yes it seems that there's something a bit confusing happening in the
> > Exporter. Probably the easiest thing would be to debug with the source
> > jars and see what happens.
>
> I think I found the cause of this problem, see JCR-1852 for the
> details. The problem should be fixed in trunk, and I plan to include
> the fix also in the 1.5 release.
>
> BR,
>
> Jukka Zitting
--
SY, Alex Lukin
RIPE NIC HDL: LEXA1-RIPE