From: "Srinivas Subbaraju" <[EMAIL PROTECTED]>
>
> I extracted the parser.jar file into weblogic/classes and started running
> ant
Why did you do that? It is probably best not to mess with weblogic's
classes area - you may be setting many potential class conflicts. Have you
tried to run a command line ejbc in this case? Is it OK?
Try running ant with the verbose flag (ant -v). It will show you the
command line it is using. You can cut and paste that to see whether it
works from the command line.
Conor