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 [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
