Not sure if this is the correct place to post this, if not sorry.  I'm
trying to use xdoclet2 but when I try to run it my ant script fails.

Any help would be great.

Cheers.

hibernate-doclet:

BUILD FAILED
java.lang.NoSuchMethodError:
org.xdoclet.QDoxMetadataProvider.getDocletTagFactory()Lorg/xdoclet/Confi
gurableDocletTagFactory;

Total time: 1 second

<project name="xdoclet2test" basedir="." default="hibernate-doclet">

  <path id="class.path">
        <fileset dir="lib">
            <include name="*.jar"/>
          </fileset>
          <pathelement location="build"/>
  </path>

  <target name="hibernate-doclet">

    <taskdef name="xdoclet" classname="org.xdoclet.ant.XDocletTask"
classpathref="class.path"/>

    <xdoclet>
      
      <fileset dir="src">

        <include name="**/*.java"/>

      </fileset>

      <component 
         classname="org.xdoclet.plugin.hibernate.HibernateConfigPlugin"         
 destdir="build"
         dialect="net.sf.hibernate.dialect.Oracle9Dialect"
         jndidatasource="java:comp/env/jdbc/event"
         showsql="true"
         useouterjoin="true"/>
    
    </xdoclet>

  </target>

</project>

lib folder includes:

03/02/2005  17:15           999,966 ant-1.6.2.jar
03/02/2005  16:29           358,273 antlr-2.7.2.jar
21/02/2005  07:57           435,563 antlr-2.7.5.jar
03/02/2005  16:24           188,671 commons-beanutils-1.7.0.jar
03/02/2005  16:25           559,366 commons-collections-3.1.jar
17/02/2005  08:02           163,169 commons-jelly-1.0-beta-4.jar
17/02/2005  08:02            24,223 commons-jelly-tags-define-1.0.jar
17/02/2005  08:02            18,042 commons-jelly-tags-jsl-1.0.jar
03/02/2005  16:12            35,260 commons-jelly-tags-xml-1.0.jar
03/02/2005  22:28           115,489 commons-jexl-1.0-beta-2.jar
29/09/2004  15:38            31,605 commons-logging.jar
03/02/2005  16:32           486,522 dom4j-1.4.jar
29/11/2004  01:31           699,854 freemarker-2.3.jar
06/02/2005  21:01            81,556 generama-SNAPSHOT.jar
03/02/2005  16:28           121,070 junit-3.8.1.jar
29/09/2004  15:38           352,668 log4j-1.2.8.jar
03/02/2005  22:28           110,375 nanocontainer-1.0-beta-1.jar
03/02/2005  22:28             5,879 nanocontainer-ant-1.0-beta-1.jar
03/02/2005  16:24            76,958 picocontainer-1.1.jar
03/02/2005  22:28            87,371 qdox-1.6-SNAPSHOT.jar
03/02/2005  16:12           361,173 velocity-1.4.jar
31/10/2004  18:25            21,842
xdoclet-plugin-beaninfo-1.0-alpha-1.jar
31/10/2004  18:25            78,438 xdoclet-plugin-ejb-1.0-alpha-1.jar
31/10/2004  18:25             9,032
xdoclet-plugin-externalizer-1.0-alpha-1.jar
31/10/2004  18:25           131,011
xdoclet-plugin-hibernate-1.0-alpha-1.jar
31/10/2004  18:25            21,239 xdoclet-plugin-jmx-1.0-alpha-1.jar
31/10/2004  18:25             2,955 xdoclet-plugin-junit-1.0-alpha-1.jar
31/10/2004  18:25             7,268
xdoclet-plugin-plugin-1.0-alpha-1.jar
31/10/2004  18:25            22,267
xdoclet-plugin-portlet-1.0-alpha-1.jar
31/10/2004  18:25            26,419 xdoclet-plugin-qtags-1.0-alpha-1.jar
31/10/2004  18:25            71,449 xdoclet-plugin-web-1.0-alpha-1.jar
31/10/2004  18:25             5,680
xdoclet-plugin-webwork-1.0-alpha-1.jar
31/10/2004  18:25             4,768 xdoclet-plugin-xtags-1.0-alpha-1.jar
21/02/2005  11:16         2,191,103 xdoclet2.jar
03/02/2005  22:28            63,798 xmlunit-1.0.jar





********************************************************************************
The information contained in this email message may be confidential. If you are 
not the intended recipient, any use, interference with, disclosure or copying 
of this material is unauthorised and prohibited. Although this message and any 
attachments are believed to be free of viruses, no responsibility is accepted 
by T&F Informa for any loss or damage arising in any way from receipt or use 
thereof.  Messages to and from the company are monitored for operational 
reasons and in accordance with lawful business practices. 
If you have received this message in error, please notify us by return and 
delete the message and any attachments.  Further enquiries/returns can be sent 
to [EMAIL PROTECTED]



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to