Re: How do I filter a file of files

2007-10-31 Thread David Weintraub
One of the optional tasks in the task. This does a secure FTP as an ant task. I understand that there is some problem with IBM systems, but you'll have to look in the archive. See . You will need jsch.jar 0.1.29 or later for to work. On 10/31

RE: Problem with condition selection property; Help needed

2007-10-31 Thread Shailesh Sharma
Here is my build.xml * You have chosen not to deploy ${file}. * . . . .

RE: Problem with condition selection property; Help needed

2007-10-31 Thread Shailesh Sharma
I am still looking for a solution. Iam using foreach task. and i loop through it and it ask Y/N as an input. But if I select Y for the first input, for the second input, i have to press Y twice. any solution so far on this? Shailesh Sharma <[EMAIL PROTECTED]> wrote:

Re: deploy task to Tomcat partially works

2007-10-31 Thread Steve Loughran
Rob Wilson wrote: Hi All, I have written my first Ant script from scratch, using google and the O'reilly definitive guide. I'm mostly happy with what I have ended up with, however when I try to use the Tomcat DeployTask my application is not deployed as expected. If I manually copy my war file

RE: How do I filter a file of files

2007-10-31 Thread Dick, Brian E.
Let me state my problem, rather than my idea of a solution. Maybe that will pique your interest. I have a macrodef in my current build that uses the ftp task to get a list of files from a remote server. The macrodef has attributes for specifying the remotedir and patternset for the ftp task. Somet