RE: help! how to send multiple files to remote machine? ant-jsch

2007-04-19 Thread Anil Philip
t; > My 2 cents. > > -Rob Anderson > > > -Original Message- > > From: Anil Philip > [mailto:[EMAIL PROTECTED] > > Sent: Sunday, April 15, 2007 3:34 PM > > To: user@ant.apache.org > > Subject: RE: help! how to send multiple files to &

RE: help! how to send multiple files to remote machine? ant-jsch

2007-04-15 Thread Anil Philip
No replies? --- Anil Philip <[EMAIL PROTECTED]> wrote: > I am using scp programmatically, but I found this > task > here with wildcards, in the examples documentation > - > Anil > . > > Copy a set of files to a directory > > > > >

RE: help! how to send multiple files to remote machine? ant-jsch

2007-04-12 Thread Anil Philip
I am using scp programmatically, but I found this task here with wildcards, in the examples documentation - Anil . Copy a set of files to a directory --- Anil Philip <[EMAIL PROTECTED]> wrote: > Thank you for replying. > Is there an example I can

RE: help! how to send multiple files to remote machine? ant-jsch

2007-04-12 Thread Anil Philip
I am using scp programmatically, but I found this task here with wildcards, in the examples documentation - Anil . Copy a set of files to a directory --- Anil Philip <[EMAIL PROTECTED]> wrote: > Thank you for replying. > Is there an example I can

RE: help! how to send multiple files to remote machine? ant-jsch

2007-04-11 Thread Anil Philip
people > expect Ant to resolve wildcards as a shell would. > You would need to use > a fileset. > > -Rob Anderson > > > -----Original Message- > > From: Anil Philip > [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, April 11, 2007 12:13 PM > > To: u

help! how to send multiple files to remote machine? ant-jsch

2007-04-11 Thread Anil Philip
java.io.FileNotFoundException: D:\outbound\* (The filename, directory name, or volume label syntax is incorrect) at org.apache.tools.ant.taskdefs.optional.ssh.Scp.execute(Scp.java:215) - thanks, Anil Philip void sendFiles(File outFolder) throws IOException { Scp sendFile

Re: AW: help! taskdef class.org.apache.catalina.ant.DeployTask cannot be found

2007-01-08 Thread Anil Philip
l#Executing%20Manager%20Commands%20With%20Ant > > But dont copy the libs to ANTHOME/lib ... provide > inside or via -lib option ... > That instruction is for Ant 1.4 - now we have Ant > 1.7 ... > > > Jan > > >-----Ursprüngliche Nachricht- > >Von:

help! taskdef class.org.apache.catalina.ant.DeployTask cannot be found

2007-01-07 Thread Anil Philip
I am trying to run the Quartz webapp from Sun Java Studio using Tomcat. I am using the ant scripts that come with Quartz webapp. When I try to Run, I get "taskdef class.org.apache.catalina.ant.DeployTask cannot be found" the build.xml for webapp is here: https://quartz.dev.java.net/source/browse/q

help! taskdef class.org.apache.catalina.ant.DeployTask cannot be found

2007-01-06 Thread Anil Philip
I am trying to run the Quartz webapp from Sun Java Studio 8.1 using Tomcat. I am using the ant scripts that come with Quartz webapp. When I try to Run (in Sun Studio 8.1), I get "taskdef class.org.apache.catalina.ant.DeployTask cannot be found" the build.xml for webapp is here: https://quartz.dev.