You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Glenn A. McAllister" <gl...@somanetworks.com> on 2002/08/28 14:50:05 UTC

ANT 1.5 (fwd)

Your question would be better answered on the ant-user mailing list.  I'm 
affraid I know *nothing* about EJBs.

Glenn McAllister
SOMA Networks, Inc.


---------- Forwarded message ----------
Date: Wed, 28 Aug 2002 03:47:37 -0700 (PDT)
From: r abiram <ab...@yahoo.com>
To: glenn@somanetworks.com
Subject: ANT 1.5 

Hi,

Your Article on VAJ with ANT was really great it was
really usefull for our team 

I have one Query Hope You wont mind to give me
diffrent 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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>