Just what I need, even has an SSH task. Thanks.

Open question: Could these tasks be considered for inclusion in the next
release of Ant?


-----Original Message-----
From: Dale Anson [mailto:[EMAIL PROTECTED]]
Sent: 13 December 2002 21:36
To: Ant Users List
Subject: Re: notification of failed javac


Check out the "Try" task that is distributed with Antelope 
(http://antelope.sourceforge.net). It lets you do things like:

<try>
    <javac .../>
    <catch>
        <mail .../>
        <fail message="javac failed"/>
    </catch>
</try>

Documentation for this task is at http://antelope.sourceforge.net/manual.

Euan Guttridge wrote:

>Is there a way to send an email *if* a [javac] compile fails?
>
>One way I can think of is to set the failonerror="false" property and then
>use an "if" clause on the next task - but I can't work out how to set the
>property in the javac task *if* it fails... 
>
>
>
>Thanks
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>  
>


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

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

Reply via email to