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: [email protected]
For additional commands, e-mail: [email protected]