Re: FTP task incredibly slow when listing files

2011-02-10 Thread Antoine Levy-Lambert
Hello Jesse, I did some changes long time ago to the ftp task but do not remember much about it. I would have to open the source code. What happens if you do not nest a fileset when doing your invocation ? Regards, Antoine On 2/9/11 6:52 PM, Jesse Campbell wrote: > Apologies if I¹m in the wro

Re: How to switch from Derby to MySQL environment

2011-02-10 Thread Antoine Levy-Lambert
Hello Jack, you probably need to start a MySQL server on port 152 ? Antoine 47. BUILD FAILED 48. C:\ProJPA2\config\common.xml:144: java.sql.SQLNonTransientConnectionException: java.net.ConnectException : Error connecting to server localhost on port 152 On 2/10/2011 7:29 AM, Jack Bush

Re: Use/Expand property inside a CDATA section in a replacetoken element

2011-02-10 Thread Michael Hüttermann
Am Mittwoch, den 09.02.2011, 13:37 +0100 schrieb Dominique Devienne : On Wed, Feb 9, 2011 at 1:15 PM, Michael Hüttermann wrote: how can I use/expand properties inside a cdata section in a replacetoken element? The doc says http://ant.apache.org/manual/Tasks/replace.html both / support an

How to switch from Derby to MySQL environment

2011-02-10 Thread Jack Bush
Hi All, I would like to run a JPA Derby packaged tutorial in MySQL. This pre-configured exercise runs fine with Derby using Ant built script. However, it would failed to build after having attempted to replace the Derby properties with MySQL. Below are some configuration files used by this exe

Re: To check server is down

2011-02-10 Thread Steve Loughran
On 04/02/11 15:34, Martin Gainty wrote: svn:// URLs are on port 3960 discover-target would need to test netstat output e.g. netstat -a | grep 3960>output.file a fail message would be no output a found message would be the IP:3960 of the server OR in the case of ssh+svn netstat -a | grep 22>outp