Hi,

I'm trying to write the attributes into my EntityBean
class and everything is compiling but my home and
remote interfaces are not being created. The
deployment descriptors are populating the META-INF dir
but the bean files are not getting created. Does
anyone see anything wrong w/ the ant script below?

Any help much appreciated.

Will

---
                                                      
                         
    <target name="ejbdoclet"
depends="select-platform">
        <taskdef
            name="xdoclet"
            classname="xdoclet.DocletTask"
            classpathref="classpath.xdoc" />
                                                      
                         
        <taskdef
            name="ejbdoclet"
           
classname="xdoclet.modules.ejb.EjbDocletTask"
            classpathref="classpath.xdoc" />
                                                      
                         
        <ejbdoclet
            destdir="${proj.src}"
            excludedtags="@version, @author"
            addedtags="@xdoclet-generated at ${TODAY}"
            ejbspec="2.0">
                                                      
                         
            <fileset dir="${proj.src}">
                <include name="**/*Bean.java"/>
            </fileset>
                                                      
                         
            <deploymentdescriptor
                destdir="${proj.meta-inf}"/>
                                                      
                         
            <homeinterface/>
            <remoteinterface/>
            <localhomeinterface/>
            <localinterface/>
    
            <jboss
                version="3.0"
                destdir="${proj.meta-inf}"
                datasource="java:/PostgresDS"
                typemapping="PostgreSQL" />
    
        </ejbdoclet>
    </target>



                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to