Re: Bug: waitfor waits too long, too slow

2007-04-17 Thread Martin Gainty
Good Evening Anthony- how about set maxwait attribute to a reasonably small value such as 5 secs e.g. maxwait="5" http://ant.apache.org/manual/CoreTasks/waitfor.html M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to w

RE: Bug: waitfor waits too long, too slow

2007-04-17 Thread Berglas, Anthony
I'm a Turkey. "dbserver" should be "localhost". Having looked at all sorts of things, including "telnet localhost", I just did not see it. There is in fact no machine called dbserver. It would, of course, be nice to get a dnslookup error rather than just hang. But that is not the way that the

Ant + Ivy Birds of a Feather Session at ApacheCon

2007-04-17 Thread Stefan Bodewig
[sorry for the cross post] For those of you who will be in Amsterdam in two weeks: we are currently considering a BOF session on Ant and Ivy. We'd like to discuss ways to integrate the two even better than today and love to hear some feedback on what you consider features that would make the comb

Padmaja Kunapareddy/Lexington/IBM is out of the office.

2007-04-17 Thread Padmaja Kunapareddy
I will be out of the office starting 04/17/2007 and will not return until 04/18/2007. Today I am talking half day off for personal reasons. You can contact via my mobile ph# 603 930 0390 for any critical information other wise please contact Ed Hayes for any patch related questions or Mark Rist

and carriage returns

2007-04-17 Thread dr fence
I'm using a copying filterset and trying to replace a single token in a file like this: @xml_here@ with this line from a property file: \ \ \ The problem is that the carriage returns are stripped, how can I keep them in tact? -- View this message in context: http://www.nabble.com/%3Cc

Re: Automated build to ensure that every day check-ins are clean and non-breaking

2007-04-17 Thread Ninju Bohra
Please look at CruiseControl...an automated build tool that monitors the code repository and executes any ANT script you desire whenever checkins are detected. For more info: http://en.wikipedia.org/wiki/CruiseControl Enjoy, Ninju - Original Message From: prasad kumar <[EMAIL PRO

CFP: ApacheCon US 2007

2007-04-17 Thread Steve Loughran
I'm talking at apachecon europe, and expect to see many of the other EU ant developers and users there. Perhaps some US team members could consider submitting a proposal for ApacheCon US. As my slideset on extending_ant is in SVN, that could be one starting point... -- Call for Paper

Re: Bug: waitfor waits too long, too slow

2007-04-17 Thread Steve Loughran
Berglas, Anthony wrote: Hello All, I have the following fragment in a build that restarts tomcat The trouble is that it takes about 30 seconds to run, even if Tomcat has not run for a while, and there is nothing port 8080 at all.

is there any ant task for making debian package?

2007-04-17 Thread wangxiaoguang
hi I am looking for some help to make debian package through ant. So is there any ant task for making debian package? thanks for any help! -kenn