[EMAIL PROTECTED] wrote: > OK, I had a look at the build file. This was one of the=20 >configurations=20 I had tried. The interfaces to the facades are >still not being=20 generated. Here is my build.xml. Any >suggestions? =20
I believe you must generate the Facade beans first and then process *all* beans together, including the facades. One suggestion I have is to generate all output files outside your src directory. Create a src-gen directory and use it as the destination for ejbdoclet, but don't forget to include it in the all-encompassing target. You might also try disabling the package substitution until you get it working. Start simple, and add complexity until you find the problem. David Harkness Sr. Software Engineer Sony Pictures Digital Networks (310) 482-4756 ------------------------------------------------------- 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
