Hi, dear sirs,
I failed to use DTD as the
input to get the java classes. The problem is I don’t know how to use Jaxme Ant
to do that.
I tried build.xml as
this:
<target
name="dtd" depends="taskdef">
<xjc schema="jasperreport.dtd" target="build/src">
<dtd
targetNamespace=”http://www.w3.org/namespace/” />
<produces
includes="mm/jasper/*.java"/>
</xjc>
</target>
I got the
error:
The referenced element {http://www.w3.org/namespace/}seriesExpression is
undefined.
Would you please help
me?
Thanks
Bin
Chen
