You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/01/04 09:05:32 UTC

DO NOT REPLY [Bug 5682] - ejbc doesn't recognize bean name

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5682>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5682

ejbc doesn't recognize bean name





------- Additional Comments From conor@cortexebusiness.com.au  2002-01-04 00:05 -------
Since you are primarily using Ant to launch the weblogic ejbc compiler using the
<java> task the problem is probably not strictly in Ant. I would suggest running
Ant with the -debug flag. In the output you will be able to see java command as
a command line equivalent. Cut and paste this and you will probably get the same
error independent of Ant.

You should also check the jar you are feeding to ejbc to see if it is properly
formed. If you like run 
jar tvf 
on the jar and post the results here.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>