I feel like a jerk for doing for reposting this, but I got no response the
last time I posted this query, and maybe there is someone new reading who
can help....
Hi all,
I'm having a problem including files in a generic ejbjar task. I need the
jars for eventual deployment into WebSphere (which unfortunately is not
represented in the nested tasks for the <ejbjar>). My current deployment
descriptor dir structure looks like this:
..
descripts
foo
meta-inf
ejb-jar.xml
ibm-ejb-jar-bnd.xmi
ibm-ejb-jar-ext.xmi
I'm using the following <ejbjar> task to create the generic jar:
<ejbjar srcdir ="${ejbjar.classes.dir}"
destdir ="${foo.deploy.dir}"
descriptordir ="${was.descriptors.dir}">
<include name="**/*ejb-jar.xml"/>
<support dir="${was.descriptors.dir}" includes="**/*ibm*.xmi"/>
<classpath refid="foo.classpath"/>
</ejbjar>
The problem is, the <support> tag is including all the .xmi files from all
the descriptors in the generic-ejb.jar when all I want is the two files that
accompany each ejb-jar.xml.
any help with this would be greatly appreciated
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>