RE: [jelly] anteater forEach

2008-07-10 Thread Kadamban, Sivasankari
iginal Message- From: Paul Libbrecht [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 4:01 AM To: Commons Developers List Cc: Kadamban, Sivasankari Subject: Re: [jelly] anteater forEach Siva, anteater is not very close to commons to my knowledge, as sebb pointed out somewhat quickly. I l

Re: [jelly] anteater forEach

2008-07-08 Thread Paul Libbrecht
Siva, anteater is not very close to commons to my knowledge, as sebb pointed out somewhat quickly. I looked a bit at the documentation and saw they have jelly support as well which provides much of your expectations. The foreach tag, however, seems to be theirs. So, if you allow, here's

Re: anteater forEach

2008-07-07 Thread sebb
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

anteater forEach

2008-07-07 Thread Kadamban, Sivasankari
Hi, I am trying to use anteater for verifying various URLs in our application using 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