Kevin Jackson
|
5fbd70b8ae
|
-bugzilla #44198
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@629665 13f79535-47bb-0310-9956-ffa450edef68
|
2008-02-21 01:00:39 +00:00 |
|
Stefan Bodewig
|
9a48ac8f87
|
weaken regexp enough to pick up all Copyright lines
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442328 13f79535-47bb-0310-9956-ffa450edef68
|
2006-09-11 20:22:51 +00:00 |
|
Stefan Bodewig
|
443e397b46
|
Add license header
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442089 13f79535-47bb-0310-9956-ffa450edef68
|
2006-09-11 04:19:00 +00:00 |
|
Stefan Bodewig
|
91cc8f64c1
|
Document sftp option
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@406522 13f79535-47bb-0310-9956-ffa450edef68
|
2006-05-15 03:54:58 +00:00 |
|
Steve Loughran
|
052dcecc5a
|
doc updates
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278514 13f79535-47bb-0310-9956-ffa450edef68
|
2005-08-10 23:02:50 +00:00 |
|
Steve Loughran
|
65190d753d
|
scp doc tweakage.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278267 13f79535-47bb-0310-9956-ffa450edef68
|
2005-05-15 21:13:06 +00:00 |
|
Jesse N. Glick
|
2a0bbc499f
|
Removing some gratuitous XHTML-isms. They still break JavaHelp, alas, and the manual is anyway not even strictly
formatted plain HTML, much less XHTML.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278201 13f79535-47bb-0310-9956-ffa450edef68
|
2005-04-29 18:58:16 +00:00 |
|
Peter Reilly
|
76995baa8b
|
add reference to stylesheet for OptionalTasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277822 13f79535-47bb-0310-9956-ffa450edef68
|
2005-03-07 18:11:14 +00:00 |
|
Stefan Bodewig
|
3935a662f5
|
consistent use of <code> - submitted by Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277057 13f79535-47bb-0310-9956-ffa450edef68
|
2004-11-19 09:07:12 +00:00 |
|
Stefan Bodewig
|
60f7e5dff7
|
Lots of typos and spelling (was that misspelt/misspelled ;-) errors.
Submitted by: Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277023 13f79535-47bb-0310-9956-ffa450edef68
|
2004-11-12 10:36:29 +00:00 |
|
Stefan Bodewig
|
268a5447dc
|
Add tofile attributes to scp.
PR: 26758
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276580 13f79535-47bb-0310-9956-ffa450edef68
|
2004-06-14 12:23:50 +00:00 |
|
Stefan Bodewig
|
83b7e75aa8
|
Add special local/remote variants of the file and todir attributes to
explicitly state what is local or remote.
Document verbose attribute.
Submitted by: Rami Ojares
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276297 13f79535-47bb-0310-9956-ffa450edef68
|
2004-04-13 11:09:01 +00:00 |
|
Antoine Levy-Lambert
|
ff348804c1
|
Copyright owner The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276069 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-09 21:50:10 +00:00 |
|
Stefan Bodewig
|
c2a696822c
|
JSch 0.1.9 seems to work fine
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275656 13f79535-47bb-0310-9956-ffa450edef68
|
2003-11-21 08:16:41 +00:00 |
|
Antoine Levy-Lambert
|
c527bae9a5
|
Correct documentation of failonerror attribute for scp and ssh.
PR: 24169
Submitted by: Edwin Steele (Edwin_STEELE at rta dot nsw dot gov dot au )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275574 13f79535-47bb-0310-9956-ffa450edef68
|
2003-10-28 10:29:53 +00:00 |
|
Stefan Bodewig
|
8ea9fad227
|
Make .ssh/known_hosts optional
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275511 13f79535-47bb-0310-9956-ffa450edef68
|
2003-10-16 11:21:14 +00:00 |
|
Stefan Bodewig
|
f1aee37cb9
|
tested jsch-0.1.8
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275298 13f79535-47bb-0310-9956-ffa450edef68
|
2003-09-23 09:32:48 +00:00 |
|
Stefan Bodewig
|
70802b2319
|
Make <sshexec> evaluate the exit code of the remote command.
PR: 19237
Based on a submission by: Rob Meyer <rob at bigdis dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275151 13f79535-47bb-0310-9956-ffa450edef68
|
2003-08-28 07:10:40 +00:00 |
|
Stefan Bodewig
|
e601be9dd7
|
Make <sshexec> wait for the remote command to finish.
Requires jsch-0.1.3 to work.
Submitted by: Dale Anson <danson at germane dash software dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274358 13f79535-47bb-0310-9956-ffa450edef68
|
2003-04-01 13:01:09 +00:00 |
|
Stefan Bodewig
|
6caba693a7
|
A little housekeeping
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274259 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-14 15:10:27 +00:00 |
|
Stefan Bodewig
|
c17abf5130
|
better track the version for now, jsch is still in a flux a bit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274237 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-11 14:31:53 +00:00 |
|
Stefan Bodewig
|
0ce80a2f86
|
document new scp functionality
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274235 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-11 13:56:58 +00:00 |
|
Stefan Bodewig
|
af734d01c1
|
.ssh is in ${user.home}, not ${user.dir}.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274212 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-07 14:53:36 +00:00 |
|
Stefan Bodewig
|
0f276785d6
|
<scp>
Submitted by: charliehubbard76 at yahoo dot com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274200 13f79535-47bb-0310-9956-ffa450edef68
|
2003-03-06 12:42:44 +00:00 |
|