DO NOT REPLY [Bug 19358] - Add timezone to FTP

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19358.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19358

Add timezone to FTP

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |1.6



--- Additional Comments From [EMAIL PROTECTED]  2003-08-14 21:05 ---
OK. I have prepared an implementation of this report.
There are 2 new attributes, timeDiffAuto and timeDiffMillis

If you set timeDiffAuto to true, the ant ftp task will automatically find out 
the time difference between local and remote.

timeDiffMillis is the number of milliseconds of time difference.

timeDiffAuto is better (except if the time difference has changed and you know 
for a fact that you want to use another time difference than the current - or 
if 
you do not have write access to the remote directory.

You will be able to download the nightly build 2003-07-15 or later from http:
//cvs.apache.org/builds/ant/nightly.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 19358] - Add timezone to FTP

2003-08-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19358.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19358

Add timezone to FTP





--- Additional Comments From [EMAIL PROTECTED]  2003-08-08 23:59 ---
I agree with the concept of using the Java Std. timezones, but, we may want to 
do both. The reason - clocks are not always set to the correct time, and it may 
at times be very useful to be able to specify with greater precision than by 
timezone. So, why not accept both? Or, support two attributes, one for 
timezone, and one to deal with incorrectly set clocks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 19358] - Add timezone to FTP

2003-08-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19358.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19358

Add timezone to FTP





--- Additional Comments From [EMAIL PROTECTED]  2003-08-09 08:57 ---
OK, I will implement both options (timezone and time difference entered by 
hand) starting with the time difference entered by hand.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 19358] - Add timezone to FTP

2003-08-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19358.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19358

Add timezone to FTP

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2003-08-07 22:39 ---
I will work on it.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 19358] - Add timezone to FTP

2003-08-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19358.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19358

Add timezone to FTP





--- Additional Comments From [EMAIL PROTECTED]  2003-08-07 22:43 ---
I am wondering whether it is not better, instead of putting a number of hours, 
to use the timezone ids that Java can recognize such as PST or GMT.
Or accept both and recognize what the attribute is based on numeric parsing 
working or not.
The advantage of the official timezone is that it might suffer less from summer 
time discrepancies between countries. (otherwise you have to change your build 
file twice or even 4 times a year, this is not cool, and gets forgotten).

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]