You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@bost.de> on 2000/11/14 11:18:42 UTC

Re: [PATCH] TelnetTask.java

<Sc...@email.com> wrote:

> The timeouts are done with a buzz loop.  Not optimal, but it does
> work.  If anyone has a better way, I be appreciative.

I've made the loop a bit less busy, not optimal and we might even miss
a timeout if the response appears a couple of millis too late, but ...

Stefan

[PATCH] Tstamp.java

Posted by Sc...@email.com.
I saw a previous patch for Tstamp.java that hasn't been committed yet.  I
wasn't sure if I should continue waiting, I decided to go ahead and make
my change.   My initial change was to allow a different format for the
time stamp, as the current format didn't quite meet my
requirements.  (Automated creation of a build timestamp to display on the
web application.) 

Since I was there.  I decided to "goldplate" a bit, and add the same for
date stamp, and today stamp.  As well as allowing those non-US users a
chance, by allowing the user to change locales.

Any comments?

Scott




[PATCH] docs/index.html

Posted by Sc...@email.com.
Initial documentation for the Telnet task.

I was emailed personally about how to actually use it, so I guess it's a
bit overdue already.  Sorry about that.

Scott