Please can someone help, this is so flustrating.
I`m trying to generate deployment desciptors. The classpath argument points
to the weblogic.jar file which contains -
javax/ejb/EJBObject/EJBObject.class
Heres the section of code that generates the deployment descriptors: -
<target name="EJBDESC" depends="INIT">
<java classname="weblogic.ant.taskdefs.ejb20.DDInit"
classpath="${weblogic};${powerjd};${packageroot}${srcdir}">
<arg value="${packageroot}"/>
</java>
</target>
And the output I get is: -
INIT:
EJBDESC:
Loading classes
manifest.mf
build.xml [33] java.lang.NoClassDefFoundError: javax/ejb/EJBObject
BUILD FAILED
Total time: 0 seconds
I`d very very, very grateful for any suggestions as I`m tearing my hair out
at the moment.
Cheers,
Tom
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>