ava.lang.NoClassDefFoundError: weblogic/utils/zip/Handler
Hi Everybody
This is driving me crackers, and unless I get it sorted the teddybear gets it.
I keep getting the following error on tying to run target:build-webservices-for-domain
build-webservices-for-domain java.lang.NoClassDefFoundError: weblogic/utils/zip/Handler Currently using the following setting:- <path id="weblogic-classpath"> id="weblogic-classpath"> <fileset dir="${weblogic.home}/wlserver_10.3/server/lib"> <fileset dir="${weblogic.home}/wlserver_10.3/server/lib"> <include name="*.jar" /> <include name="*.jar" /> </fileset> </fileset> </path> </path> <taskdef name="jwsc" classname="weblogic.wsee.tools.anttasks.JwscTask"> <taskdef name="jwsc" classname="weblogic.wsee.tools.anttasks.JwscTask"> <classpath refid="weblogic-classpath" /> </taskdef> <classpath refid="weblogic-classpath" /> </taskdef> <target name=0