Re: Tilde and Ant

2008-04-24 Thread testn
Thanks for the reply. How do you explain why it does work on other machines as well as other users? Steve Loughran wrote: > > testn wrote: >> My ant script uses tilde "~" in the path. It seems to work fine with my >> colleagues but it failed to work in my unix machine. When I copy files to >> ~

Re: Running ANT on Linux

2008-04-24 Thread Kevin Jackson
Hi, > That's on Windows and it works fine and very fast, however, after moving all > my code to Linux box AND setting ANT_OPTS (export set ANT_OPTS=-Xmx1024m), > the process runs extremely slow, as if ANT_OPTS have been ignored > completely. Running "top" command, I noticed the following: Run

Re: Running ANT on Linux

2008-04-24 Thread Robert Koberg
On Thu, 2008-04-24 at 19:48 +0100, Dave Pawson wrote: > On 24/04/2008, bgolman <[EMAIL PROTECTED]> wrote: > > > > Hello everyone! > > > > I need your help on running the ant task on Linux box. It might sound > > simple > > (and so it was for me), however, things turned out to be rather ugly. A

Re: Running ANT on Linux

2008-04-24 Thread Dave Pawson
On 24/04/2008, bgolman <[EMAIL PROTECTED]> wrote: > > Hello everyone! > > I need your help on running the ant task on Linux box. It might sound simple > (and so it was for me), however, things turned out to be rather ugly. Any > kind of help is appreciated. Now, here's what I'm trying to do: >

Running ANT on Linux

2008-04-24 Thread bgolman
Hello everyone! I need your help on running the ant task on Linux box. It might sound simple (and so it was for me), however, things turned out to be rather ugly. Any kind of help is appreciated. Now, here's what I'm trying to do: Suppose I have a build.xml script, which includes a following tas