I'm currently using the deploymenetdescriptor task as below. This creates a file called TestBean-ejb-jar.xml for a bean implementation named TestBean.java. The destinationFile element doesn't appear on the documentation on the xdoclet site. Regardless, it works very nicely for my needs.
http://xdoclet.sourceforge.net/ant/xdoclet/modules/ejb/dd/EjbDotXmlSubTask.h tml <deploymentdescriptor destinationFile="{0}-ejb-jar.xml" destDir="${basedir.webapp.web-inf.src}"/> I'd like to be able to do something similar using the weblogic task, but the destinationFile doesn't seem to work. This statement creates a weblogic-ejb-jar.xml file that isn't prefixed by the bean name. <weblogic destinationFile="{0}-ejb-jar.xml" destDir="${basedir.webapp.web-inf.src}/"/> How can i get the weblogic task to behave like the deploymentdescriptor task? Thanks! ~Mark --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.509 / Virus Database: 306 - Release Date: 8/12/2003 ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
