OK, I had a look at the build file.  This was one of the configurations 
I had tried.  The interfaces to the facades are still not being 
generated.  Here is my build.xml.  Any suggestions?

<?xml version="1.0" encoding="UTF-8"?>
<project default="_generation_" name="XDoclet Generator">
<path id="xdoclet.classpath">
<pathelement location="/export/home/foo/workspace/Test/bin"/>
<pathelement location="/export/home/foo/j2sdkee1.3.1/lib/j2ee.jar"/>
<fileset dir="/export/home/eclipse/plugins/org.jboss.ide.eclipse.
xdoclet.core_1.2.2/">
<include name="*.jar"/>
</fileset>
</path>
<target name="_generation_" depends="N400004,N4005DC"/>
<target name="N400004" description="Standard EJB">
<taskdef classpathref="xdoclet.classpath" classname="xdoclet.modules.
ejb.EjbDocletTask" name="ejbdoclet"/>
<ejbdoclet ejbSpec="2.0"  excludedTags="@version,@author,@todo"  
destDir="src"  verbose="true"  addedTags="@xdoclet-generated at ${TODAY}
,@copyright The XDoclet Team,@author XDoclet,@version ${version}" >
<fileset dir="src"  includes="**/*.java" />
<packageSubstitution packages="data"  substituteWith="interfaces" />
<remoteinterface/>
<localinterface/>
<homeinterface/>
<localhomeinterface/>
<dataobject/>
<valueobject/>
<entitypk/>
<entitycmp/>
<session/>
<utilobject includeGUID="true"  cacheHomes="true" />
<entityfacade/>
</ejbdoclet>
</target>
<target name="N4005DC" description="Grrr">
<taskdef classpathref="xdoclet.classpath" classname="xdoclet.modules.
ejb.EjbDocletTask" name="ejbdoclet"/>
<ejbdoclet ejbSpec="2.0"  excludedTags="@version,@author,@todo"  
destDir="src"  verbose="true"  addedTags="@xdoclet-generated at ${TODAY}
,@copyright The XDoclet Team,@author XDoclet,@version ${version}" >
<fileset dir="src"  includes="**/*FacadeEJB.java" />
<packageSubstitution packages="data"  substituteWith="interfaces" />
<remotefacade/>
</ejbdoclet>
</target>
</project>

Cheers

-- 


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to