For scp, Ant uses jsch... http://www.jcraft.com/jsch/
There are several examples in the source, or you could look at the scp ant
tasks source.
-Rob Anderson
On Thu, Nov 26, 2009 at 8:13 AM, Rebhan, Gilbert <
gilbert.reb...@huk-coburg.de> wrote:
>
>
> -Original Message-
> From: LukeS [mai
-Original Message-
From: LukeS [mailto:luke.shan...@gmail.com]
Sent: Thursday, November 26, 2009 4:50 PM
To: user@ant.apache.org
Subject: Re: AW: Ant API
/*
Based on your answer and the one previous I might do CVS and SVN integration
with APIs rather than Ant. However I still feel with
Thank you.
I will check out this API. On my list of things to support are: SVN, SCP,
CVS, Database connectivity, creating folders and zip and unzipping archives.
You are right, I could be doing this directly with Java, however it just
seems easier through Ant (I have a build file that does everyt
Actually the cvs ant task system.execs the cvs binary. You can probably find
pure java cvs api to use. A quick search turned up this...
http://www.jcvs.org/
For the database, I'm not sure what you are doing but there are some really
great persistance layers worth looking at, like hibernate and iba
Hugo Costa wrote:
Hi,
I'm having problems using some optional tasks of the Ant Api.
The error is always the same, so i must be doing something wrong.
I'm starting in java as well, as you can see...
On example of what i'm doing is this, just trying to login to my own
ftp. I'm on linux. I've tried