hello! i need your help: i made a ejbjar with naming=ejb-name:(i wanted to jar a jrun-bean)
<ejbjar descriptordir="${sourceDir}\ejb\Meta-inf " srcdir="${outputDir}\ejb" destdir="${jardir}" naming="ejb-name"> <dtd publicId= "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN" location="${sourceDir}\ejb\ejb-jar_1_1.dtd"/> <support dir="${sourceDir}\ejb" includes="*.properties" /> </ejbjar> but the jar-file was not named like the ejb(hear:accountbean.jar) , but accountbean_generic.bat. But i only want the name of the ejb like i stated in "naming". How can i manage it? Thanxs in advance Peter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>