I've talked with Julie about this and we could not figure out why this line is necessary. I'll put it back and, maybe, we could add the following line as the same time: <echo message="waiting for the server to shutdown completely."/>
-James -----Original Message----- From: Eddie O'Neil Sent: Wednesday, March 16, 2005 2:14 PM To: Beehive Dev Subject: Re: svn commit: r157814 - incubator/beehive/trunk/test/dist-test/ant/build.xml James-- Hey; the sleep was added to give the app server a chance to complete its shutdown before starting a new test run. This gives the process, which may be holding onto ports / etc, a chance to complete before trying to start a new server atop it. Probably worth keeping this in place... Eddie [EMAIL PROTECTED] wrote: > Author: jsong > Date: Wed Mar 16 14:04:22 2005 > New Revision: 157814 > > URL: http://svn.apache.org/viewcvs?view=rev&rev=157814 > Log: > Comment out the code to sleep for 2 minutes between NETUI test and controls test when running dist.tests. > > Modified: > incubator/beehive/trunk/test/dist-test/ant/build.xml > > Modified: incubator/beehive/trunk/test/dist-test/ant/build.xml > URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/test/dist-test/ant /build.xml?view=diff&r1=157813&r2=157814 > ======================================================================== ====== > --- incubator/beehive/trunk/test/dist-test/ant/build.xml (original) > +++ incubator/beehive/trunk/test/dist-test/ant/build.xml Wed Mar 16 14:04:22 2005 > @@ -21,7 +21,7 @@ > <antcall target="prepare.build"/> > > <antcall target="netui.tests" /> > - <sleep minutes="2"/> > + <!--sleep minutes="2"/--> > <antcall target="controls.tests" /> > <!-- antcall target="wsm.tests"/ --> > </target> > > >
