RE: Question about scp

2008-07-14 Thread Anderson, Rob (Global Trade)
You need to use a nested fileset in your scp task. In order to do this you would need to run ant on the host where the files reside. You cannot use a nested fileset as a source for the copy when they are on a remote host. I would setup cygwin sshd on the windows box and run ant on the linux box.

RE: Organisation pattern not found using repreport

2008-07-14 Thread Paul.Mackay
Hello, Any suggestions on this question? thanks paul >-Original Message- >From: ext [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Monday, July 07, 2008 4:01 PM >To: [EMAIL PROTECTED] >Subject: Organisation pattern not found using repreport > >Trying to use repreport I find that

LDAP ant tasks

2008-07-14 Thread Fu-Tung Cheng
Hi, I've done some searching but I can't seem to find any existing ldap ant tasks. Do they exist? I'd like to connect to an ldap server and add a user. I'd think one could make a generic enough ant tasks that could be used independent of directory structure? Any pointers appreciated! Thank