Yes, I believe I do.   using the Tutorial I entered a EJB doclet and a Web doclet.

The  xdoclet-build.xml looks like this subst.  < for < and /> for /)

(?xml version="1.0" encoding="UTF-8"?>
(project default="_generation_" name="XDoclet Generator">
        (property file="xdoclet-build.properties"/)
        (path id="xdoclet.classpath">
                (pathelement 
location="C:/Apps/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.3.30/lib/j2ee-1.3/ejb-api.jar"/)
                (pathelement 
location="C:/Apps/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.3.30/lib/j2ee-1.3/jca-api.jar"/)
                (pathelement 
location="C:/Apps/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.3.30/lib/j2ee-1.3/jms-api.jar"/)
                (pathelement 
location="C:/Apps/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.3.30/lib/j2ee-1.3/jsp-api.jar"/)
                (pathelement 
location="C:/Apps/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.3.30/lib/j2ee-1.3/jta-api.jar"/)
                (pathelement 
location="C:/Apps/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.3.30/lib/j2ee-1.3/servlet-api.jar"/)
                (pathelement 
location="C:/Apps/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.3.30/lib/j2ee-1.3/sql-api.jar"/)
                (pathelement location="bin"/)
                (fileset 
dir="/c:/Apps/eclipse/plugins/org.jboss.ide.eclipse.xdoclet.core_1.3.30/">
                        (include name="*.jar"/)
                (/fileset>
        (/path>
        (target depends="N400004,N4003CA" name="_generation_"/)
        (target description="EJB" name="N400004">
                (taskdef classname="xdoclet.modules.ejb.EjbDocletTask" 
classpathref="xdoclet.classpath" name="ejbdoclet"/)
                (ejbdoclet destDir="src" ejbSpec="2.0">
                        (fileset dir="src" includes="**/*Bean.java"/)
                        (deploymentdescriptor destDir="src/META-INF"/)
                        (jboss Version="3.0" destDir="src/META-INF"/)
                        (packageSubstitution packages="ejb" 
substituteWith="interfaces"/)
                        (remoteinterface/)
                        (homeinterface/)
                        (localhomeinterface/)
                        (localinterface/)
                (/ejbdoclet>
        (/target>
        (target description="Web" name="N4003CA">
                (taskdef classname="xdoclet.modules.web.WebDocletTask" 
classpathref="xdoclet.classpath" name="webdoclet"/)
                (webdoclet destDir="src/WEB-INF">
                        (fileset dir="src" includes="**/*Servlet.java"/)
                        (deploymentdescriptor Servletspec="2.3"/)
                        (jbosswebxml Version="3.0"/)
                (/webdoclet>
        (/target>
(/project>


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846051#3846051

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846051


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to