Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 5997 invoked from network); 13 Feb 2001 04:35:05 -0000 Received: from wiproecmx2.wipro.com (164.164.31.6) by h31.sny.collab.net with SMTP; 13 Feb 2001 04:35:05 -0000 Received: from ecvwall1.wipro.com (ecvwall1.wipro.com [192.168.181.23]) by wiproecmx2.wipro.com (8.9.3/8.9.3) with SMTP id KAA22963 for ; Tue, 13 Feb 2001 10:14:26 GMT Received: from saurabh ([192.168.89.167]) by ecmail.mail.wipro.com (Netscape Messaging Server 3.6) with SMTP id AAA6DE0 for ; Tue, 13 Feb 2001 10:01:01 +0530 Message-ID: <003201c09576$26e734e0$a759a8c0@wipro.com> From: "Saurabh Agarwal" To: Subject: problem with ejbjar tag, please help Date: Tue, 13 Feb 2001 10:03:45 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002F_01C095A4.4086DFD0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_002F_01C095A4.4086DFD0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable sir/madam, I'm using this ant tool for ejbc and deployment of bean. i'm using weblogic 5.1, jdk1.2.2 =20 =20 this is a piece of code which i'v written. but it gives the error: java.lang.NoClassDefFoundError: com/sun/java/util/collection/List =20 =20 srcdir: all the class files descriptordir: path for Xml files destdir: ?????? (i'v doubts that what should be the dir?????) classpath: classpath of class files required to build jar =20 I'm stuck up here so please send me a quick reply. It's a = workstopper!!! =20 regards saurabh ..................................................... Wipro Technologies Systems Engineer Tower 4, 4th Floor, B wing, #72, Keonics Electronics City Hosur Main Road., Bangalore - 561 229 PH: 8520408 Extn:4485 Mail: saurabh.agarwal@wipro.com ------=_NextPart_000_002F_01C095A4.4086DFD0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
sir/madam,
 I'm using this ant = tool for=20 ejbc and deployment of bean.
 i'm using weblogic 5.1,=20 jdk1.2.2
 
<target name=3D"ejbjar1" depends=3D"move1"=20 >
     <ejbjar = srcdir=3D"${build.classes}" =20 descriptordir=3D"${desti}"
 basejarname=3D"refcnt">
 &= nbsp;    =20 <weblogic=20 destdir=3D"${deploymentjars.dir}"
 classpath=3D"${descriptorbuild= .classpath}"/>
      =20 <include = name=3D"**/*ejb-jar.xml"/>
      =20 <exclude name=3D"**/*weblogic*.xml"/>
    =20 </ejbjar>
 </target>
 
this is a piece = of code=20 which i'v written.
 but it gives the error:  =20 java.lang.NoClassDefFoundError:
 com/sun/java/util/collection/Lis= t
 
 
=20 srcdir:       all the class=20 files
 descriptordir:    path for Xml=20 files
 destdir:    ??????   (i'v doubts = that=20 what should be the dir?????)
 classpath:    = classpath of=20 class files required to build jar
 
I'm stuck up here so = please send=20 me a quick reply. It's a workstopper!!!
 
=20 regards
 saurabh
.....................................................
Wipro=20 Technologies
 Systems Engineer
 Tower 4, 4th Floor, B=20 wing,
 #72, Keonics Electronics City
 Hosur Main Road.,=20 Bangalore - 561 229
 PH:  8520408 Extn:4485
 Mail: = saurabh.agarwal@wipro.com
------=_NextPart_000_002F_01C095A4.4086DFD0--