Seems that this works:
<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 refid="project.class.path"/>
<include name="**/ejb-jar.xml"/>
</ejbjar>
</target>
-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Friday, December 16, 2005 11:22 AM
To: Ant Users List
Subject: JBoss ejb building
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?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]