Here is the ejbdoclet task of my build.xml. When i run ant this xml generates
jaws.xml. I don't want to generate jaws.xml. What tag do i need to remove?

       <taskdef name="ejbdoclet" classname="xdoclet.ejb.EjbDocletTask"
     classpath="${java.class.path};${log4j.jar.path};${ant.jar.path};${xdoclet.
     jar.path} "/>
       <ejbdoclet sourcepath="${src.dir}" destdir="${generated.java.dir}"
     classpathref="project.class.path" excludedtags="@version,@author"
     ejbspec="2.0">
              <fileset dir="${src.dir}">
                     <include name="**/*EJB.java"/>
              </fileset>
              <!--                 <dataobject/> -->
              <remoteinterface pattern="{0}"/>
              <localinterface pattern="Local{0}"/>
              <homeinterface pattern="{0}Home"/>
              <localhomeinterface pattern="LocalHome{0}"/>
              <!--                 <entitypk/>-->
              <entitycmp/>
              <!--                        <session/> -->
              <deploymentdescriptor destdir="${build.dir}/ejb/META-INF"
       validatexml="true"/>
              <jboss version="3.0" xmlencoding="UTF-8" validatexml="true"
       typemapping="PostgreSQL 7.2" datasource="java:/PostgresDS"
       destdir="${build.dir}/ejb/META-INF"/>
              <!--
              <weblogic xmlencoding="UTF-8" destdir="${build.dir}/ejb/META-INF"
       validatexml="true"/>
                <webSphere destdir="${build.dir}/ejb/META-INF" />
           <orion/>
              <apachesoap destdir="${build.dir}/web"/>
           -->
              <!--
         Have struts form objects generated based on entity beans'
         data objects.  Will require struts.jar to compile.
         <strutsform />
         -->
       </ejbdoclet>




************************************
Paulo A. Bengero
Application Systems Engineer
Team ORION
************************************

------------------------------------------------------------------------

FPI Gateway Scanner scanned email-body and no virus found
------------------------------------------------------------------------

Reply via email to