Hi,
I’ve got an EJB project giving me a warning message:
Missing ejb-jar.xml deployment descriptor in META-INF folder
The way I’ve organized my project, I’ve put all the xdoclet generated stuff into a src-gen folder (including the ejb-jar.xml). I still have a META-INF directory in my src folder (for my MANIFEST.MF file, if nothing else), but my ejb-jar.xml file is now in my src-gen folder.
No biggie, but it’d be nice if the warning triggered on the build directory rather than (one of possibly many) source directories.
Thanks,
BC