posted 22 years ago I am new to the Sun One Server (and loving it) but I am having trouble getting the ejb Ant task to work. Does anyone have an example of what a good <ejbjar task looks like for the Sun One server. Mine looks like this but fails to create the jar. No error message, just dosen't seem to do anything.
<ejbjar srcdir="${target}" basejarname="BucciniPod.jar" dependency="none" descriptordir="${podejbDescriptor}">
<iplanet destdir="${assemble.podejb}"
classpath="classpath"/>
<include name="**/*-ejb-jar.xml"/>
<include name="**/*-sun-ejb-jar.xml"/>
<include name="**/*-sun-cmp-mappings.xml"/>
<exclude name="**/*ias-*.xml"/>
</ejbjar>