Hi, dear sirs,

  I am a java developer. I’m using Jaxme to develop our project.

  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

 

Reply via email to