Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 33737 invoked by uid 500); 3 Apr 2001 16:58:48 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 33646 invoked from network); 3 Apr 2001 16:58:45 -0000 Date: Tue, 3 Apr 2001 09:55:39 -0700 (PDT) Message-Id: <200104031655.JAA17204@nagoya-a.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: [Bug 1196] New - Adding a "wait" attribute to the task. X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1196 *** shadow/1196 Tue Apr 3 09:55:38 2001 --- shadow/1196.tmp.17201 Tue Apr 3 09:55:38 2001 *************** *** 0 **** --- 1,32 ---- + +============================================================================+ + | Adding a "wait" attribute to the task. | + +----------------------------------------------------------------------------+ + | Bug #: 1196 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: PC | + | Severity: Enhancement OS/Version: | + | Priority: Component: Optional Tasks | + +----------------------------------------------------------------------------+ + | Assigned To: ant-dev@jakarta.apache.org | + | Reported By: ehsforward@yahoo.com | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Hi, + + I use Ant to build, package, deploy J2ee applications to a server and run tests + on them. + + Deployement takes some time, and the test often fails because it is started + before the deployement has finished. + + Would it be a good idea to add a "wait" attribute to the task so that + the test does not start before a certain time (I guess it would be in + milliseconds), allowing deployement to finish? + + I am sure that it would not only be usefull to J2ee deployment but also to any + work on different types of server. + + Emmanuel