RE: Trying to run CGI script on server after build

2004-11-05 Thread Dave Bartmess
2004 7:22 AM > > To: Ant Users List > > Subject: Trying to run CGI script on server after build > > > > > > I've got a product I'm working on that needs a "validation" script run > > after the build is complete. The Ant script right now FTP&

RE: Trying to run CGI script on server after build

2004-11-05 Thread Erskine, Chris
[EMAIL PROTECTED] > Sent: Friday, November 05, 2004 5:22 AM > To: Ant Users List > Subject: Trying to run CGI script on server after build > > I've got a product I'm working on that needs a "validation" script run > after the build is complete. The Ant script right

Re: Trying to run CGI script on server after build

2004-11-05 Thread Stefan Bodewig
On Fri, 05 Nov 2004, Dave Bartmess <[EMAIL PROTECTED]> wrote: > Is there any Task out there that can handle this, and return the > resulting page contents to me, so I can check whether it's a valid > build or not? Stefan - To

RE: Trying to run CGI script on server after build

2004-11-05 Thread Mark Lybarger
Message- > From: Dave Bartmess [mailto:[EMAIL PROTECTED] > Sent: Friday, November 05, 2004 7:22 AM > To: Ant Users List > Subject: Trying to run CGI script on server after build > > > I've got a product I'm working on that needs a "validation" script run > a

Trying to run CGI script on server after build

2004-11-05 Thread Dave Bartmess
I've got a product I'm working on that needs a "validation" script run after the build is complete. The Ant script right now FTP's the built modules to the server, but I have to manually use the browser to run the script. Is there any Task out there that can handle this, and return the resulting p