Re: What should be downloaded

2007-09-19 Thread Mark Miller
> ??? really? What are the other scenarios (for non-developers)? > > > Jan One example of non programmers using ant are the users of a specialized solution that I built for document transformation processing that uses ant as the engine. In my case the users know how to get the inputs together and

Re: Overwrite files at the remote site.

2007-05-14 Thread Mark Miller
t;[EMAIL PROTECTED]> wrote: Thank you for the tips. But it does not work for this case. I am getting a "Connection refused" exceptions. Anything else you could think about ? Chun -Original Message----- From: Mark Miller [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007

Re: Overwrite files at the remote site.

2007-05-14 Thread Mark Miller
how about sshexec? http://ant.apache.org/manual/OptionalTasks/sshexec.html On 5/14/07, Chun Ji <[EMAIL PROTECTED]> wrote: Hi there, I am using the "FTP" task in ANT to update a group of files at a remote site, but sometimes, some files at the remote site are read-only, and my ANT will fail bec

Re: Ant Task to Write to a file

2006-11-09 Thread Mark Miller
Also take a look at the concat core task. On 11/9/06, me_zeta <[EMAIL PROTECTED]> wrote: Hi all, Is there any ant task to write some data to a file. zeta -- View this message in context: http://www.nabble.com/Ant-Task-to-Write-to-a-file-tf2600638.html#a7255092 Sent from the Ant - Users

Re: No supported regular expression matcher found

2006-09-27 Thread Mark Miller
See if ant-nodeps.jar is on you classpath. When I ran into the same error in another context I truly did not have a regex imp on the classpath. Hope that works for you. m On 9/27/06, Tina Meier <[EMAIL PROTECTED]> wrote: Hello, forgive me if this is obvious but i've been struggling with this