Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 73606 invoked from network); 26 Oct 2007 09:00:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2007 09:00:28 -0000 Received: (qmail 64194 invoked by uid 500); 26 Oct 2007 09:00:11 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 64154 invoked by uid 500); 26 Oct 2007 09:00:10 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 64143 invoked by uid 99); 26 Oct 2007 09:00:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 02:00:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [193.201.183.194] (HELO sscd0001.dmz.huk.de) (193.201.183.194) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 09:00:15 +0000 Received: from sscd0027.huk-coburg.de ([10.148.152.136]) by sscd0001.dmz.huk.de with Microsoft SMTPSVC(6.0.3790.1830); Fri, 26 Oct 2007 10:59:53 +0200 Received: by sscd0027.huk-coburg.de (Postfix, from userid 1) id A468D5809C; Fri, 26 Oct 2007 10:56:49 +0200 (CEST) Received: from sscd0002.dmz.huk.de (sscd0002.dmz.huk.de [10.148.152.132]) by sscd0027.huk-coburg.de (Postfix) with ESMTP id 6893E5809C for ; Fri, 26 Oct 2007 10:56:49 +0200 (CEST) Received: from sxf00002.lan.huk-coburg.de (unverified) by sscd0002.dmz.huk.de (HUK-COBURG Mailrelay2) with ESMTP id for ; Fri, 26 Oct 2007 10:59:53 +0200 Received: from VEX00130.lan.huk-coburg.de ([10.131.117.132]) by sxf00002.lan.huk-coburg.de with Microsoft SMTPSVC(6.0.3790.1830); Fri, 26 Oct 2007 10:59:53 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 MIME-Version: 1.0 Subject: RE: possible to open an alert window? Date: Fri, 26 Oct 2007 10:59:52 +0200 Message-ID: <3AE93DC078AE8A41AEDA6B95DE4EB92D029DDD20@VEX00130.lan.huk-coburg.de> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: possible to open an alert window? Thread-Index: AcgXFrfoMatQC95/Q+Wku4NQxglZCAAl486Q References: <1193319388.47209bdca4f29@members.uniserve.com> <3AE93DC078AE8A41AEDA6B95DE4EB92D029DDD1C@VEX00130.lan.huk-coburg.de> From: "Rebhan, Gilbert" To: "Ant Users List" X-OriginalArrivalTime: 26 Oct 2007 08:59:53.0335 (UTC) FILETIME=[92B82870:01C817AE] Content-class: urn:content-classes:message Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org an important difference is, that calling a SwingDialog with script is blocking the build, whereas the exec doesn't block the build. So if you don't want to block the build you have to use antcontrib limit task =3D or is there another way ? Regards, Gilbert=20 -----Original Message----- From: Peter Reilly [mailto:peter.kitt.reilly@gmail.com]=20 Sent: Thursday, October 25, 2007 4:52 PM To: Ant Users List Subject: Re: possible to open an alert window? or use Peter On 10/25/07, Rebhan, Gilbert wrote: > > > -----Original Message----- > From: Mario Madunic [mailto:hajduk@imag.net] > Sent: Thursday, October 25, 2007 3:36 PM > To: user@ant.apache.org > Subject: possible to open an alert window? > > /* > > Was wondering if it is possible to open an alert window? What I want to > do is > change an alert via because some users are missing it and have an > alert > window open stating that there is an error log to view. So far I the > code checks > to see the size of an error log and if its file size is greater than 0 > then > output an message on the command window, if not then delete the file. > */ > > once used net send in a windows LAN to prevent sending emails like that > =3D > > 1. template > a file netsendbase.txt, must be all on one line !! =3D > > FOR /F %%i in (netsend_to.txt) do @Net Send %%i CruiseControlMessage : > Build *@project@ * successful - Please start * @toStart@ * asap !! > > 2. configure recipients > a file netsend_to.txt, with 1 recipient per line =3D > > userID1 > userID2 > buildadmin1 > ... > > 3. ant part > > > > > filtering=3D"true"/> > > > > > > as alternative, if you need to 'decorate' your ant script with > interactive > gui's then use AntForm, see =3D > http://antforms.sourceforge.net/ > > Regards, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org