This is off topic for the Commons Developer list. Anteater is not a Commons project (nor even an Apache project) and the question is not about development either.
Please see: http://aft.sourceforge.net/ for Anteater. On 07/07/2008, Kadamban, Sivasankari <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to use anteater for verifying various URLs in our application > using foreach. > > <target name="verify"> > <httpRequest group="server" path="${url}" method="GET"> > <match> > <responseCode value="200"/> > </match> > </httpRequest> > </target> > > <foreach list="url1,url2,url3,url4" target="verify" param="url"> </foreach> > > Is there any way that I can specify the list of URLs in a file and read them > through one by one in the "for loop"? > > Thanks, > Siva > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]