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

           Summary: weblogic ejbc does not terminateAnt process for certain
                    error cases
           Product: Ant
           Version: 1.5
          Platform: HP
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


ejbjar task with weblogic 6.1sp2 does not end Ant process in all error cases.

Ant process ends with error when ejbc terminates with error output like this:
ERROR: Error from ejbc: Unable to load a class specified in your ejb-jar.xml:
it.sella.mobilmat.implementation.ContoPrepagatoManagerBean
ERROR: ejbc found errors

While Ant process does not end with an error but goes on when ejbc terminates
with error output like this:
error: Class it.sella.mobilmat.conto.MobilcontoHome contains an invalid argument
type in method create.
4 errors

I suppose that ejbjar/weblogic task implementation looks for "ejbc found errors"
String to throw a BuildException, while in other cases it goes on...

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to