Hi,

We are Developing our application with ANT 1.5 using
Websphere5.0 can U give me the URL where 
I have serious query hope U wont mind to give me
better solution

Iam using ANT 1.5 with Websphere 4.0 for the EAR Task
and have written the build file as per given below
with refrence to the Doccument

this is the Part of the build file where I get the
Error is as such given below


<target name="EJBjar"  depends="compile"
description="To jar the Compiled Source" >
<ejbjar naming="descriptor"
descriptordir="${descriptordir}" srcdir="${buildDir}"
destdir="${srcDir}">
<!--<dtd location="${dd}"/>-->
<include name="Hello-Deploy.xml"/>
<include name="*.dtd"/>
<websphere dbvendor="DB2UDBWIN_V71" ejbdeploy="false"
oldCMP="false" tempdir="/tmp" destdir="${srcDir}"
dbVendor="DB2UDBWIN_V71"/>   
</ejbjar>
</target>

Here the Error  Output I get is 

************************************
BUILD FAILED
EJBjar.xml:31: The <ejbjar> task doesn't  support the
nested "websphere" element.
Total time: 0 seconds
**************************************

Thanks
R.Abiram



__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to