RE: Gunzip error

2009-01-22 Thread Moore, Kent
t see the file when it is really there. -Original Message- From: Faded-Maximus [mailto:fadedmaxi...@gmail.com] Sent: Thursday, January 22, 2009 11:52 AM To: user@ant.apache.org Subject: Gunzip error I have been trying to figure this out for the last few hours to no avail. The code w

Re: Gunzip error

2009-01-22 Thread Scot P. Floess
;${bundles.ASE}${compressedASE.AIX}" /> This is where it's failing, with that error message. The weird thing is the archive does physically exist in that location: [release]$ pwd /users/build/main/release [release]$ ls AIX.tgz Linux.tgz [release]$ Any ideas? --

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> OK - my silly question... >>>>>>>>>>> >>>>>>

Re: Gunzip error

2009-01-22 Thread Scot P. Floess
se]$ ls AIX.tgz Linux.tgz [release]$ Any ideas? -- View this message in context: http://www.nabble.com/Gunzip-error-tp21608282p21608282.html Sent from the Ant - Users mailing list archive at Nabble.com. -

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
>> a >> >>>>>>>> permissions mistake. >> >>>>>>>> >> >>>>>>>> Dale Anson wrote: >> >>>>>>>>> >>

Re: Gunzip error

2009-01-22 Thread glenn opdycke-hansen
;>>>>>> > >>>>>>>>> On Thu, Jan 22, 2009 at 9:51 AM, Faded-Maximus > >>>>>>>>> wrote: > >>>>>>>>> > >>&

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
t;>>>>>>>> The code works fine on my one linux account and after editing a >>>>>>>>>> few >>>>>>>>>> variables and using it on the build account, I am receiving an >>>

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
gt;>>>>>>>>> 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 af

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
This is where it's failing, with that error message. The weird thing is the archive does physically exist in that location: [release]$ pwd /users/build/main/release [release]$ ls AIX.tgz Linux.tgz [release]$ Any ideas? -- View this message

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
;>>>>>> Buildfile: build.xml >>>>>>>> >>>>>>>> tidy.ASE: >>>>>>>> [echo] Cleaning the ASE folders... >>>>>>>> [echo] The ASE folders have been cleaned. >>>>>>>&

Re: Gunzip error

2009-01-22 Thread Scot P. Floess
thing is the archive does physically exist in that location: [release]$ pwd /users/build/main/release [release]$ ls AIX.tgz Linux.tgz [release]$ Any ideas? -- View this message in context: http://www.nabble.com/Gunzip-error-tp21608282p21608282.html Sent from

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
gt;>>>>> >>>>>> unzip.ASE: >>>>>> [echo] Unzipping the ASE bundles... >>>>>> [echo] DEBUG (location of .tgz) /users/build/main/release/AIX.tgz >>>>>> >>>>>> BUILD FAILED >

Re: Gunzip error

2009-01-22 Thread Scot P. Floess
does physically exist in that location: [release]$ pwd /users/build/main/release [release]$ ls AIX.tgz Linux.tgz [release]$ Any ideas? -- View this message in context: http://www.nabble.com/Gunzip-error-tp21608282p21608282.html Sent from

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
ase/AIX.tgz >>>> >>>> BUILD FAILED >>>> /users/build/build.xml:305: the archive doesn't >>>> exist >>>> >>>> Total time: 0 seconds >>>> >>>> The code is as follows: >>>> >>>> &

Re: Gunzip error

2009-01-22 Thread Scot P. Floess
ld/main/release [release]$ ls AIX.tgz Linux.tgz [release]$ Any ideas? -- View this message in context: http://www.nabble.com/Gunzip-error-tp21608282p21608282.html Sent from the Ant - Users mailing list archive at Nabble.com. -

Re: Gunzip error

2009-01-22 Thread Faded-Maximus
>> >> >> This is where it's failing, with that error message. The weird thing is >> the >> archive does physically exist in that location: >> >> [release]$ pwd >> /users/b

Re: Gunzip error

2009-01-22 Thread Dale Anson
gt; > > > This is where it's failing, with that error message. The weird thing is the > archive does physically exist in that location: > > [release]$ pwd > /users/build/main/release > [release]$ ls > AIX.tgz Linux.tgz > [release]$ &

Gunzip error

2009-01-22 Thread Faded-Maximus
z [release]$ Any ideas? -- View this message in context: http://www.nabble.com/Gunzip-error-tp21608282p21608282.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apac