I'm currently working on trimming back our build scripts and have reached a
stopping point.
<target name="jboss-ejb">
<ejbjar srcdir="${install.dir}/classes" manifest="<pathtomanifest>"
descriptordir="<somedescriptordir>" naming="ejb-name" dependency="none">
<dtd publicid="<dtdid>" location="<pathtodtd>"/>
<jboss destdir="${lty.ear.dir}" classpath="${classpath}"/>
<include name="**/ejb-jar.xml"/>
</ejbjar>
</target>
Is there anyway to get this jboss option to take a refid instead of an actual
property like this?