RE: Gunzip error

2009-01-22 Thread Moore, Kent
Hardcode the gunzip src value as /users/build/main/release/AIX.tgz instead of using properties. If that works, a property value likely has a tab at the end of its definition. That makes the process look for "file " instead of "file" and would explain why ANT doesn't see the file when it is re

Re: Gunzip error

2009-01-22 Thread Scot P. Floess
Ew...when you ftp'd...did you do a binary transfer? On Thu, 22 Jan 2009, Faded-Maximus wrote: I'll try a smaller file tomorrow. The only difference I have thought of is the way I got the .tgz files on the account. I don't think this should make any difference, but off the account it works on

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
I'll try a smaller file tomorrow. The only difference I have thought of is the way I got the .tgz files on the account. I don't think this should make any difference, but off the account it works on, I believed I ftped the files from a windows machine, and for the build account I just moved a fil

Re: Gunzip error

2009-01-22 Thread Scot P. Floess
Wow... Try a smaller file...see what happens :) On Thu, 22 Jan 2009, Faded-Maximus wrote: Doesn't seem to like either .tgz or .tar.gz. The filesize is ~300MB. glenn opdycke-hansen wrote: Could there be an issue with the file name, especially the extension? (.tgz vs .tar.gz) Also, I hav

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
Doesn't seem to like either .tgz or .tar.gz. The filesize is ~300MB. glenn opdycke-hansen wrote: > > Could there be an issue with the file name, especially the extension? > (.tgz > vs .tar.gz) > > Also, I have noted that there is a problem with large archive files. > > --glenn > > On Thu, J

Re: Gunzip error

2009-01-22 Thread glenn opdycke-hansen
Could there be an issue with the file name, especially the extension? (.tgz vs .tar.gz) Also, I have noted that there is a problem with large archive files. --glenn On Thu, Jan 22, 2009 at 1:49 PM, Faded-Maximus wrote: > > After adding the ls -la command: > > tidy.ASE: > [echo] Cleaning the

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
No it doesn't reside on a network drive. Blaine Simpson wrote: > > Does /users/build/main/release reside on a network drive? If so, what > type of network drive? > > Faded-Maximus wrote: >> I really appreciate the help! >> >> Added the few lines you requested, it appears the GZ_EXISTS variabl

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
After adding the ls -la command: tidy.ASE: [echo] Cleaning the ASE folders... [echo] The ASE folders have been cleaned. unzip.ASE: [echo] Unzipping the ASE bundles... [echo] DEBUG (location of the .tgz) : /users/build/main/release/AIX.tgz [exec] -rw-rw-r-- 1 build build

Re: Gunzip error

2009-01-22 Thread Blaine Simpson
Does /users/build/main/release reside on a network drive? If so, what type of network drive? Faded-Maximus wrote: > I really appreciate the help! > > Added the few lines you requested, it appears the GZ_EXISTS variable isn't > set, so apparently the gzipped file isn't "available." > > But I don't

Re: Gunzip error

2009-01-22 Thread Scot P. Floess
That's wierd... What about before the gunzip call do this: I really appreciate the help! Added the few lines you requested, it appears the GZ_EXISTS variable isn't set, so apparently the gzipped file isn't "available." But I don't know why it's not available, it phys

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
I really appreciate the help! Added the few lines you requested, it appears the GZ_EXISTS variable isn't set, so apparently the gzipped file isn't "available." But I don't know why it's not available, it physically is and the permissions seem to be okay.. Scot P. Floess-2 wrote: > > > OK...s

Re: Gunzip error

2009-01-22 Thread Scot P. Floess
OK...so permissions not a problem - next ;) Hmm...interesting... What about prior to the gunzip call do this On Thu, 22 Jan 2009, Faded-Maximus wrote: doing ls -la on the gzip file, I have -rw-rw-r-- All the parent directors show the following permissions: drwxrwxr-x Sc

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
doing ls -la on the gzip file, I have -rw-rw-r-- All the parent directors show the following permissions: drwxrwxr-x Scot P. Floess-2 wrote: > > > What about permissions on the parent dir where the tgz is located? > Meaning write permissions for the build user? > > "If dest is omitted, the p

Re: Gunzip error

2009-01-22 Thread Scot P. Floess
What about permissions on the parent dir where the tgz is located? Meaning write permissions for the build user? "If dest is omitted, the parent dir of src is taken." Can you do an "ls -la" on both the gzip file? It does feel like read permissions are not allowed... Just wanting to make ex

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
It's not silly, sometimes things like that are indeed the problem. As for an answer, yes I am able to manually unzip it via the command line. Scot P. Floess-2 wrote: > > > OK - my silly question... > > From the command line can you manually gunzip it? > > On Thu, 22 Jan 2009, Faded-Maximus w

Re: Gunzip error

2009-01-22 Thread Scot P. Floess
OK - my silly question... From the command line can you manually gunzip it? On Thu, 22 Jan 2009, Faded-Maximus wrote: Thanks for the reply. Yes, it has read and write permissions, so it's not a permissions mistake. Dale Anson wrote: Does you build user have permission to read the file?

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
Thanks for the reply. Yes, it has read and write permissions, so it's not a permissions mistake. Dale Anson wrote: > > Does you build user have permission to read the file? > > > On Thu, Jan 22, 2009 at 9:51 AM, Faded-Maximus > wrote: > >> >> I have been trying to figure this out for the las

Re: Gunzip error

2009-01-22 Thread Dale Anson
Does you build user have permission to read the file? On Thu, Jan 22, 2009 at 9:51 AM, Faded-Maximus wrote: > > I have been trying to figure this out for the last few hours to no avail. > > The code works fine on my one linux account and after editing a few > variables and using it on the build