RE: How do I filter a file of files

2007-11-02 Thread Dick, Brian E.
Steve Loughran wrote: > we always welcome improvements to the existing tasks; scp could do with > directory creation, listing and dependency checking. > > historically, the troublespot with scp has always been testing, but now > that vmware is free for windows+unix, the cost of getting an scp se

Re: How do I filter a file of files

2007-11-02 Thread Steve Loughran
Dick, Brian E. wrote: Thanks for the suggestion, but the scp task does not provide the capabilities I need. The scp task does not support a "list" action and does not support filesets on the remote host. we always welcome improvements to the existing tasks; scp could do with directory creation

RE: How do I filter a file of files

2007-11-01 Thread Dick, Brian E.
2007 6:56 PM To: Ant Users List Subject: Re: How do I filter a file of files 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 <http://ant.apache.org/ma

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: 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