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/08/27 17:47:53 UTC

DO NOT REPLY [Bug 12084] - weblogic ejbc does not terminateAnt process for certain error cases

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=12084>.
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=12084

weblogic ejbc does not terminateAnt process for certain error cases





------- Additional Comments From nicola.vota@sella.it  2002-08-27 15:47 -------
It seems that the problem comes from weblogic.ejbc that exits with a STATUS=1 in
the first case while it exits with STATUS=0 in the second and so (correctly) the
ejbjar task does not throw any BuildException

First case:
ERROR: Error from ejbc: Unable to load a class specified in your ejb-jar.xml:
it.sella.mobilmat.implementation.ContoPrepagatoManagerBean
ERROR: ejbc found errors
bash-2.04$ echo $PIPESTATUS
1

Second case:
error: Class it.sella.mobilmat.conto.MobilcontoHome contains an invalid argument
type in method create.
4 errors
bash-2.04$ echo $PIPESTATUS
0

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