Re: Using ANT to validate a URL

2009-07-24 Thread David Weintraub
2009/7/24 Júlio Cesar Bueno Cotta > humm..that can help me .. > just to be sure.. > if the url is www.google.com it is ok..but if the url is > www.Do_Not_exist.com it is a valid url? Ran it with the following build.xml *project> http://google.com"/> http://does_not_exist.com"

Re: Using ANT to validate a URL

2009-07-24 Thread Júlio Cesar Bueno Cotta
; > Shawn > > > > > > From: David Weintraub > To: Ant Users List > Sent: Friday, July 24, 2009 10:00:29 AM > Subject: Re: Using ANT to validate a URL > > On Fri, Jul 24, 2009 at 10:47 AM, Shawn Beard > wrote: > > > We use ANT to deploy applications. Is there a

Re: Using ANT to validate a URL

2009-07-24 Thread Shawn Beard
Yes thats all I need to do is make sure it is valid. Thank you. Shawn From: David Weintraub To: Ant Users List Sent: Friday, July 24, 2009 10:00:29 AM Subject: Re: Using ANT to validate a URL On Fri, Jul 24, 2009 at 10:47 AM, Shawn Beard wrote: >

Re: Using ANT to validate a URL

2009-07-24 Thread David Weintraub
On Fri, Jul 24, 2009 at 10:47 AM, Shawn Beard wrote: > We use ANT to deploy applications. Is there a way to have ANT validate the > deployment by going to its URL and "Deployment is Valid" from the webpage? > Thank you. > You just want to make sure that the URL is valid? That will set

Using ANT to validate a URL

2009-07-24 Thread Shawn Beard
We use ANT to deploy applications. Is there a way to have ANT validate the deployment by going to its URL and "Deployment is Valid" from the webpage? Thank you. Shawn