I'm trying to run weblogic's ejbc from ant:
<target name="ejbc" depends="jar">
<java classpath="e:/weblogic/classes,e:/weblogic/lib/weblogicaux.jar"
classname="weblogic.ejbc"
args="${lib.dir}/dbbeans.jar ${lib.dir}/dbbeans-deploy.jar" />
</target>
and am getting stuck with the following error:
build.xml:55: Could not find weblogic.ejbc. Make sure you have it in your
classpath
The ejbc.class file is located in e:\weblogic\classes\weblogic\ejbc.class.
Have tried '\' as well as '/'.
Please respond directly to me at dgallinat@missilelock.com. Thanks,
Doug
|