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