You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Cory Adams <co...@allogis.com> on 2001/09/13 21:40:48 UTC

RE: ejbjar problems props to Conor

Yeeehaaaaa!  That seemed to do it.  I'm not exactly sure why???

Props out the Conor for helping me on this one.

Conor is one of the contributors of the ejbjar optional Ant task.

Thanks,

Cory Adams

-----Original Message-----
From: Conor MacNeill [mailto:conor@cortexebusiness.com.au]
Sent: Monday, September 10, 2001 8:34 PM
To: ant-user@jakarta.apache.org
Subject: RE: ejbjar problems


Cory,

> From: Cory Adams [mailto:cory.adams@allogis.com]
>
> Descriptors:
> ejb-jar.xml

This is the only descriptor that should be handed to <ejbjar>

> weblogic-cmp-rdbms-jar-audit.xml
> weblogic-cmp-rdbms-jar-queuedevent.xml
> weblogic-ejb-jar.xml
>

All of these are picked up from their association with the ejbjar
descriptor.

>          <exclude name="**/**vss**"/>
>          <include name="**/*ejb-jar.xml"/>
>          <include name="**/*cmp*.xml"/>
>          <include name="**/**weblogic-ejb**.xml"/>
>          <exclude name="**/**cmp**.xml"/>

These don't look quite right. Try something a bit simpler, like
    <include name="**/*ejb-jar.xml"/>
    <exclude name="**/*weblogic*.xml"/>

Let us see where that leads us.

Conor