Hi, JBoss IDE generates the wrong classpath in xdoclet-build.xml.
Version 1.2.2 did generate: | <path id="xdoclet.classpath"><pathelement location="/home/thomas/src/java/Eclipse-Projects/ApplicationXY/build"/> | <pathelement location="/home/thomas/src/java/Eclipse-Projects/JsrcFW/build/classes"/> | <pathelement location="/home/thomas/src/java/Eclipse-Projects/JsrcComponents/build/classes"/> | <pathelement location="/home/thomas/src/java/Eclipse-Projects/JsrcComponents/build/tests"/> | <pathelement location="/home/thomas/javatools/misc/dom4j/dom4j.jar"/> | <pathelement location="/home/thomas/javatools/misc/junit/junit.jar"/> | <pathelement location="/home/thomas/javatools/jboss/server/default/lib/jboss-j2ee.jar"/> | <pathelement location="/home/thomas/src/java/Eclipse-Projects/JsrcFW/build/tests"/> | <pathelement location="/home/thomas/javatools/jboss/server/default/lib/javax.servlet.jar"/> | | <fileset dir="/mnt/zeugs/thomas/javatools/eclipse/plugins/org.jboss.ide.eclipse.xdoclet.core_1.2.2/"> | <include name="*.jar"/> | </fileset> | </path> | Version 1.2.4 generates: | <path id="xdoclet.classpath"><pathelement location="build"/> | <pathelement location="build/classes"/> | <pathelement location="build/tests"/> | <pathelement location="/home/thomas/javatools/misc/dom4j/dom4j.jar"/> | <pathelement location="/home/thomas/javatools/misc/junit/junit.jar"/> | <pathelement location="/home/thomas/javatools/jboss/server/default/lib/jboss-j2ee.jar"/> | <pathelement location="/home/thomas/javatools/jboss/server/default/lib/javax.servlet.jar"/> | | <fileset dir="/mnt/zeugs/thomas/javatools/eclipse/plugins/org.jboss.ide.eclipse.xdoclet.core_1.2.4/"> | <include name="*.jar"/> | </fileset> | </path> | As you can see the paths to other projects and the current project are generated differently. If i derive a servlet class from a class in another project the xdoclet run cannot find the superclass and does not recognize the derived class as derived from HTTPServlet. The servlet is not entered in the generated web.xml deployment descriptor. Am i doing something wrong. Or is this an Error in JBoss IDE? thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841200#3841200 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841200 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
