sir/madam,
 I'm using this ant tool for ejbc and deployment of bean.
 i'm using weblogic 5.1, jdk1.2.2

<target name="ejbjar1" depends="move1" >
<ejbjar srcdir="${build.classes}"  descriptordir="${desti}"
 basejarname="refcnt">
       <weblogic destdir="${deploymentjars.dir}"
 classpath="${descriptorbuild.classpath}"/>
       <include name="**/*ejb-jar.xml"/>
       <exclude name="**/*weblogic*.xml"/>
     </ejbjar>
 </target>

 this is a piece of code which i'v written.
 but it gives the error:   java.lang.NoClassDefFoundError:
 com/sun/java/util/collection/List


 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

 I'm stuck up here so please send me a quick reply. It's a
workstopper!!!

 regards
 saurabh



begin:vcard 
n:Agarwal;Saurabh
tel;work:8520416/408 xtn:4495
x-mozilla-html:FALSE
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Saurabh Agarwal
end:vcard

Reply via email to