Thanks Conor,I recovered from the errors.
Mistake was setting classpath in ant build file.
I removed it, now it is working fine.
As you suspected even ejbc was not running from command line.
Srini
-----Original Message-----
From: Conor MacNeill [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 6:00 PM
To: [EMAIL PROTECTED]
Subject: Re: ejbjar and parser.jar file
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