RE: trouble with 1.7.0 install from source

2007-07-21 Thread Tena Sakai
DT, I have already tried a half dozen or more times. It would be foolish to try the same thing without changing some set-up. If you have some suggestions, I would be all ears. Regards, Tena -Original Message- From: Dmitry [mailto:[EMAIL PROTECTED] Sent: Sat 7/21/2007 9:25 PM To: Ant U

Re: trouble with 1.7.0 install from source

2007-07-21 Thread Dmitry
hey, try to build ant source files again probably you missed something from instructions or some issues with red hat patchs thanks DT www.ejinz.com search engine biz - Original Message - From: "Tena Sakai" <[EMAIL PROTECTED]> To: Sent: Saturday, July 21, 2007 11:21 PM Subject: trouble

trouble with 1.7.0 install from source

2007-07-21 Thread Tena Sakai
Hi, I am having a problem with installing ant 1.7.0 from source on redhat enterprise server (amd-64). What happens is that when I issue a command: sh build.sh -Ddist.dir=/usr/local/ant dist it complains that a bunch of jar files were not built because no files were included. For example: /us

Re: 'get' decompressing tar.gz files on-the-fly, sometimes

2007-07-21 Thread Alex Egg
ha, cool On 7/21/07, Simon P. Ditner <[EMAIL PROTECTED]> wrote: It seems that apache2 was triggering it. I commented out 'AddEncoding x-gzip gz tgz' from my apache2.conf, and that seems to be enough for it to arrive still compressed. On Sat, 21 Jul 2007, Alex Egg wrote: > Could apache be doin

Re: 'get' decompressing tar.gz files on-the-fly, sometimes

2007-07-21 Thread Simon P. Ditner
It seems that apache2 was triggering it. I commented out 'AddEncoding x-gzip gz tgz' from my apache2.conf, and that seems to be enough for it to arrive still compressed. On Sat, 21 Jul 2007, Alex Egg wrote: > Could apache be doing it?? > > On 7/21/07, Simon P. Ditner <[EMAIL PROTECTED]> wrote: >

Re: 'get' decompressing tar.gz files on-the-fly, sometimes

2007-07-21 Thread Alex Egg
Could apache be doing it?? On 7/21/07, Simon P. Ditner <[EMAIL PROTECTED]> wrote: I have a simple build file downloading a few .tar.gz files from my web server running a stock Apache2 from Ubuntu 6.06, using Ant 1.7.0. One command in my build.xml is: http://myserver/project1/file1.tar.gz"; de

Re: random number generator

2007-07-21 Thread Mario Madunic
Thank you Gilbert, it works like a charm. Mario Quoting Gilbert Rebhan <[EMAIL PROTECTED]>: > Hi, > > Mario Madunic wrote: > > Hi, > > > > I'm trying to generate a random number to be used as a temporary directory > name > > through a multi step xslt process. I'm using Ant 1.6.5 and Java 1.6.

'get' decompressing tar.gz files on-the-fly, sometimes

2007-07-21 Thread Simon P. Ditner
I have a simple build file downloading a few .tar.gz files from my web server running a stock Apache2 from Ubuntu 6.06, using Ant 1.7.0. One command in my build.xml is: http://myserver/project1/file1.tar.gz"; dest="src/file1.tar.gz" /> And then I have a second command that is nearly identical:

Re: random number generator

2007-07-21 Thread Gilbert Rebhan
Hi, Mario Madunic wrote: Hi, I'm trying to generate a random number to be used as a temporary directory name through a multi step xslt process. I'm using Ant 1.6.5 and Java 1.6.0-b105 I receive the following error [random] Jul 20, 2007 9:11:27 PM org.apache.bsf.BSFManager exec [random