scohen 2005/05/30 10:56:33
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
Add logging of local vs remote timestamps in task.
PR:31812
Revision ChangesPath
1.79 +28 -8
ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.jav
scohen 2005/05/19 01:54:51
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net Tag:
ANT_16_BRANCH FTP.java
Log:
fix defect 34941 on the 1.6 branch
PR: 34941
CVS: --
CVS: PR:
scohen 2005/05/19 00:58:54
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
fix bug 34941
Revision ChangesPath
1.72 +2 -2
ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
Index: FTP.java
scohen 2005/05/13 03:34:40
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
improve clarity of what FTPConfigurator is doing.
Revision ChangesPath
1.70 +3 -7
ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
Index:
bodewig 2005/03/15 07:11:25
Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
MacroDef.java
src/main/org/apache/tools/ant/taskdefs/optional/net Tag:
ANT_16_BRANCH FTP.java
Log:
2005
Revision Changes
jkf 2005/03/14 11:24:58
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
Restored javadoc in the original format.
Revision ChangesPath
1.67 +9 -12
ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
Index: FTP.java
jkf 2005/03/14 11:19:20
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
PR: 28797
FTP list command could crash with an ArrayIndexOutOfBoundsException.
Revision ChangesPath
1.66 +19 -16
ant/src/main/org/apache/tools/ant/taskdefs
> From: Steve Loughran [mailto:[EMAIL PROTECTED]
> the reason I stuck in the task, is it lets a task add its own
> bindToOwner implementation, to do extra binding. If you put it in the
> parent, then the bound task doesnt get a look in.
>
> Make sense?
Not really ;-) Do you have any example of su
Dominique Devienne wrote:
-Original Message-
From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
On 18 Feb 2005, <[EMAIL PROTECTED]> wrote:
I'm tempted to retrofit Task.bindToOwner back to the 1.6.x
codebase, for the benefit of third party tasks; same for the extra
constructors for exec and
> -Original Message-
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
>
> On 18 Feb 2005, <[EMAIL PROTECTED]> wrote:
>
> > I'm tempted to retrofit Task.bindToOwner back to the 1.6.x
> > codebase, for the benefit of third party tasks; same for the extra
> > constructors for exec and
On 18 Feb 2005, <[EMAIL PROTECTED]> wrote:
> I'm tempted to retrofit Task.bindToOwner back to the 1.6.x
> codebase, for the benefit of third party tasks; same for the extra
> constructors for exec and java. Thoughts?
If you only port bindToOwner and the new constructors, but not all the
poi
stevel 2005/02/18 15:28:00
Modified:
src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers
AntResolver.java URLResolver.java
src/main/org/apache/tools/ant/taskdefs GenerateKey.java
SubAnt.java Ant.java CallTarg
jkf 2004/12/11 14:43:05
Modified:src/main/org/apache/tools/ant/util FileUtils.java
src/main/org/apache/tools/ant/taskdefs Zip.java FixCRLF.java
Copy.java Expand.java Move.java Available.java
XSLTProcess.java Concat.java
antoine 2004/08/23 13:30:44
Modified:.Tag: ANT_16_BRANCH WHATSNEW
src/main/org/apache/tools/ant/taskdefs/optional/net Tag:
ANT_16_BRANCH FTP.java
Log:
FTP tas, getTimeDiff was returning wrong value
PR: 30595
Revision ChangesP
antoine 2004/08/23 13:27:37
Modified:.WHATSNEW
src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
FTP getTimeDiff was returning wrong value
PR: 30595
Revision ChangesPath
1.652 +2 -0 ant/WHATSNEW
Index: WHATSNEW
antoine 2003/11/05 14:03:40
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net Tag:
ANT_16_BRANCH FTP.java
Log:
Merge from HEAD
Prevent NPE in checkRemoteSensitivity
PR: 24440
Revision ChangesPath
No revision
No
antoine 2003/11/05 14:00:56
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
Prevent NPE in method CheckRemoteSensitivity
PR: 24440
Revision ChangesPath
1.56 +3 -0
ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
antoine 2003/10/15 11:49:54
Modified:src/testcases/org/apache/tools/ant/taskdefs/optional/net
FTPTest.java
src/etc/testcases/taskdefs/optional/net ftp.xml
src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
Merge fro
antoine 2003/10/15 11:45:13
Modified:src/testcases/org/apache/tools/ant/taskdefs/optional/net
Tag: ANT_16_BRANCH FTPTest.java
src/etc/testcases/taskdefs/optional/net Tag: ANT_16_BRANCH
ftp.xml
src/main/org/apac
antoine 2003/10/13 12:48:42
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net Tag:
ANT_16_BRANCH FTP.java
Log:
Fix a bug with the action RMDIR of the FTP task
The RMDIR action was bound to fail if there was more than one level of
directories to d
antoine 2003/09/12 13:32:29
Modified:.WHATSNEW
src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
send the filename in the proper remote format in the site command done
to chmod a file after a put
PR: 23143
Revision ChangesPath
1.
antoine 2003/08/22 04:23:48
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
Fixes unsensitive searches on case sensitive remote file systems
Revision ChangesPath
1.51 +39 -3
ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.j
antoine 2003/08/21 09:56:12
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
Optimize scanning in FTP.FTPDirectoryScanner, using similar algorithms
to the ones introduced in DirectoryScanner.
There is a gain when
- the include patterns look like some/v
antoine 2003/08/14 08:47:37
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
mistake found ... oops ... corrected
Revision ChangesPath
1.48 +1 -1
ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
Index: FTP.java
=
antoine 2003/08/14 04:37:36
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
files which are pointed to by symbolic links should be excluded if
followsymlinks="false"
Revision ChangesPath
1.46 +4 -3
ant/src/main/org/apache/tools/ant/t
Antoine Levy-Lambert wrote:
- Original Message -
From: "Gus Heck" <[EMAIL PROTECTED]>
Sent: Tuesday, August 12, 2003 4:10 PM
Antoine,
Since you have recently been playing with symlinks/FTP what are your
thoughts on bug 14320?
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14320
F
- Original Message -
From: "Gus Heck" <[EMAIL PROTECTED]>
Sent: Tuesday, August 12, 2003 4:10 PM
> Antoine,
>
> Since you have recently been playing with symlinks/FTP what are your
> thoughts on bug 14320?
>
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14320
>
First the bad news
Antoine,
Since you have recently been playing with symlinks/FTP what are your
thoughts on bug 14320?
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14320
-Gus
Stefan Bodewig wrote:
On Wed, 6 Aug 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote:
1) concerning the inclusion of "" in inclu
Antoine,
Since you have recently been playing with symlinks/FTP what are your
thoughts on bug 14320?
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14320
-Gus
Stefan Bodewig wrote:
On Wed, 6 Aug 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote:
1) concerning the inclusion of "" in inclu
antoine 2003/08/07 15:23:35
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
Removed unused variable
Revision ChangesPath
1.45 +0 -1
ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
Index: FTP.java
==
Thanks for the comments Stefan, will do so this evening.
Cheers,
Antoine
- Original Message -
From: "Stefan Bodewig" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 06, 2003 9:28 AM
Subject: Re: cvs commit:
ant/src/main/org/apache/tools/ant
On Wed, 6 Aug 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote:
> 1) concerning the inclusion of "" in includedDirectories
>
> 1a) change the implementation of RM_DIR
> in order not to delete the root dir of the fileset
>
> or
>
> 1b) revert the inclusion of "" in includedDi
On Tue, 5 Aug 2003, Steve Loughran wrote:
> That is interesting. Exec() hanging. It is not like chmod is doing much.
>
> No obvious causes spring to mind, but then I dont use freebsd much.
> (though I could bring it up under vmware, I suppose)
I've had similar problems with JDK 1.4.1 on RedHat
I have introduced two changes in the behavior of the FTP.FTPDirectoryScanner
to make it behave like the normal DirectoryScanner :
- possibility of following symbolic links which are directories, governed by
the followSymlinks property,
- including "" (root directory of the fileset) in the include
antoine 2003/08/05 15:59:16
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
removed output on System.out, sorry
Revision ChangesPath
1.42 +0 -2
ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
Index: FTP.java
==
antoine 2003/08/05 15:23:57
Modified:src/main/org/apache/tools/ant DirectoryScanner.java
src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
Make the FTP.FTPDirectoryScanner behave like the DirectoryScanner
in terms of following symbolic links which are
Antoine Levy-Lambert wrote:
Steve,
I am trying to test on cvs.apache.org (FreeBsd and
java version "1.4.1-p3"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.1-p3-brian_28_jul_2003_12_35)
Java HotSpot(TM) Client VM (build 1.4.1-p3-brian_28_jul_2003_12_35, mixed
mode)
The exec task is ha
IL PROTECTED]>
Sent: Tuesday, August 05, 2003 7:02 PM
Subject: Re: cvs commit:
ant/src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
> [EMAIL PROTECTED] wrote:
>
> > antoine 2003/08/05 09:44:43
> >
> > Modified:src/main/org/apache/
,
Antoine
- Original Message -
From: "Steve Loughran" <[EMAIL PROTECTED]>
To: "Ant Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 05, 2003 7:02 PM
Subject: Re: cvs commit:
ant/src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
> [EMAI
[EMAIL PROTECTED] wrote:
antoine 2003/08/05 09:44:43
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
Make the FTP.FTPDirectoryScanner class also register the root of a fileset
when the root matches include exclude patterns.
This is the behavior of the Di
antoine 2003/08/05 09:44:43
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
Make the FTP.FTPDirectoryScanner class also register the root of a fileset
when the root matches include exclude patterns.
This is the behavior of the DirectoryScanner for norma
antoine 2003/07/29 04:19:28
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
Some ftp servers have binary as default, so when binary is false
it is good to set explicitly the ascii mode for the transfer.
Problem reported by Michael Nebus (Michael dot Neb
antoine 2003/07/26 08:58:11
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
resolve files sent to chmod
PR: 21865
Revision ChangesPath
1.38 +1 -1
ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
Index: FTP.java
antoine 2003/07/22 10:59:52
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
style
Revision ChangesPath
1.37 +86 -11
ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
Index: FTP.java
conor 2003/07/06 02:03:18
Modified:.docs.xml
src/main/org/apache/tools/ant ExitException.java
MagicNames.java
src/main/org/apache/tools/ant/filters TokenFilter.java
src/main/org/apache/tools/ant/taskdefs Class
conor 2003/03/07 06:58:14
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net Tag:
ANT_15_BRANCH FTP.java
Log:
Merge
Revision ChangesPath
No revision
No revision
1.21.2.8 +1 -1
a
conor 2003/03/07 06:51:59
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
Log:
When changing dirs resolve to the coorect separator conventions
PR: 10755
Revision ChangesPath
1.35 +1 -1
ant/src/main/org/apache/tools/ant/taskdefs/optio
47 matches
Mail list logo