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?


On Thu, Jan 22, 2009 at 9:51 AM, Faded-Maximus
<fadedmaxi...@gmail.com>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 account, I am receiving an error
message.

[install]$ ant build.ASE
Buildfile: build.xml

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 .tgz) /users/build/main/release/AIX.tgz

BUILD FAILED
/users/build/build.xml:305: the archive doesn't
 exist

Total time: 0 seconds

The code is as follows:

       <target name="unzip.ASE" description="Unzips Bundles.">
               <echo message="Unzipping the ASE bundles..." />
               <echo message="DEBUG (location of .tgz):
${bundles.ASE}${compressedASE.AIX}" />
                 <gunzip src="${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?

--
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.apache.org
For additional commands, e-mail: user-h...@ant.apache.org





--
View this message in context: 
http://www.nabble.com/Gunzip-error-tp21608282p21609288.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org



Scot P. Floess
27 Lake Royale
Louisburg, NC  27549

252-478-8087 (Home)
919-754-4592 (Work)

Chief Architect JPlate   http://sourceforge.net/projects/jplate
Chief Architect JavaPIM  http://sourceforge.net/projects/javapim

Architect Keros          http://sourceforge.net/projects/keros

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to