You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/06/21 16:10:39 UTC

[Bug 1196] - Adding a "wait" attribute to the task.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1196

*** shadow/1196	Sun May 20 17:24:27 2001
--- shadow/1196.tmp.9708	Thu Jun 21 07:10:39 2001
***************
*** 1,19 ****
! Bug#: 1196
! Product: Ant
! Version: 1.3
! Platform: PC
! OS/Version: 
! Status: NEW   
! Resolution: 
! Severity: Enhancement
! Priority: 
! Component: Optional Tasks
! AssignedTo: ant-dev@jakarta.apache.org                            
! ReportedBy: ehsforward@yahoo.com               
! URL: 
! Cc: 
! Summary: Adding a "wait" attribute to the <junit> task.
! 
  Hi,
  
  I use Ant to build, package, deploy J2ee applications to a server and run tests 
--- 1,19 ----
! +============================================================================+
! | Adding a "wait" attribute to the <junit> task.                             |
! +----------------------------------------------------------------------------+
! |        Bug #: 1196                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: FIXED                      Platform: PC                      |
! |     Severity: Enhancement              OS/Version: All                     |
! |     Priority: High                      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 
***************
*** 30,32 ****
--- 30,35 ----
  work on different types of server.
  
  Emmanuel
+ 
+ ------- Additional Comments From bodewig@apache.org  2001-06-21 07:10 -------
+ use the sleep task that first appears in nightly build 2001-06-22
\ No newline at end of file