Muhammad, Shakeel [IT] wrote: > Hi, > > ANT ver: 4.1 > WebLogic : 5.1 > > When I use ejbjar task for ejbs, I get following message: > > "Exception while calling weblogic.ejbc Details: Ejbc reported an error" > > Also ANT gives exception if I name my weblogic xml file as > 'weblogic-ejb-jar.xml', > it asks me to name it as : 'ejb-weblogic-ejb-jar.xml' > > Can someone help me, what is going wrong. > > Regards > -Shakeel >
Why is this commented out? > <!--<exclude name="**/*weblogic*.xml"/>--> Without this, you are trying to process the weblogic specific descriptors as though they were standard descriptors. This is the source of your problems. Conor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
